|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.split.SplitDockStationLayout.Entry
public abstract static class SplitDockStationLayout.Entry
An entry in a tree, either a node or a leaf.
Constructor Summary | |
---|---|
SplitDockStationLayout.Entry(long id)
Create a new entry |
Method Summary | |
---|---|
SplitDockStationLayout.Leaf |
asLeaf()
Returns this as leaf or null . |
SplitDockStationLayout.Node |
asNode()
Returns this as node or null . |
SplitDockPathProperty |
createPathProperty()
Creates a new path property which describes the location of this element. |
long |
getNodeId()
Gets the unique id of this node. |
SplitDockStationLayout.Node |
getParent()
Gets the parent of this entry, is null for the
root entry. |
protected void |
setParent(SplitDockStationLayout.Node parent)
Sets the parent of this entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplitDockStationLayout.Entry(long id)
id
- the unique id of this node or -1Method Detail |
---|
protected void setParent(SplitDockStationLayout.Node parent)
parent
- the parentpublic SplitDockStationLayout.Node getParent()
null
for the
root entry.
public long getNodeId()
public SplitDockStationLayout.Leaf asLeaf()
this
as leaf or null
.
this
or null
public SplitDockStationLayout.Node asNode()
this
as node or null
.
this
or null
public SplitDockPathProperty createPathProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |