|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swing.dock.core.DefaultViewManager
Docking framework.
| Constructor Summary | |
DefaultViewManager()
Constructs a new DefaultViewManager instance.
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultViewManager()
DefaultViewManager instance.
This class provides sane default behavior for view managing and is meant to be extended for further customizations.
| Method Detail |
public boolean canCloseTabPane(View view,
TabPane tabpane)
ViewManager
canCloseTabPane in interface ViewManagerview - the view of the event.tabpane - the tabpane of the event.
public boolean canCloseTabEntry(View view,
TabPane tabpane,
TabEntry entry)
ViewManager
canCloseTabEntry in interface ViewManagerview - 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)
ViewManager
canMoveTabEntry in interface ViewManagerview - the view of the event.source - the source tabpane.dest - the destination tabpane.entry - the entry of the event.
public boolean canSplit(View view,
TabPane source,
TabPane dest,
TabEntry entry,
int split)
ViewManager
canSplit in interface ViewManagerview - 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 | ||||||||||