|
||||||||||
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
bibliothek.gui.dock.station.split.SplitDockTree.Leaf
private class SplitDockTree.Leaf
A SplitDockTree.Key
which represents a leaf.
Field Summary | |
---|---|
Dockable[] |
dockables
the Dockable that will replace this leaf |
Constructor Summary | |
---|---|
SplitDockTree.Leaf(Dockable[] dockables)
Creates a new leaf. |
Method Summary | |
---|---|
SplitDockTree.Leaf |
asLeaf()
Gets this key as a leaf. |
Methods inherited from class bibliothek.gui.dock.station.split.SplitDockTree.Key |
---|
asNode, getParent, getTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Dockable[] dockables
Constructor Detail |
---|
public SplitDockTree.Leaf(Dockable[] dockables)
dockables
- the set of dockables which will replace this leafMethod Detail |
---|
public SplitDockTree.Leaf asLeaf()
SplitDockTree.Key
asLeaf
in class SplitDockTree.Key
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |