Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
Modifier and Type | Field and Description |
---|---|
static MissingCDockableStrategy |
MissingCDockableStrategy.PURGE
A strategy that will always throw away information.
|
static MissingCDockableStrategy |
MissingCDockableStrategy.SINGLE
A strategy that will always throw away information for
MultipleCDockable s
but store information for SingleCDockable . |
static MissingCDockableStrategy |
MissingCDockableStrategy.STORE
A strategy that will always store any information
|
Modifier and Type | Method and Description |
---|---|
MissingCDockableStrategy |
CControl.getMissingStrategy()
Gets the strategy that tells what to do if layout information of a missing
CDockable is found. |
Modifier and Type | Method and Description |
---|---|
void |
CControl.setMissingStrategy(MissingCDockableStrategy missingStrategy)
Sets the strategy that tells what to do if layout information of a missing
CDockable is found. |