Uses of Class
bibliothek.gui.dock.common.perspective.CPerspective
Packages that use CPerspective
Package
Description
Classes and interfaces used internally.
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 CPerspective in bibliothek.gui.dock.common.intern
Constructors in bibliothek.gui.dock.common.intern with parameters of type CPerspectiveModifierConstructorDescriptionCommonMultipleDockableFactory(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 CPerspectiveModifier and TypeMethodDescriptionCControlPerspective.createEmptyPerspective()Creates a newCPerspectivethat is set up with all the stations of theCControl.CContentPerspective.getPerspective()Gets theCPerspectivein whose realm thisCContentPerspectiveworks.CControlPerspective.getPerspective(boolean includeWorkingAreas) Gets a perspective that matches the current layout of the application.CControlPerspective.getPerspective(String name) Gets the perspective which represents a layout that was stored usingCControl.save(String).CControlPerspective.getPerspective(String name, boolean includeWorkingAreas) Gets the perspective which represents a layout that was stored usingCControl.save(String).CControlPerspectiveBlop.getPerspective()Gets the current layout.CControlPerspectiveBlop.getPerspective(String name) Gets the perspective which was stored usingnameas key.CExternalizePerspective.getPerspective()CGridPerspective.getPerspective()CMinimizePerspective.getPerspective()CPerspectiveMultipleIdentifierCollection.getPerspective()Gets the owner of this access object.CStationPerspective.getPerspective()Gets the perspective which presents this station.Creates a newCPerspectiveand fills it using the information fromsetting.CControlPerspective.read(DataInputStream in) Creates a newCPerspectiveusing the information stored inin.CControlPerspective.read(DataInputStream in, boolean includeWorkingAreas) Creates a newCPerspectiveusing the information stored inin.Creates a newCPerspectiveusing the information stored inroot.Creates a newCPerspectiveusing the information stored inroot.Methods in bibliothek.gui.dock.common.perspective with parameters of type CPerspectiveModifier and TypeMethodDescriptionCControlPerspective.conversion(CPerspective perspective, boolean includeWorkingAreas) Creates a newDockFrontendPerspectivewhich uses the settings fromperspectiveto read and write layouts.voidCControlPerspectiveBlop.putPerspective(String name, CPerspective perspective) Stores a new layout forname.voidCControlPerspective.setPerspective(CPerspective perspective, boolean includeWorkingAreas) Changes the layout of the associatedCControlsuch that it matchesperspective.voidCControlPerspective.setPerspective(String name, CPerspective perspective) Storesperspectiveas a layout that can be selected by the user by callingCControl.load(String).
The contents of working areas are ignored by this method.voidCControlPerspective.setPerspective(String name, CPerspective perspective, boolean includeWorkingAreas) Storesperspectiveas a layout that can be selected by the user by callingCControl.load(String).voidCControlPerspectiveBlop.setPerspective(CPerspective perspective) Sets the layout that should be loaded.voidCExternalizePerspective.setPerspective(CPerspective perspective) voidCGridPerspective.setPerspective(CPerspective perspective) voidCMinimizePerspective.setPerspective(CPerspective perspective) voidCStationPerspective.setPerspective(CPerspective perspective) Informs this station by which perspective it is used.CControlPerspective.write(CPerspective perspective, boolean includeWorkingAreas) Convertsperspectiveinto aCSetting.voidCControlPerspective.write(DataOutputStream out, CPerspective perspective) Writes the contents ofperspectiveintooutusing the factories provided by thisCControlPerspective.voidCControlPerspective.write(DataOutputStream out, CPerspective perspective, boolean includeWorkingAreas) Writes the contents ofperspectiveintooutusing the factories provided by thisCControlPerspective.voidCControlPerspective.writeXML(XElement root, CPerspective perspective) Writes the contents ofperspectiveintorootusing the factories provided by thisCControlPerspective.voidCControlPerspective.writeXML(XElement root, CPerspective perspective, boolean includeWorkingAreas) Writes the contents ofperspectiveintorootusing the factories provided by thisCControlPerspective.Constructors in bibliothek.gui.dock.common.perspective with parameters of type CPerspectiveModifierConstructorDescriptionCContentPerspective(CPerspective perspective, String id) Creates a new perspective.CPerspectiveMultipleIdentifierCollection(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 CPerspectiveModifier and TypeMethodDescriptionAbstractModePerspective.getPerspective()Gets the perspective that uses this mode.Methods in bibliothek.gui.dock.common.perspective.mode with parameters of type CPerspectiveModifier and TypeMethodDescriptionvoidLocationModeManagerPerspective.readModes(ModeSettings<Location, ?> modes, CPerspective cperspective, CControlAccess control) Reads the contents ofmodesand applies it to the dockables ofcperspective.voidAbstractModePerspective.setPerspective(CPerspective perspective) voidLocationModePerspective.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 CPerspectiveModifierConstructorDescriptionLocationModeManagerPerspective(CPerspective perspective, CControlAccess control) Creates a new manager