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

Packages that use CommonElementPerspective
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
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 CommonElementPerspective in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return CommonElementPerspective
 CommonElementPerspective CommonMultipleDockableFactory.layoutPerspective(CommonMultipleDockableLayout layout, Map<Integer,PerspectiveDockable> children)
           
 CommonElementPerspective CommonSingleDockableFactory.layoutPerspective(CommonSingleDockableLayout layout, Map<Integer,PerspectiveDockable> children)
           
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CommonElementPerspective
 CommonMultipleDockableLayout CommonMultipleDockableFactory.getPerspectiveLayout(CommonElementPerspective element, Map<PerspectiveDockable,Integer> children)
           
 CommonSingleDockableLayout CommonSingleDockableFactory.getPerspectiveLayout(CommonElementPerspective element, Map<PerspectiveDockable,Integer> children)
           
 void CommonMultipleDockableFactory.layoutPerspective(CommonElementPerspective perspective, CommonMultipleDockableLayout layout, Map<Integer,PerspectiveDockable> children)
           
 void CommonSingleDockableFactory.layoutPerspective(CommonElementPerspective perspective, CommonSingleDockableLayout layout, Map<Integer,PerspectiveDockable> children)
           
 

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

Subinterfaces of CommonElementPerspective in bibliothek.gui.dock.common.perspective
 interface CommonDockStationPerspective
          A PerspectiveElement that represents a CommonDockStation.
 

Classes in bibliothek.gui.dock.common.perspective that implement CommonElementPerspective
 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.
protected  class MultipleCDockablePerspective.Intern
          The default representation for a MultipleCDockablePerspective.
protected  class SingleCDockablePerspective.Intern
          The type of object that is created by the default implementation of SingleCDockablePerspective.create()
 

Methods in bibliothek.gui.dock.common.perspective that return CommonElementPerspective
protected  CommonElementPerspective MultipleCDockablePerspective.create()
          Called the first time MultipleCDockablePerspective.intern() is called, creates the internal representation of this dockable.
protected  CommonElementPerspective SingleCDockablePerspective.create()
          Called the first time SingleCDockablePerspective.intern() is called, this method creates the intern representation of this SingleCDockablePerspective.
 CommonElementPerspective CElementPerspective.intern()
          Gets the internal representation for this element.
If CElementPerspective.asDockable() returns a non-null value, then intern().asDockable() must not return null either.
If CElementPerspective.asStation() returns a non-null value, then intern().asStation() must not return null either.
 CommonElementPerspective MultipleCDockablePerspective.intern()
           
 CommonElementPerspective SingleCDockablePerspective.intern()