Uses of Interface
bibliothek.gui.dock.common.perspective.mode.LocationModePerspective

Packages that use LocationModePerspective
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.common.perspective.mode This module of the perspective API allows clients to access and modify CDockables that are in different modes like "maximized" or "minimized". 
 

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

Methods in bibliothek.gui.dock.common.mode that return LocationModePerspective
 LocationModePerspective CExternalizedMode.createPerspective()
           
 LocationModePerspective CLocationMode.createPerspective()
          Gets an object that represents this type of mode in a CPerspective.
 LocationModePerspective CMaximizedMode.createPerspective()
           
 LocationModePerspective CMinimizedMode.createPerspective()
           
 LocationModePerspective CNormalMode.createPerspective()
           
 

Uses of LocationModePerspective in bibliothek.gui.dock.common.perspective.mode
 

Classes in bibliothek.gui.dock.common.perspective.mode that implement LocationModePerspective
 class AbstractModePerspective<A extends CModeAreaPerspective>
          This abstract implementation of a LocationModeManagerPerspective just uses a collection of LocationModePerspectives to find out whether the mode of a CDockablePerspective matches this mode or not.
 class CExternalizedModePerspective
          Represents a CExternalizedMode.
 class CMaximizedModePerspective
          Represents a CMaximizedMode.
 class CMinimizedModePerspective
          Represents a CMinimizedMode.
 class CNormalModePerspective
          Represents a CNormalMode.
 

Methods in bibliothek.gui.dock.common.perspective.mode that return LocationModePerspective
 LocationModePerspective LocationModeManagerPerspective.getMode(ExtendedMode mode)
          Gets the location-mode with the identifier mode.
 

Methods in bibliothek.gui.dock.common.perspective.mode with parameters of type LocationModePerspective
 void LocationModeManagerPerspective.addMode(LocationModePerspective mode)
          Adds mode to this manager.