| 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
CDockables. |
| 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
CStationPerspectives. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMissingPerspectiveFactory
This default implementation of a
MissingPerspectiveStrategy creates CStationPerspectives for
the CStations that are already known to the framework. |
Copyright © 2018. All rights reserved.