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 |
SplitDockPerspective.Entry.getPerspective()
Gets the owner of this node or leaf.
|
SplitDockPerspective |
SplitDockPerspective.Root.getPerspective() |
SplitDockPerspective |
SplitDockStationFactory.layoutPerspective(SplitDockStationLayout layout,
Map<Integer,PerspectiveDockable> children) |
Modifier and Type | Method and Description |
---|---|
protected SplitDockStationLayout |
SplitDockStationFactory.createLayout(SplitDockPerspective station,
SplitDockStationLayout.Entry root,
int fullscreen,
boolean hasFullscreenAction)
Creates a new layout for
station . |
protected void |
SplitPerspectivePlaceholderConverter.dropTree(SplitDockPerspective station,
SplitDockTree<PerspectiveDockable> tree) |
SplitDockStationLayout |
SplitDockStationFactory.getPerspectiveLayout(SplitDockPerspective element,
Map<PerspectiveDockable,Integer> children) |
protected PlaceholderStrategy |
SplitPerspectivePlaceholderConverter.getPlaceholderStrategy(SplitDockPerspective station) |
protected SplitDockPerspective.Entry |
SplitPerspectivePlaceholderConverter.getRoot(SplitDockPerspective station) |
void |
SplitDockStationFactory.layoutPerspective(SplitDockPerspective perspective,
SplitDockStationLayout layout,
Map<Integer,PerspectiveDockable> children) |
Constructor and Description |
---|
SplitPerspectivePlaceholderConverter(SplitDockPerspective station)
Creates a new converter
|