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 |
KeyedLocationModeActionProvider
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocationModeActionProvider
This default implementation always returns the same
DockActionSource to
all Dockable s. |
class |
MappingLocationModeActionProvider
This
LocationModeActionProvider mimics a map with keys managed by
a subclass. |
Modifier and Type | Method and Description |
---|---|
protected abstract LocationModeActionProvider |
MappingLocationModeActionProvider.getProvider(Dockable dockable,
Mode<Location> currentMode,
DockActionSource currentSource)
Gets the
LocationModeActionProvider which fits the key generated by the arguments
of this method. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLocationMode.setActionProvider(LocationModeActionProvider actionProvider)
Sets the
LocationModeActionProvider for this mode. |