Package | Description |
---|---|
bibliothek.gui.dock.station.split |
Elements which are needed by the
SplitDockStation ,
and which are needed to interact with the station. |
Modifier and Type | Method and Description |
---|---|
SplitDockPerspective.Leaf |
SplitDockPerspective.Entry.asLeaf()
Returns
this as leaf or null . |
SplitDockPerspective.Leaf |
SplitDockPerspective.Leaf.asLeaf() |
SplitDockPerspective.Leaf |
SplitDockPerspective.getLeaf(PerspectiveDockable child)
Searches and returns the leaf that shows
child . |
Modifier and Type | Method and Description |
---|---|
void |
SplitDockPerspective.EntryListener.modified(SplitDockPerspective.Leaf leaf,
PerspectiveDockable oldDockable,
PerspectiveDockable newDockable)
Called if the content of
leaf has been modified. |