Uses of Interface
bibliothek.gui.dock.common.mode.CModeArea

Packages that use CModeArea
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.common.mode.station Contains wrapper classes for various DockStations, implementing the interface CLocationMode
 

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

Subinterfaces of CModeArea in bibliothek.gui.dock.common.mode
 interface CExternalizedModeArea
          Combination of ExternalizedModeArea and CModeArea, does not specify new methods.
 interface CMaximizedModeArea
          Combination of MaximizedModeArea and CModeArea, does not introduce new methods.
 interface CMinimizedModeArea
          Combination of MinimizedModeArea and CModeArea, does not introduce any new methods.
 interface CNormalModeArea
          A combination of NormalModeArea and CModeArea.
 

Uses of CModeArea in bibliothek.gui.dock.common.mode.station
 

Classes in bibliothek.gui.dock.common.mode.station that implement CModeArea
 class CFlapDockStationHandle
          Interface between FlapDockStation and CModeArea.
protected  class CScreenDockStationHandle.External
          Represents a CScreenDockStationHandle as CExternalizedModeArea.
protected  class CScreenDockStationHandle.Maximal
          A representation of CScreenDockStationHandle as CMaximizedModeArea.
protected  class CSplitDockStationHandle.Maximal
          Represents a SplitDockStation as a CMaximizedModeArea.
protected  class CSplitDockStationHandle.Normal
          Represents the SplitDockStation as CNormalModeArea.
protected  class ExternalizedCSplitDockStationHandler.Externalized
          Represents a SplitDockStation which is a child of a ScreenDockStation as a CExternalizedModeArea.