public class SplitDockPerspective.Root extends SplitDockPerspective.Entry
Constructor and Description |
---|
Root()
Creates the new root.
|
Modifier and Type | Method and Description |
---|---|
SplitDockPerspective.Entry |
getChild()
Gets the child of this root.
|
SplitDockPerspective |
getPerspective()
Gets the owner of this node or leaf.
|
void |
setChild(SplitDockPerspective.Entry child)
Sets the child of this root.
|
protected void |
setParent(SplitDockPerspective.Entry parent)
Sets the parent of this entry.
|
asLeaf, asNode, delete, getNodeId, getParent, getPlaceholderMap, getPlaceholders, isAnchestor, replace, setPlaceholderMap
public SplitDockPerspective getPerspective()
SplitDockPerspective.Entry
getPerspective
in class SplitDockPerspective.Entry
null
protected void setParent(SplitDockPerspective.Entry parent)
SplitDockPerspective.Entry
setParent
in class SplitDockPerspective.Entry
parent
- the parentpublic SplitDockPerspective.Entry getChild()
null
public void setChild(SplitDockPerspective.Entry child)
child
- the child, can be null