Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
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. |
Modifier and Type | Method and Description |
---|---|
MissingPerspectiveStrategy |
CControl.getMissingPerspectiveStrategy()
Gets the strategy that is used to create missing
CStationPerspective . |
Modifier and Type | Method and Description |
---|---|
void |
CControl.setMissingPerspectiveStrategy(MissingPerspectiveStrategy missingPerspectiveStrategy)
Sets a strategy that creates missing
CStationPerspective s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMissingPerspectiveFactory
This default implementation of a
MissingPerspectiveStrategy creates CStationPerspective s for
the CStation s that are already known to the framework. |