Uses of Class
bibliothek.gui.dock.station.stack.StackDockPerspective

Packages that use StackDockPerspective
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.station.stack Elements which are related to the StackDockStation
 

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

Subclasses of StackDockPerspective in bibliothek.gui.dock.common.perspective
 class CStackPerspective
          This perspective represents a group of dockables.
 

Uses of StackDockPerspective in bibliothek.gui.dock.station.stack
 

Methods in bibliothek.gui.dock.station.stack that return StackDockPerspective
 StackDockPerspective StackDockStationFactory.layoutPerspective(StackDockStationLayout layout, Map<Integer,PerspectiveDockable> children)
           
 

Methods in bibliothek.gui.dock.station.stack with parameters of type StackDockPerspective
 StackDockStationLayout StackDockStationFactory.getPerspectiveLayout(StackDockPerspective element, Map<PerspectiveDockable,Integer> children)
           
 void StackDockStationFactory.layoutPerspective(StackDockPerspective perspective, StackDockStationLayout layout, Map<Integer,PerspectiveDockable> children)