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

Packages that use DoubleClickLocationStrategy
bibliothek.gui.dock.common.mode   
bibliothek.gui.dock.facile.mode   
 

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.