Package | Description |
---|---|
bibliothek.gui.dock.common.mode | |
bibliothek.gui.dock.facile.mode |
Contains an implementation of
ModeManager that links a mode to the location
of a Dockable . |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
static DoubleClickLocationStrategy |
DoubleClickLocationStrategy.DEFAULT
The default implementation of a
DoubleClickLocationStrategy switches between
ExtendedMode.NORMALIZED and ExtendedMode.MAXIMIZED . |
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
DoubleClickLocationStrategy |
LocationModeManager.getDoubleClickStrategy()
Gets the current strategy for handing double-clicks.
|
Modifier and Type | Method and Description |
---|---|
void |
LocationModeManager.setDoubleClickStrategy(DoubleClickLocationStrategy strategy)
Sets the current strategy for handling double-clicks on
Dockable s. |