Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
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 |
---|---|
SplitNodeFactory |
SplitDockStation.getNodeFactory()
Gets the factory which is responsible for creating new
SplitNode s. |
Modifier and Type | Method and Description |
---|---|
void |
SplitDockStation.setNodeFactory(SplitNodeFactory factory)
Sets the factory which is responsible for creating new
SplitNode s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSplitNodeFactory
This implementation of
SplitNodeFactory creates the standard SplitNode s. |