Uses of Interface
bibliothek.gui.dock.common.perspective.CStationPerspective

Packages that use CStationPerspective
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
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.common.perspective.mode This module of the perspective API allows clients to access and modify CDockables that are in different modes like "maximized" or "minimized". 
 

Uses of CStationPerspective in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CStationPerspective
 CStationPerspective CExternalizeArea.createPerspective()
           
 CStationPerspective CGridArea.createPerspective()
           
 CStationPerspective CMinimizeArea.createPerspective()
           
 CStationPerspective CStation.createPerspective()
          Returns a new CStationPerspective that represents this station.
 

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

Classes in bibliothek.gui.dock.common.perspective that implement CStationPerspective
 class CExternalizePerspective
          A representation of a CExternalizeArea.
 class CGridPerspective
          A representation of a CGridArea.
 class CMinimizePerspective
          This PerspectiveStation represents a CMinimizeArea.
 class CWorkingPerspective
          A representation of a CWorkingArea.
 

Methods in bibliothek.gui.dock.common.perspective that return CStationPerspective
 CStationPerspective CElementPerspective.asStation()
          Gets this as station, if this is a station.
 CStationPerspective CExternalizePerspective.asStation()
           
 CStationPerspective CGridPerspective.asStation()
           
 CStationPerspective CMinimizePerspective.asStation()
           
 CStationPerspective MultipleCDockablePerspective.asStation()
           
 CStationPerspective SingleCDockablePerspective.asStation()
           
 CStationPerspective DefaultMissingPerspectiveFactory.createStation(String id, Path typeId)
           
 CStationPerspective MissingPerspectiveStrategy.createStation(String id, Path typeId)
          Creates the station that represented id.
 CStationPerspective AbstractCDockablePerspective.getParent()
           
 CStationPerspective CDockablePerspective.getParent()
          Gets the next parent of this perspective that represents a CStation.
 CStationPerspective CPerspective.getStation(String id)
          Gets the station which was registered with the unique identifier id.
 CStationPerspective AbstractCDockablePerspective.getWorkingArea()
           
 CStationPerspective CDockablePerspective.getWorkingArea()
          Gets the working-area of this element
 

Methods in bibliothek.gui.dock.common.perspective with parameters of type CStationPerspective
 void CPerspective.addStation(CStationPerspective station)
          Adds a new station to this perspective.
 void AbstractCDockablePerspective.setWorkingArea(CStationPerspective workingArea)
           
 void CDockablePerspective.setWorkingArea(CStationPerspective workingArea)
          Sets the working-area of this element.
 

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

Methods in bibliothek.gui.dock.common.perspective.mode that return CStationPerspective
 CStationPerspective LocationModeManagerPerspective.getRoot(PerspectiveDockable dockable)
          Gets the first CStationPerspective that is a root station and that is a parent of dockable.