Uses of Class
bibliothek.gui.dock.support.mode.ModeManager
Packages that use ModeManager
Package
Description
Contains an implementation of
ModeManager that links a mode to the location
of a Dockable.Basic interfaces and classes for a framework that assigns modes to
Dockables.-
Uses of ModeManager in bibliothek.gui.dock.common.mode
Subclasses of ModeManager in bibliothek.gui.dock.common.modeModifier and TypeClassDescriptionclassLocationModeManagerproviding additional methods for working withCLocations,CommonDockables and other items specific to thecommonproject. -
Uses of ModeManager in bibliothek.gui.dock.facile.mode
Subclasses of ModeManager in bibliothek.gui.dock.facile.modeModifier and TypeClassDescriptionclassLocationModeManager<M extends LocationMode>ModeManagerfor the location of aDockable. -
Uses of ModeManager in bibliothek.gui.dock.support.mode
Methods in bibliothek.gui.dock.support.mode with parameters of type ModeManagerModifier and TypeMethodDescriptionvoidModeManagerListener.dockableAdded(ModeManager<? extends A, ? extends M> manager, Dockable dockable) Called when aDockableis added or replaced inmanager.voidModeManagerListener.dockableRemoved(ModeManager<? extends A, ? extends M> manager, Dockable dockable) Called when aDockableis removed or replaced frommanager.voidModeManagerListener.modeAdded(ModeManager<? extends A, ? extends M> manager, M mode) Called when a new mode has been added tomanager.voidModeManagerListener.modeChanged(ModeManager<? extends A, ? extends M> manager, Dockable dockable, M oldMode, M newMode) Called if the mode ofdockablechanged.voidModeManagerListener.modeRemoved(ModeManager<? extends A, ? extends M> manager, M mode) Called when a mode has been removed frommanager.Constructors in bibliothek.gui.dock.support.mode with parameters of type ModeManagerModifierConstructorDescriptionModeForwardingActionSource(DockStation station, ModeManager<H, ? extends Mode<H>> manager) Creates a new action source