|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Docking framework.
| Method Summary | |
boolean |
canCloseTabEntry(View view,
TabPane tabpane,
TabEntry entry)
Invoked prior to closing a tab-entry. |
boolean |
canCloseTabPane(View view,
TabPane tabpane)
Invoked prior to closing a tabpane. |
boolean |
canMoveTabEntry(View view,
TabPane source,
TabPane dest,
TabEntry entry)
Invoked prior to moving a tab-entry. |
boolean |
canSplit(View view,
TabPane source,
TabPane dest,
TabEntry entry,
int split)
Whether a split is allowed. |
| Method Detail |
public boolean canCloseTabEntry(View view,
TabPane tabpane,
TabEntry entry)
view - the view of the event.tabpane - the tabpane of the event.entry - the entry of the event.
public boolean canMoveTabEntry(View view,
TabPane source,
TabPane dest,
TabEntry entry)
view - the view of the event.source - the source tabpane.dest - the destination tabpane.entry - the entry of the event.
public boolean canCloseTabPane(View view,
TabPane tabpane)
view - the view of the event.tabpane - the tabpane of the event.
public boolean canSplit(View view,
TabPane source,
TabPane dest,
TabEntry entry,
int split)
view - the view of the vent.source - the source tabpane.dest - the destination tabpane.entry - the entry.split - the split direction.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||