Uses of Interface
bibliothek.gui.dock.frontend.DockFrontendPerspective

Packages that use DockFrontendPerspective
bibliothek.gui The high level interfaces of the framework and the most often used 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. 
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
 

Uses of DockFrontendPerspective in bibliothek.gui
 

Methods in bibliothek.gui that return DockFrontendPerspective
 DockFrontendPerspective DockFrontend.getPerspective(boolean entry)
          Creates and returns a new Perspective which can be used to read, write and convert PerspectiveElements.
 DockFrontendPerspective DockFrontend.getPerspective(boolean entry, FrontendPerspectiveCache factory)
          Creates and returns a new Perspective which can be used to read, write and convert PerspectiveElements.
 

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

Methods in bibliothek.gui.dock.common.perspective that return DockFrontendPerspective
 DockFrontendPerspective CControlPerspective.conversion(CPerspective perspective, boolean includeWorkingAreas)
          Creates a new DockFrontendPerspective which uses the settings from perspective to read and write layouts.
 

Uses of DockFrontendPerspective in bibliothek.gui.dock.frontend
 

Classes in bibliothek.gui.dock.frontend that implement DockFrontendPerspective
 class DefaultDockFrontendPerspective
          This default implementation of DockFrontendPerspective is used by the DefaultLayoutChangeStrategy and builds upon a PredefinedDockSituation.
 

Methods in bibliothek.gui.dock.frontend that return DockFrontendPerspective
 DockFrontendPerspective DefaultLayoutChangeStrategy.createPerspective(DockFrontendInternals frontend, boolean entry, FrontendPerspectiveCache cache)
           
 DockFrontendPerspective LayoutChangeStrategy.createPerspective(DockFrontendInternals frontend, boolean entry, FrontendPerspectiveCache cache)
          Creates a Perspective that is used to read and write perspectives related to frontend.