Uses of Package
bibliothek.gui.dock.common.perspective

Packages that use bibliothek.gui.dock.common.perspective
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
bibliothek.gui.dock.common.perspective The perspective API offers clients the possibility to define or modify the layout of an application without actually creating any CDockables. 
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". 
 

Classes in bibliothek.gui.dock.common.perspective used by bibliothek.gui.dock.common
CControlPerspective
          A CControlPerspective is a wrapper around a CControl allowing access to various CPerspectives.
CStationPerspective
          A representation of a CStation.
CWorkingPerspective
          A representation of a CWorkingArea.
MissingPerspectiveStrategy
          This strategy is used by a CControl or a CControlPerspective to create CStationPerspectives for stations that are not (yet) registered at the CControl.
 

Classes in bibliothek.gui.dock.common.perspective used by bibliothek.gui.dock.common.intern
CommonElementPerspective
          A PerspectiveElement that has an additional representation as a CElementPerspective.
CPerspective
          A CPerspective is a lightweight, modifiable representation of all Dockables and DockStations handled by a CControl.
When using a CPerspective clients have to be aware of: Neither single- nor multiple-dockables need to be registered. Any root-CStation used by a CControl needs to be registered using #addRoot(CStationPerspective)
 

Classes in bibliothek.gui.dock.common.perspective used by bibliothek.gui.dock.common.intern.layout
CControlPerspective
          A CControlPerspective is a wrapper around a CControl allowing access to various CPerspectives.
 

Classes in bibliothek.gui.dock.common.perspective used by bibliothek.gui.dock.common.intern.station
CommonDockStationPerspective
          A PerspectiveElement that represents a CommonDockStation.
 

Classes in bibliothek.gui.dock.common.perspective used by bibliothek.gui.dock.common.perspective
AbstractCDockablePerspective
          An abstract implementation of CDockablePerspective providing some general methods.
CContentPerspective
          A representation of a CContentArea.
CControlPerspective
          A CControlPerspective is a wrapper around a CControl allowing access to various CPerspectives.
CControlPerspectiveBlop
          A CControlPerspectiveBlop stores all the data a file contains that was writting with CControl.write(java.io.DataOutputStream) or CControl.writeXML(java.io.File).
CDockablePerspective
          Represents a CDockable in a CPerspective.
CElementPerspective
          Represents a dockable or a station in a CPerspective.
CExternalizePerspective
          A representation of a CExternalizeArea.
CExternalizePerspective.CommonScreenDockPerspective
          This type of object is used by the CExternalizePerspective as intern representation.
CGridPerspective
          A representation of a CGridArea.
CGridPerspective.CommonSplitDockPerspective
          The type of object that is used by a CGridPerspective as intern representation.
CMinimizePerspective
          This PerspectiveStation represents a CMinimizeArea.
CMinimizePerspective.CommonFlapDockPerspective
          The type of object that is used by CMinimizePerspective as intern representation.
CommonDockStationPerspective
          A PerspectiveElement that represents a CommonDockStation.
CommonElementPerspective
          A PerspectiveElement that has an additional representation as a CElementPerspective.
CPerspective
          A CPerspective is a lightweight, modifiable representation of all Dockables and DockStations handled by a CControl.
When using a CPerspective clients have to be aware of: Neither single- nor multiple-dockables need to be registered. Any root-CStation used by a CControl needs to be registered using #addRoot(CStationPerspective)
CStationPerspective
          A representation of a CStation.
LocationHistory
          An ordered map of ExtendedModes and Locations, ordered by the time when the location was recorded.
MissingPerspectiveStrategy
          This strategy is used by a CControl or a CControlPerspective to create CStationPerspectives for stations that are not (yet) registered at the CControl.
MultipleCDockablePerspective
          Representation of a MultipleCDockable in a perspective.
ShrinkablePerspectiveStation
          This kind of PerspectiveStation can find out whether it is really needed and can remove itself if not.
SingleCDockablePerspective
          A class that represents a SingleCDockable.
 

Classes in bibliothek.gui.dock.common.perspective used by bibliothek.gui.dock.common.perspective.mode
CDockablePerspective
          Represents a CDockable in a CPerspective.
CPerspective
          A CPerspective is a lightweight, modifiable representation of all Dockables and DockStations handled by a CControl.
When using a CPerspective clients have to be aware of: Neither single- nor multiple-dockables need to be registered. Any root-CStation used by a CControl needs to be registered using #addRoot(CStationPerspective)
CStationPerspective
          A representation of a CStation.