Class CContentAreaCenterLocation
java.lang.Object
bibliothek.gui.dock.common.CLocation
bibliothek.gui.dock.common.location.CSplitLocation
bibliothek.gui.dock.common.location.CContentAreaCenterLocation
This location points to the center of a
CContentArea.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindProperty(DockableProperty successor) Gets a path describing this location in terms of the DockingFrames.findRoot()Gets the name of the station this location belongs to.getBase()Gets the location representing theCContentAreaof which this location represents the center.toString()Methods inherited from class bibliothek.gui.dock.common.location.CSplitLocation
aside, east, east, findMode, getParent, north, north, rectangle, south, south, stack, stack, west, westMethods inherited from class bibliothek.gui.dock.common.CLocation
base, base, equals, expandProperty, expandProperty, external, findProperty, hashCode, maximized, maximized, maximized, maximized, minimized, minimized, normalized, working
-
Constructor Details
-
CContentAreaCenterLocation
Creates a new location- Parameters:
base- the location describing aCContentArea, notnull
-
-
Method Details
-
getBase
Gets the location representing theCContentAreaof which this location represents the center.- Returns:
- the content-area
-
findProperty
Description copied from class:CLocationGets a path describing this location in terms of the DockingFrames.- Overrides:
findPropertyin classCSplitLocation- Parameters:
successor- the path of the elements above this location ornull- Returns:
- the path to this location or
null, can also besuccessor
-
findRoot
Description copied from class:CLocationGets the name of the station this location belongs to. This can be the id of anyCStation.- Overrides:
findRootin classCSplitLocation- Returns:
- the name of the station or
nullif this location does not have enough information to find the root
-
toString
- Overrides:
toStringin classCSplitLocation
-