Uses of Class
bibliothek.gui.dock.facile.mode.LocationModeManager

Packages that use LocationModeManager
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
bibliothek.gui.dock.facile.mode.status Strategies helping a LocationModeManager to decide which modes are available for a Dockable
 

Uses of LocationModeManager in bibliothek.gui.dock.common.mode
 

Subclasses of LocationModeManager in bibliothek.gui.dock.common.mode
 class CLocationModeManager
          LocationModeManager providing additional methods for working with CLocations, CommonDockables and other items specific to the common project.
 

Uses of LocationModeManager in bibliothek.gui.dock.facile.mode
 

Methods in bibliothek.gui.dock.facile.mode that return LocationModeManager
 LocationModeManager<?> AbstractLocationMode.getManager()
          Gets the owner of this mode.
 LocationModeManager<?> LocationMode.getManager()
          Gets the manager which currently works with this mode.
 

Methods in bibliothek.gui.dock.facile.mode with parameters of type LocationModeManager
 void AbstractLocationMode.setManager(LocationModeManager<?> manager)
           
 void LocationMode.setManager(LocationModeManager<?> manager)
          Sets the manager which is using this mode.
 void MaximizedMode.setManager(LocationModeManager<?> manager)
           
 

Uses of LocationModeManager in bibliothek.gui.dock.facile.mode.status
 

Methods in bibliothek.gui.dock.facile.mode.status that return LocationModeManager
 LocationModeManager<?> AbstractExtendedModeEnablement.getManager()
          Gets the manager in whose realm this enablement is used.
 

Methods in bibliothek.gui.dock.facile.mode.status with parameters of type LocationModeManager
 ExtendedModeEnablement ExtendedModeEnablementFactory.create(LocationModeManager<?> manager)
          Creates a new enablement.
 

Constructors in bibliothek.gui.dock.facile.mode.status with parameters of type LocationModeManager
AbstractExtendedModeEnablement(LocationModeManager<?> manager)
          Creates a new enablement.
DefaultExtendedModeEnablement(LocationModeManager<?> manager)
          Creates a new enablement.