Uses of Interface
bibliothek.gui.dock.common.MissingCDockableStrategy

Packages that use MissingCDockableStrategy
bibliothek.gui.dock.common 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 MissingCDockableStrategy
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 MultipleCDockables but store information for SingleCDockable.
static MissingCDockableStrategy MissingCDockableStrategy.STORE
          A strategy that will always store any information
 

Methods in bibliothek.gui.dock.common that return MissingCDockableStrategy
 MissingCDockableStrategy CControl.getMissingStrategy()
          Gets the strategy that tells what to do if layout information of a missing CDockable is found.
 

Methods in bibliothek.gui.dock.common with parameters of type MissingCDockableStrategy
 void CControl.setMissingStrategy(MissingCDockableStrategy missingStrategy)
          Sets the strategy that tells what to do if layout information of a missing CDockable is found.