Uses of Interface
bibliothek.gui.dock.facile.mode.DoubleClickLocationStrategy

Packages that use DoubleClickLocationStrategy
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
 

Uses of DoubleClickLocationStrategy in bibliothek.gui.dock.common.mode
 

Classes in bibliothek.gui.dock.common.mode that implement DoubleClickLocationStrategy
 class PreviousModeDoubleClickStrategy
          If the current mode is ExtendedMode.MAXIMIZED, then this strategy asks the CLocationModeManager for the last mode a Dockable was in and selects this mode.
 

Uses of DoubleClickLocationStrategy in bibliothek.gui.dock.facile.mode
 

Fields in bibliothek.gui.dock.facile.mode declared as DoubleClickLocationStrategy
static DoubleClickLocationStrategy DoubleClickLocationStrategy.DEFAULT
          The default implementation of a DoubleClickLocationStrategy switches between ExtendedMode.NORMALIZED and ExtendedMode.MAXIMIZED.
 

Fields in bibliothek.gui.dock.facile.mode with type parameters of type DoubleClickLocationStrategy
static PropertyKey<DoubleClickLocationStrategy> LocationModeManager.DOUBLE_CLICK_STRATEGY
          PropertyKey for the DoubleClickLocationStrategy that should be used to change the ExtendedMode of an element which has been double-clicked.
 

Methods in bibliothek.gui.dock.facile.mode that return DoubleClickLocationStrategy
 DoubleClickLocationStrategy LocationModeManager.getDoubleClickStrategy()
          Gets the current strategy for handing double-clicks.
 

Methods in bibliothek.gui.dock.facile.mode with parameters of type DoubleClickLocationStrategy
 void LocationModeManager.setDoubleClickStrategy(DoubleClickLocationStrategy strategy)
          Sets the current strategy for handling double-clicks on Dockables.