Uses of Class
bibliothek.gui.dock.perspective.Perspective

Packages that use Perspective
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
bibliothek.gui.dock.layout Elements dealing with the location of Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations. 
bibliothek.gui.dock.perspective   
 

Uses of Perspective in bibliothek.gui
 

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

Uses of Perspective in bibliothek.gui.dock.frontend
 

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

Uses of Perspective in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout that return Perspective
 Perspective DockSituation.createPerspective()
          Creates a new Perspective that uses the settings made on this DockSituation.
 

Uses of Perspective in bibliothek.gui.dock.perspective
 

Subclasses of Perspective in bibliothek.gui.dock.perspective
 class PredefinedPerspective
          A Perspective that works together with PredefinedDockSituation.