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 . |
bibliothek.gui.dock.support.mode |
Basic interfaces and classes for a framework that assigns modes to
Dockable s. |
Modifier and Type | Class and Description |
---|---|
class |
CLocationModeManager
LocationModeManager providing additional methods for working with
CLocation s, CommonDockable s and other items specific to the
common project. |
Modifier and Type | Class and Description |
---|---|
class |
LocationModeManager<M extends LocationMode>
ModeManager for the location of a Dockable . |
Modifier and Type | Method and Description |
---|---|
void |
ModeManagerListener.dockableAdded(ModeManager<? extends A,? extends M> manager,
Dockable dockable)
Called when a
Dockable is added or replaced in manager . |
void |
ModeManagerListener.dockableRemoved(ModeManager<? extends A,? extends M> manager,
Dockable dockable)
Called when a
Dockable is removed or replaced from manager . |
void |
ModeManagerListener.modeAdded(ModeManager<? extends A,? extends M> manager,
M mode)
Called when a new mode has been added to
manager . |
void |
ModeManagerListener.modeChanged(ModeManager<? extends A,? extends M> manager,
Dockable dockable,
M oldMode,
M newMode)
Called if the mode of
dockable changed. |
void |
ModeManagerListener.modeRemoved(ModeManager<? extends A,? extends M> manager,
M mode)
Called when a mode has been removed from
manager . |
Constructor and Description |
---|
ModeForwardingActionSource(DockStation station,
ModeManager<H,? extends Mode<H>> manager)
Creates a new action source
|