Package bibliothek.gui.dock.common.mode

A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl.

See:
          Description

Interface Summary
CExternalizedModeArea Combination of ExternalizedModeArea and CModeArea, does not specify new methods.
CLocationMode LocationMode offering methods to work with CLocation.
CMaximizedModeArea Combination of MaximizedModeArea and CModeArea, does not introduce new methods.
CMinimizedModeArea Combination of MinimizedModeArea and CModeArea, does not introduce any new methods.
CModeArea Describes a ModeArea that can work with CLocations.
CNormalModeArea A combination of NormalModeArea and CModeArea.
 

Class Summary
CExternalizedMode Manages areas on which externalized dockables are shown.
CLocationModeManager LocationModeManager providing additional methods for working with CLocations, CommonDockables and other items specific to the common project.
CMaximizedMode Manages CMaximizedModeAreas.
CMinimizedMode Manages areas that show only a title of a minimized dockable.
CNormalMode A mode managing CNormalModeAreas.
ExtendedMode A extendible set of unique singleton identifiers for the various instances of mode.
KeyedLocationModeActionProvider This LocationModeActionProvider returns a KeyedActionSource for each CDockable it encounters.
PreviousModeDoubleClickStrategy If the current mode is ExtendedMode.MAXIMIZED, then this strategy asks the CLocationModeManager for the last mode a Dockable was in and selects this mode.
 

Package bibliothek.gui.dock.common.mode Description

A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl. Contains also various subclasses of classes that are related with LocationModeManager.