Uses of Interface
bibliothek.gui.dock.frontend.MissingDockableStrategy

Packages that use MissingDockableStrategy
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 
 

Uses of MissingDockableStrategy in bibliothek.gui
 

Methods in bibliothek.gui that return MissingDockableStrategy
 MissingDockableStrategy DockFrontend.getMissingDockable()
          Gets the strategy that is applied for location information of missing Dockables.
 

Methods in bibliothek.gui with parameters of type MissingDockableStrategy
 void DockFrontend.setMissingDockableStrategy(MissingDockableStrategy missingDockable)
          Sets the strategy how to deal with location information of Dockables 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.
 

Uses of MissingDockableStrategy in bibliothek.gui.dock.frontend
 

Fields in bibliothek.gui.dock.frontend declared as MissingDockableStrategy
static MissingDockableStrategy MissingDockableStrategy.DISCARD_ALL
          This strategy throws away all information.
static MissingDockableStrategy MissingDockableStrategy.STORE_ALL
          This strategy stores all information.
 

Methods in bibliothek.gui.dock.frontend that return MissingDockableStrategy
 MissingDockableStrategy DockFrontendInternals.getMissingDockableStrategy()
          Gets information how to handle cases where information about a Dockable is found but the dockable itself is missing.