Class CMinimizeAreaLocation
java.lang.Object
bibliothek.gui.dock.common.CLocation
bibliothek.gui.dock.common.location.CFlapLocation
bibliothek.gui.dock.common.location.CMinimizeAreaLocation
A location describing a child of a
CMinimizeArea.- Author:
- Benjamin Sigg
-
Constructor Summary
ConstructorsConstructorDescriptionCrates a new location at the end of the minimize area. -
Method Summary
Modifier and TypeMethodDescriptionfindRoot()Gets the name of the station this location belongs to.getArea()Gets theCMinimizeAreawhich is represented by this location.toString()Methods inherited from class bibliothek.gui.dock.common.location.CFlapLocation
append, aside, findMode, findProperty, getParent, insertMethods 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
-
CMinimizeAreaLocation
Crates a new location at the end of the minimize area.- Parameters:
area- the minimize area, notnull
-
-
Method Details
-
getArea
Gets theCMinimizeAreawhich is represented by this location.- Returns:
- the area, not
null
-
findRoot
Description copied from class:CLocationGets the name of the station this location belongs to. This can be the id of anyCStation.- Overrides:
findRootin classCFlapLocation- Returns:
- the name of the station or
nullif this location does not have enough information to find the root
-
toString
- Overrides:
toStringin classCFlapLocation
-