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

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

Uses of CommonDockStationPerspective in bibliothek.gui.dock.common.intern.station
 

Methods in bibliothek.gui.dock.common.intern.station that return CommonDockStationPerspective
 CommonDockStationPerspective CommonDockStationFactory.layoutPerspective(CommonDockStationLayout layout, Map<Integer,PerspectiveDockable> children)
           
 

Methods in bibliothek.gui.dock.common.intern.station with parameters of type CommonDockStationPerspective
 CommonDockStationLayout CommonDockStationFactory.getPerspectiveLayout(CommonDockStationPerspective element, Map<PerspectiveDockable,Integer> children)
           
 void CommonDockStationFactory.layoutPerspective(CommonDockStationPerspective element, CommonDockStationLayout layout, Map<Integer,PerspectiveDockable> children)
           
 

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

Classes in bibliothek.gui.dock.common.perspective that implement CommonDockStationPerspective
 class CExternalizePerspective.CommonScreenDockPerspective
          This type of object is used by the CExternalizePerspective as intern representation.
 class CGridPerspective.CommonSplitDockPerspective
          The type of object that is used by a CGridPerspective as intern representation.
 class CMinimizePerspective.CommonFlapDockPerspective
          The type of object that is used by CMinimizePerspective as intern representation.