Uses of Class
bibliothek.gui.dock.common.perspective.CPerspective

Packages that use CPerspective
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.perspective   
bibliothek.gui.dock.common.perspective.mode   
 

Uses of CPerspective in bibliothek.gui.dock.common.intern
 

Constructors in bibliothek.gui.dock.common.intern with parameters of type CPerspective
CommonMultipleDockableFactory(java.lang.String id, MultipleCDockableFactory<?,?> delegate, CControlAccess access, CPerspective perspective)
          Creates a new factory.
CommonSingleDockableFactory(CControl control, CPerspective perspective)
          Creates a new factory.
 

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

Methods in bibliothek.gui.dock.common.perspective that return CPerspective
 CPerspective CControlPerspective.createEmptyPerspective()
          Creates a new CPerspective that is set up with the root-stations of the CControl.
 CPerspective CPerspectiveMultipleIdentifierCollection.getPerspective()
          Gets the owner of this access object.
 CPerspective CControlPerspective.getPerspective(boolean includeWorkingAreas)
          Gets a perspective that matches the current layout of the application.
 CPerspective CControlPerspective.getPerspective(java.lang.String name)
          Gets the perspective which represents a layout that was stored using CControl.save(String).
 

Methods in bibliothek.gui.dock.common.perspective with parameters of type CPerspective
 void CExternalizePerspective.setPerspective(CPerspective perspective)
           
 void CGridPerspective.setPerspective(CPerspective perspective)
           
 void CMinimizePerspective.setPerspective(CPerspective perspective)
           
 void CStationPerspective.setPerspective(CPerspective perspective)
          Informs this station by which perspective it is used.
 void CControlPerspective.setPerspective(CPerspective perspective, boolean includeWorkingAreas)
          Changes the layout of the associated CControl such that it matches perspective.
 void CControlPerspective.setPerspective(java.lang.String name, CPerspective perspective)
          Stores perspective as a layout that can be selected by the user by calling CControl.load(String).
 

Constructors in bibliothek.gui.dock.common.perspective with parameters of type CPerspective
CContentPerspective(CPerspective perspective, java.lang.String id)
          Creates a new perspective.
CPerspectiveMultipleIdentifierCollection(java.lang.String factoryId, CPerspective perspective)
          Creates a new object
 

Uses of CPerspective in bibliothek.gui.dock.common.perspective.mode
 

Methods in bibliothek.gui.dock.common.perspective.mode that return CPerspective
 CPerspective AbstractModePerspective.getPerspective()
          Gets the perspective that uses this mode.
 

Methods in bibliothek.gui.dock.common.perspective.mode with parameters of type CPerspective
 void LocationModeManagerPerspective.readModes(ModeSettings<Location,?> modes, CPerspective cperspective, CControlAccess control)
          Reads the contents of modes and applies it to the dockables of cperspective.
 void AbstractModePerspective.setPerspective(CPerspective perspective)
           
 void LocationModePerspective.setPerspective(CPerspective perspective)
          Informs this mode of what perspective is going to use it.
 

Constructors in bibliothek.gui.dock.common.perspective.mode with parameters of type CPerspective
LocationModeManagerPerspective(CPerspective perspective, CControlAccess control)
          Creates a new manager