Package bibliothek.gui.dock.common.location

Various implementations of CLocation.

See:
          Description

Interface Summary
CLocationExpandStrategy This strategy tells a CLocation how to represents a DockableProperty.
 

Class Summary
AbstractStackholdingLocation A location which can be parent of a stack (stack is also known as tabbed-pane).
AbstractTreeLocation A location that is child of the "normalized"-area, and describing a turn in a path leading to the final element.
CBaseLocation A location based on a CContentArea.
CContentAreaCenterLocation This location points to the center of a CContentArea.
CExtendedModeLocation This location represents an ExtendedMode.
CExternalizedLocation A location representing an externalized element.
CFlapIndexLocation A location which represents the index on a FlapDockStation.
CFlapLocation A location which represents a FlapDockStation.
CGridAreaLocation A location that represents a CGridArea.
CMaximalExternalizedLocation A location representing an maximized externalized element.
CMaximizedLocation A location representing the maximized state.
CMinimizeAreaLocation A location describing a child of a CMinimizeArea.
CMinimizedLocation A location aiming at minimized elements.
CRectangleLocation A location describing a normalized element by giving its relative position and size (relative meaning that the element is positioned in a rectangle of size 1/1).
CSplitLocation This location is used to describe a SplitDockStation.
CStackLocation A location describing an element in a stack (also known as tabbed-pane).
CWorkingAreaLocation A location representing a CWorkingArea.
DefaultExpandStrategy The default implementation of CLocationExpandStrategy.
TreeLocationLeaf Represents a leaf in a path of tree-nodes.
TreeLocationNode A turn in a path to an element, beginning at the "normalized-area".
TreeLocationRoot The root of a path of turns, leading to the location of an element, beginning at the "normalized-area".
 

Enum Summary
Side Describes a side of a rectangle.
 

Package bibliothek.gui.dock.common.location Description

Various implementations of CLocation. Clients can use these classes either directly or go through the factory-methods provided by CLocation to create new locations.