|
||||||||||
| 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.TreeLocationLeaf
public class TreeLocationLeaf
Represents a leaf in a path of tree-nodes.
| Constructor Summary | |
|---|---|
TreeLocationLeaf(AbstractTreeLocation parent,
long leafId)
Creates a new leaf. |
|
| Method Summary | |
|---|---|
CLocation |
aside()
Deprecated. see CLocation.aside() for an explanation. |
ExtendedMode |
findMode()
Gets the mode this location represents. |
protected SplitDockPathProperty |
findParentProperty()
|
SplitDockPathProperty |
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. |
long |
getLeafId()
Gets the unique identifier of the leaf which is represented by this TreeLocationLeaf. |
AbstractTreeLocation |
getParent()
Gets the parent location of this location. |
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, equals, expandProperty, expandProperty, external, findProperty, hashCode, maximized, maximized, maximized, maximized, minimized, minimized, normalized, working |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TreeLocationLeaf(AbstractTreeLocation parent,
long leafId)
parent - the turn above this locationleafId - the unique identifier of the leaf represented by this location, can be -1| Method Detail |
|---|
public AbstractTreeLocation getParent()
CLocation
getParent in class CLocationnullpublic long getLeafId()
TreeLocationLeaf.
protected SplitDockPathProperty findParentProperty()
public SplitDockPathProperty findProperty(DockableProperty successor)
CLocation
findProperty in class CLocationsuccessor - the path of the elements above this location or null
null, can also be successor@Deprecated public CLocation aside()
CLocation.aside() for an explanation.
CLocationCLocation that describes the location of an element
that should be inserted next to this location.
aside in class CLocationpublic String findRoot()
CLocationCStation.
findRoot in class CLocationnull if this location
does not have enough information to find the rootpublic String toString()
toString in class Objectpublic ExtendedMode findMode()
CLocation
findMode in class CLocationnull
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||