Uses of Class
bibliothek.gui.dock.common.perspective.CControlPerspective

Packages that use CControlPerspective
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy 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 CControlPerspective in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CControlPerspective
 CControlPerspective CControl.getPerspectives()
          Grants access to the perspective API which allows clients to build complex layouts without the need to create any dockables or stations.
 

Uses of CControlPerspective in bibliothek.gui.dock.common.intern.layout
 

Constructors in bibliothek.gui.dock.common.intern.layout with parameters of type CControlPerspective
CControlPerspectiveResource(CControlPerspective control)
          Creates a new resource.
 

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

Constructors in bibliothek.gui.dock.common.perspective with parameters of type CControlPerspective
CControlPerspectiveBlop(CControlPerspective control)