Package | Description |
---|---|
bibliothek.gui.dock.layout |
Elements dealing with the location of
Dockable s
on their DockStation and allowing to store the
whole layout of a set of Dockable s and stations. |
Modifier and Type | Method and Description |
---|---|
MissingDockFactory |
DockSituation.getMissingAdjacentFactory()
Gets the factory which is used when another
AdjacentDockFactory
is missing. |
MissingDockFactory |
DockSituation.getMissingFactory()
Gets the factory which is used when another factory is missing.
|
Modifier and Type | Method and Description |
---|---|
void |
DockSituation.setMissingAdjacentFactory(MissingDockFactory missingAdjacent)
Sets a factory which is used when a
AdjacentDockFactory is missing. |
void |
DockSituation.setMissingFactory(MissingDockFactory missingFactory)
Sets a factory which is used whenever no ordinary
DockFactory
can be found to read something. |