Class CMinimizedLocation
java.lang.Object
bibliothek.gui.dock.common.CLocation
bibliothek.gui.dock.common.location.CFlapLocation
bibliothek.gui.dock.common.location.CMinimizedLocation
A location aiming at minimized elements.
- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindMode()Gets the mode this location represents.findRoot()Gets the name of the station this location belongs to.getSide()Gets the side of theCContentAreawhere this minimized-location points to.toString()Methods inherited from class bibliothek.gui.dock.common.location.CFlapLocation
append, aside, 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
-
CMinimizedLocation
Creates a new location.- Parameters:
parent- the location describing where the "minimized-areas" areside- the side this location is aiming at.
-
-
Method Details
-
getSide
Gets the side of theCContentAreawhere this minimized-location points to.- Returns:
- the side
-
findMode
Description copied from class:CLocationGets the mode this location represents.- Overrides:
findModein classCFlapLocation- Returns:
- the mode or
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
-