Uses of Interface
bibliothek.gui.dock.common.perspective.CommonElementPerspective
Packages that use CommonElementPerspective
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.-
Uses of CommonElementPerspective in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return CommonElementPerspectiveModifier and TypeMethodDescriptionCommonMultipleDockableFactory.layoutPerspective(CommonMultipleDockableLayout layout, Map<Integer, PerspectiveDockable> children) CommonSingleDockableFactory.layoutPerspective(CommonSingleDockableLayout layout, Map<Integer, PerspectiveDockable> children) Methods in bibliothek.gui.dock.common.intern with parameters of type CommonElementPerspectiveModifier and TypeMethodDescriptionCommonMultipleDockableFactory.getPerspectiveLayout(CommonElementPerspective element, Map<PerspectiveDockable, Integer> children) CommonSingleDockableFactory.getPerspectiveLayout(CommonElementPerspective element, Map<PerspectiveDockable, Integer> children) voidCommonMultipleDockableFactory.layoutPerspective(CommonElementPerspective perspective, CommonMultipleDockableLayout layout, Map<Integer, PerspectiveDockable> children) voidCommonSingleDockableFactory.layoutPerspective(CommonElementPerspective perspective, CommonSingleDockableLayout layout, Map<Integer, PerspectiveDockable> children) -
Uses of CommonElementPerspective in bibliothek.gui.dock.common.perspective
Subinterfaces of CommonElementPerspective in bibliothek.gui.dock.common.perspectiveModifier and TypeInterfaceDescriptioninterfaceAPerspectiveElementthat represents aCommonDockStation.Classes in bibliothek.gui.dock.common.perspective that implement CommonElementPerspectiveModifier and TypeClassDescriptionclassThis type of object is used by theCExternalizePerspectiveas intern representation.classThe type of object that is used by aCGridPerspectiveas intern representation.classThe type of object that is used byCMinimizePerspectiveas intern representation.protected classThe default representation for aMultipleCDockablePerspective.protected classThe type of object that is created by the default implementation ofSingleCDockablePerspective.create()Methods in bibliothek.gui.dock.common.perspective that return CommonElementPerspectiveModifier and TypeMethodDescriptionprotected CommonElementPerspectiveMultipleCDockablePerspective.create()Called the first timeMultipleCDockablePerspective.intern()is called, creates the internal representation of this dockable.protected CommonElementPerspectiveSingleCDockablePerspective.create()Called the first timeSingleCDockablePerspective.intern()is called, this method creates the intern representation of thisSingleCDockablePerspective.CElementPerspective.intern()Gets the internal representation for this element.
IfCElementPerspective.asDockable()returns a non-nullvalue, thenintern().asDockable()must not returnnulleither.
IfCElementPerspective.asStation()returns a non-nullvalue, thenintern().asStation()must not returnnulleither.MultipleCDockablePerspective.intern()SingleCDockablePerspective.intern()