Interface | Description |
---|---|
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 | |
CNormalModeArea |
A combination of
NormalModeArea and CModeArea . |
Class | Description |
---|---|
CExternalizedMode |
Manages areas on which externalized dockables are shown.
|
CLocationModeManager |
LocationModeManager providing additional methods for working with
CLocation s, CommonDockable s and other items specific to the
common project. |
CMaximizedMode |
Manages
CMaximizedModeArea s. |
CMinimizedMode |
Manages areas that show only a title of a minimized dockable.
|
CNormalMode |
A mode managing
CNormalModeArea s. |
CStationContainerHistoryRewriter |
The
CStationContainerHistoryRewriter tries to ensure that a CDockable stays on the
same CStationContainer when changing the ExtendedMode . |
ExtendedMode |
A extendible set of unique singleton identifiers for the various instances of
mode . |
KeyedLocationModeActionProvider | |
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. |
LocationModeManager
that handles CLocation
s,
ExtendedMode
s and is aware of CControl
. Contains also various
subclasses of classes that are related with LocationModeManager
.