|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.CLocation
bibliothek.gui.dock.common.location.AbstractStackholdingLocation
bibliothek.gui.dock.common.location.CFlapIndexLocation
public class CFlapIndexLocation
A location which represents the index on a FlapDockStation.
| Constructor Summary | |
|---|---|
CFlapIndexLocation(CFlapLocation parent,
int index)
Creates a new location |
|
| Method Summary | |
|---|---|
CLocation |
aside()
Returns a CLocation that describes the location of an element
that should be inserted next to this location. |
CLocation |
expandProperty(DockableProperty property)
Tries to create a location that resembles property. |
ExtendedMode |
findMode()
Gets the mode this location represents. |
DockableProperty |
findProperty(DockableProperty successor)
Gets a path describing this location in terms of the DockingFrames. |
String |
findRoot()
Gets the name of the station this location belongs to. |
int |
getIndex()
Gets the exact location of this location on its parent. |
String |
toString()
|
| Methods inherited from class bibliothek.gui.dock.common.location.AbstractStackholdingLocation |
|---|
stack, stack |
| Methods inherited from class bibliothek.gui.dock.common.CLocation |
|---|
base, base, external, findProperty, maximized, maximized, maximized, maximized, minimized, minimized, normalized, working |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CFlapIndexLocation(CFlapLocation parent,
int index)
parent - the FlapDockStation to which this location
belongsindex - the exact position of this location| Method Detail |
|---|
public int getIndex()
public CLocation aside()
CLocationCLocation that describes the location of an element
that should be inserted next to this location.
aside in class CLocationpublic ExtendedMode findMode()
CLocation
findMode in class CLocationnullpublic DockableProperty findProperty(DockableProperty successor)
CLocation
findProperty in class CLocationsuccessor - the path of the elements above this location or null
nullpublic String findRoot()
CLocationCStation.
findRoot in class CLocationnull if this location
does not have enough information to find the rootpublic CLocation expandProperty(DockableProperty property)
CLocationproperty.
expandProperty in class AbstractStackholdingLocationproperty - some location
CLocation.findProperty() would create
property again, or null in case that property
can't be usedpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||