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 |
---|---|
MissingDockableStrategy |
DockFrontend.getMissingDockable()
Gets the strategy that is applied for location information of
missing
Dockable s. |
Modifier and Type | Method and Description |
---|---|
void |
DockFrontend.setMissingDockableStrategy(MissingDockableStrategy missingDockable)
Sets the strategy how to deal with location information of
Dockable s
which are missing and which are not marked as empty .If information passes the strategy, then a new empty info
will be added to store it. |
Modifier and Type | Field and Description |
---|---|
static MissingDockableStrategy |
MissingDockableStrategy.DISCARD_ALL
This strategy throws away all information.
|
static MissingDockableStrategy |
MissingDockableStrategy.STORE_ALL
This strategy stores all information.
|
Modifier and Type | Method and Description |
---|---|
MissingDockableStrategy |
DockFrontendInternals.getMissingDockableStrategy()
Gets information how to handle cases where information about a
Dockable is found but the dockable itself is missing. |