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 | Class and Description |
---|---|
static class |
SplitDockStationLayout.Leaf
A leaf in a tree, describes one
Dockable . |
static class |
SplitDockStationLayout.Node
A node in a tree.
|
Modifier and Type | Method and Description |
---|---|
SplitDockStationLayout.Entry |
SplitDockStationLayout.Node.getChildA()
Gets the left or top child.
|
SplitDockStationLayout.Entry |
SplitDockStationLayout.Node.getChildB()
Gets the right or bottom child.
|
SplitDockStationLayout.Entry |
SplitDockStationLayout.getRoot()
Gets the root of the tree.
|
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 SplitDockStationLayout |
SplitDockStationFactory.createLayout(SplitDockStationLayout.Entry root,
int fullscreen,
boolean hasFullscreenAction)
Creates a new layout for
station . |
protected SplitDockStationLayout |
SplitDockStationFactory.createLayout(SplitDockStation station,
SplitDockStationLayout.Entry root,
int fullscreen,
boolean hasFullscreenAction)
Creates a new layout for
station . |
SplitDockPathProperty |
SplitDockStationLayout.Node.createPathProperty(SplitDockStationLayout.Entry child)
Creates a new path pointing to
child which must be
a child of this node. |
Constructor and Description |
---|
SplitDockStationLayout.Node(SplitDockStation.Orientation orientation,
double divider,
SplitDockStationLayout.Entry childA,
SplitDockStationLayout.Entry childB,
Path[] placeholders,
PlaceholderMap placeholderMap,
long id)
Creates a new node.
|
SplitDockStationLayout(SplitDockStationLayout.Entry root,
int fullscreen)
Deprecated.
please use
SplitDockStationLayout.SplitDockStationLayout(Entry, int, boolean) instead |
SplitDockStationLayout(SplitDockStationLayout.Entry root,
int fullscreen,
boolean hasFullscreenAction)
Creates a new layout
|