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

Packages that use StackDockPerspective
bibliothek.gui.dock.common.perspective   
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, java.util.Map<java.lang.Integer,PerspectiveDockable> children)
           
 

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