Package | Description |
---|---|
bibliothek.gui.dock.common.perspective |
The perspective API offers clients the possibility to define or modify the layout
of an application without actually creating any
CDockable s. |
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 |
---|---|
List<GridNode<PerspectiveDockable>> |
CGridPerspective.getGridNodes()
Gets all the nodes of the grid.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractSplitDockGrid.Node<D>
Represents a node in the tree which will be built.
|
Modifier and Type | Method and Description |
---|---|
List<GridNode<D>> |
AbstractSplitDockGrid.getGridNodes()
Gets all the nodes of this grid.
|