|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.split.SplitDockTree.Key
public abstract class SplitDockTree.Key
A key that represents either a node or a leaf. Clients should not subclass this class.
Constructor Summary | |
---|---|
SplitDockTree.Key()
|
Method Summary | |
---|---|
protected bibliothek.gui.dock.station.split.SplitDockTree.Leaf |
asLeaf()
Gets this key as a leaf. |
protected bibliothek.gui.dock.station.split.SplitDockTree.Node |
asNode()
Gets this key as a node. |
SplitDockTree.Key |
getParent()
Gets the parent of this node or leaf. |
SplitDockTree |
getTree()
Gets the tree which is the owner of this node or leaf. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplitDockTree.Key()
Method Detail |
---|
public SplitDockTree getTree()
public SplitDockTree.Key getParent()
null
protected bibliothek.gui.dock.station.split.SplitDockTree.Leaf asLeaf()
null
protected bibliothek.gui.dock.station.split.SplitDockTree.Node asNode()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |