Uses of Interface
bibliothek.gui.dock.common.perspective.CElementPerspective

Packages that use CElementPerspective
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. 
 

Uses of CElementPerspective in bibliothek.gui.dock.common.perspective
 

Subinterfaces of CElementPerspective in bibliothek.gui.dock.common.perspective
 interface CDockablePerspective
          Represents a CDockable in a CPerspective.
 interface CStationPerspective
          A representation of a CStation.
 

Classes in bibliothek.gui.dock.common.perspective that implement CElementPerspective
 class AbstractCDockablePerspective
          An abstract implementation of CDockablePerspective providing some general methods.
 class CExternalizePerspective
          A representation of a CExternalizeArea.
 class CGridPerspective
          A representation of a CGridArea.
 class CMinimizePerspective
          This PerspectiveStation represents a CMinimizeArea.
 class CWorkingPerspective
          A representation of a CWorkingArea.
 class MultipleCDockablePerspective
          Representation of a MultipleCDockable in a perspective.
 class SingleCDockablePerspective
          A class that represents a SingleCDockable.
 

Methods in bibliothek.gui.dock.common.perspective that return CElementPerspective
 CElementPerspective CExternalizePerspective.CommonScreenDockPerspective.getElement()
           
 CElementPerspective CGridPerspective.CommonSplitDockPerspective.getElement()
           
 CElementPerspective CMinimizePerspective.CommonFlapDockPerspective.getElement()
           
 CElementPerspective CommonElementPerspective.getElement()
          Gets the element that is represented by this PerspectiveElement.
 CElementPerspective MultipleCDockablePerspective.Intern.getElement()
           
 CElementPerspective SingleCDockablePerspective.Intern.getElement()