Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
Modifier and Type | Method and Description |
---|---|
LayoutChangeStrategy |
DockFrontend.getLayoutChangeStrategy()
Gets the current strategy that is used to read
Setting s by this DockFrontend . |
Modifier and Type | Method and Description |
---|---|
void |
DockFrontend.setLayoutChangeStrategy(LayoutChangeStrategy strategy)
Sets the strategy this
DockFrontend should use to read Setting s.WARNING: strategies may leave a trail of data, some even stored persistently. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLayoutChangeStrategy
This default implementation of a
LayoutChangeStrategy heavily depends on the methods of PredefinedDockSituation . |