Uses of Class
bibliothek.gui.dock.station.screen.ScreenDockPerspective

Packages that use ScreenDockPerspective
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.screen Elements that are related to the ScreenDockStation
 

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

Subclasses of ScreenDockPerspective in bibliothek.gui.dock.common.perspective
 class CExternalizePerspective.CommonScreenDockPerspective
          This type of object is used by the CExternalizePerspective as intern representation.
 

Uses of ScreenDockPerspective in bibliothek.gui.dock.station.screen
 

Methods in bibliothek.gui.dock.station.screen that return ScreenDockPerspective
 ScreenDockPerspective ScreenDockStationFactory.layoutPerspective(ScreenDockStationLayout layout, Map<Integer,PerspectiveDockable> children)
           
 

Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockPerspective
 ScreenDockStationLayout ScreenDockStationFactory.getPerspectiveLayout(ScreenDockPerspective element, Map<PerspectiveDockable,Integer> children)
           
 void ScreenDockStationFactory.layoutPerspective(ScreenDockPerspective perspective, ScreenDockStationLayout layout, Map<Integer,PerspectiveDockable> children)