Uses of Interface
bibliothek.gui.dock.common.MissingCDockableStrategy
Packages that use MissingCDockableStrategy
Package
Description
A set of classes that can be used to create basic applications.
-
Uses of MissingCDockableStrategy in bibliothek.gui.dock.common
Fields in bibliothek.gui.dock.common declared as MissingCDockableStrategyModifier and TypeFieldDescriptionstatic final MissingCDockableStrategyMissingCDockableStrategy.PURGEA strategy that will always throw away information.static final MissingCDockableStrategyMissingCDockableStrategy.SINGLEA strategy that will always throw away information forMultipleCDockables but store information forSingleCDockable.static final MissingCDockableStrategyMissingCDockableStrategy.STOREA strategy that will always store any informationMethods in bibliothek.gui.dock.common that return MissingCDockableStrategyModifier and TypeMethodDescriptionCControl.getMissingStrategy()Gets the strategy that tells what to do if layout information of a missingCDockableis found.Methods in bibliothek.gui.dock.common with parameters of type MissingCDockableStrategyModifier and TypeMethodDescriptionvoidCControl.setMissingStrategy(MissingCDockableStrategy missingStrategy) Sets the strategy that tells what to do if layout information of a missingCDockableis found.