|
||||||||||
| 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
bibliothek.gui.dock.station.split.SplitDockStationLayout.Leaf
public static class SplitDockStationLayout.Leaf
A leaf in a tree, describes one Dockable.
| Constructor Summary | |
|---|---|
SplitDockStationLayout.Leaf(int id,
Path[] placeholders,
PlaceholderMap placeholderMap,
long nodeId)
Creates a new leaf |
|
| Method Summary | |
|---|---|
SplitDockStationLayout.Leaf |
asLeaf()
Returns this as leaf or null. |
int |
getId()
Gets the id of a Dockable. |
boolean |
isVisible()
Whether this node or leaf is visible to the user. |
| Methods inherited from class bibliothek.gui.dock.station.split.SplitDockStationLayout.Entry |
|---|
asNode, createPathProperty, getNodeId, getParent, getPlaceholderMap, getPlaceholders, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplitDockStationLayout.Leaf(int id,
Path[] placeholders,
PlaceholderMap placeholderMap,
long nodeId)
id - the id of a Dockable or -1placeholders - placeholders associated with this leafplaceholderMap - placeholder information of a child DockStationnodeId - the unique identifier of this node| Method Detail |
|---|
public int getId()
Dockable.
public SplitDockStationLayout.Leaf asLeaf()
SplitDockStationLayout.Entrythis as leaf or null.
asLeaf in class SplitDockStationLayout.Entrythis or nullpublic boolean isVisible()
SplitDockStationLayout.Entry
isVisible in class SplitDockStationLayout.Entrytrue if this represents some graphical element or has a visible child
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||