Class CFlapIndexLocation
java.lang.Object
bibliothek.gui.dock.common.CLocation
bibliothek.gui.dock.common.location.AbstractStackholdingLocation
bibliothek.gui.dock.common.location.CFlapIndexLocation
A location which represents the index on a
FlapDockStation.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaside()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.intgetIndex()Gets the exact location of this location on its parent.Gets the parent location of this location.toString()Methods inherited from class bibliothek.gui.dock.common.location.AbstractStackholdingLocation
stack, stackMethods 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
-
CFlapIndexLocation
Creates a new location- Parameters:
parent- theFlapDockStationto which this location belongsindex- the exact position of this location
-
-
Method Details
-
getParent
Description copied from class:CLocationGets the parent location of this location. Some root-locations may never have a parent. -
getIndex
public int getIndex()Gets the exact location of this location on its parent.- Returns:
- the exact 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. -
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
-
findRoot
Description copied from class:CLocationGets the name of the station this location belongs to. This can be the id of anyCStation. -
toString
-
CLocation.aside()for an explanation.