Class CFlapLocation
java.lang.Object
bibliothek.gui.dock.common.CLocation
bibliothek.gui.dock.common.location.CFlapLocation
- Direct Known Subclasses:
CMinimizeAreaLocation,CMinimizedLocation
A location which represents a
FlapDockStation.- Author:
- Benjamin Sigg
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new locationCFlapLocation(CLocation parent) Creates a new location -
Method Summary
Modifier and TypeMethodDescriptionappend()Creates a location to append children at the end of the station.aside()Deprecated.findMode()Gets the mode this location represents.findProperty(DockableProperty successor) Gets a path describing this location in terms of the DockingFrames.findRoot()Gets the name of the station this location belongs to.Gets the parent location of this location.insert(int index) Creates a location to insert children into the station.toString()Methods 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
-
CFlapLocation
public CFlapLocation()Creates a new location -
CFlapLocation
Creates a new location- Parameters:
parent-
-
-
Method Details
-
append
Creates a location to append children at the end of the station.- Returns:
- the location marking the last position
-
insert
Creates a location to insert children into the station.- Parameters:
index- the exact position- Returns:
- a location marking the position
index
-
getParent
Gets the parent location of this location. -
aside
Deprecated.seeCLocation.aside()for an explanation.Description copied from class:CLocationReturns aCLocationthat describes the location of an element that should be inserted next to this location. -
findMode
Description copied from class:CLocationGets the mode this location represents. -
findRoot
Description copied from class:CLocationGets the name of the station this location belongs to. This can be the id of anyCStation. -
findProperty
Description copied from class:CLocationGets a path describing this location in terms of the DockingFrames.- Specified by:
findPropertyin classCLocation- Parameters:
successor- the path of the elements above this location ornull- Returns:
- the path to this location or
null, can also besuccessor
-
toString
-
CLocation.aside()for an explanation.