Uses of Interface
bibliothek.gui.dock.common.perspective.CStationPerspective
Packages that use CStationPerspective
Package
Description
A set of classes that can be used to create basic applications.
The perspective API offers clients the possibility to define or modify the layout
of an application without actually creating any
CDockables.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 CStationPerspectiveModifier and TypeMethodDescriptionCExternalizeArea.createPerspective()CGridArea.createPerspective()CMinimizeArea.createPerspective()CStation.createPerspective()Returns a newCStationPerspectivethat representsthisstation. -
Uses of CStationPerspective in bibliothek.gui.dock.common.perspective
Classes in bibliothek.gui.dock.common.perspective that implement CStationPerspectiveModifier and TypeClassDescriptionclassA representation of aCExternalizeArea.classA representation of aCGridArea.classThisPerspectiveStationrepresents aCMinimizeArea.classA representation of aCWorkingArea.Methods in bibliothek.gui.dock.common.perspective that return CStationPerspectiveModifier and TypeMethodDescriptionCElementPerspective.asStation()Getsthisas station, if this is a station.CExternalizePerspective.asStation()CGridPerspective.asStation()CMinimizePerspective.asStation()MultipleCDockablePerspective.asStation()SingleCDockablePerspective.asStation()DefaultMissingPerspectiveFactory.createStation(String id, Path typeId) MissingPerspectiveStrategy.createStation(String id, Path typeId) Creates the station that representedid.AbstractCDockablePerspective.getParent()CDockablePerspective.getParent()Gets the next parent of this perspective that represents aCStation.CPerspective.getStation(String id) Gets the station which was registered with the unique identifierid.AbstractCDockablePerspective.getWorkingArea()CDockablePerspective.getWorkingArea()Gets the working-area of this elementMethods in bibliothek.gui.dock.common.perspective with parameters of type CStationPerspectiveModifier and TypeMethodDescriptionvoidCPerspective.addStation(CStationPerspective station) Adds a new station to this perspective.voidAbstractCDockablePerspective.setWorkingArea(CStationPerspective workingArea) voidCDockablePerspective.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 CStationPerspectiveModifier and TypeMethodDescriptionLocationModeManagerPerspective.getRoot(PerspectiveDockable dockable) Gets the firstCStationPerspectivethat is a root station and that is a parent ofdockable.