Uses of Interface
bibliothek.gui.dock.facile.mode.DoubleClickLocationStrategy
Packages that use DoubleClickLocationStrategy
Package
Description
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 DoubleClickLocationStrategyModifier and TypeClassDescriptionclassIf the current mode isExtendedMode.MAXIMIZED, then this strategy asks theCLocationModeManagerfor the last mode aDockablewas in and selects this mode. -
Uses of DoubleClickLocationStrategy in bibliothek.gui.dock.facile.mode
Fields in bibliothek.gui.dock.facile.mode declared as DoubleClickLocationStrategyModifier and TypeFieldDescriptionstatic final DoubleClickLocationStrategyDoubleClickLocationStrategy.DEFAULTThe default implementation of aDoubleClickLocationStrategyswitches betweenExtendedMode.NORMALIZEDandExtendedMode.MAXIMIZED.Fields in bibliothek.gui.dock.facile.mode with type parameters of type DoubleClickLocationStrategyModifier and TypeFieldDescriptionstatic final PropertyKey<DoubleClickLocationStrategy>LocationModeManager.DOUBLE_CLICK_STRATEGYPropertyKeyfor theDoubleClickLocationStrategythat should be used to change theExtendedModeof an element which has been double-clicked.Methods in bibliothek.gui.dock.facile.mode that return DoubleClickLocationStrategyModifier and TypeMethodDescriptionLocationModeManager.getDoubleClickStrategy()Gets the current strategy for handing double-clicks.Methods in bibliothek.gui.dock.facile.mode with parameters of type DoubleClickLocationStrategyModifier and TypeMethodDescriptionvoidLocationModeManager.setDoubleClickStrategy(DoubleClickLocationStrategy strategy) Sets the current strategy for handling double-clicks onDockables.