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

Packages that use PredefinedPerspective
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. 
 

Uses of PredefinedPerspective in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend that return PredefinedPerspective
 PredefinedPerspective DefaultDockFrontendPerspective.getPerspective()
           
 

Constructors in bibliothek.gui.dock.frontend with parameters of type PredefinedPerspective
DefaultDockFrontendPerspective(DockFrontend frontend, PredefinedPerspective perspective, boolean entry)
          Creates a new perspective
 

Uses of PredefinedPerspective in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout that return PredefinedPerspective
 PredefinedPerspective PredefinedDockSituation.createPerspective()
          Creates a new PredefinedPerspective.
 

Methods in bibliothek.gui.dock.layout with parameters of type PredefinedPerspective
protected  String PredefinedDockSituation.getID(PerspectiveElement element, PredefinedPerspective perspective)
          Gets the identifier that matches element which is part of perspective.
protected  boolean PredefinedDockSituation.shouldLayout(PerspectiveElement element, PredefinedPerspective perspective)
          Tells whether the layout of element itself should be stored or loaded, that will not prevent the element from showing up but from changing its content.