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, setPlaceholderMappublic SplitDockPerspective getPerspective()
SplitDockPerspective.EntrygetPerspective in class SplitDockPerspective.Entrynullprotected void setParent(SplitDockPerspective.Entry parent)
SplitDockPerspective.EntrysetParent in class SplitDockPerspective.Entryparent - the parentpublic SplitDockPerspective.Entry getChild()
nullpublic void setChild(SplitDockPerspective.Entry child)
child - the child, can be nullCopyright © 2017 Docking Frames. All rights reserved.