com.tensegrity.palowebviewer.modules.widgets.client.tree
Class NodeTreeModel.TreeNode
java.lang.Object
com.tensegrity.palowebviewer.modules.widgets.client.tree.NodeTreeModel.TreeNode
- Direct Known Subclasses:
- FavoriteViewsModel.FavoriteNode, LabeledNodeTreeModel.TextNode, PaloTreeModel.PaloTreeNode, XElementPathTree.PathNode
- Enclosing class:
- NodeTreeModel
public class NodeTreeModel.TreeNode
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeTreeModel.TreeNode
public NodeTreeModel.TreeNode()
isInTree
public boolean isInTree()
getChildByValue
public NodeTreeModel.TreeNode getChildByValue(java.lang.Object value)
isLeaf
public boolean isLeaf()
addChild
public void addChild(NodeTreeModel.TreeNode child)
removeChild
public void removeChild(NodeTreeModel.TreeNode child)
removeAll
public void removeAll()
clear
protected void clear()
indexOf
public int indexOf(NodeTreeModel.TreeNode child)
getChildList
protected java.util.List getChildList()
getParentPath
public TreePath getParentPath()
getChild
public NodeTreeModel.TreeNode getChild(int i)
getPath
public TreePath getPath()
getChildCount
public int getChildCount()
setValue
public void setValue(java.lang.Object value)
getValue
public java.lang.Object getValue()
setParent
public void setParent(NodeTreeModel.TreeNode parent)
getParent
public NodeTreeModel.TreeNode getParent()
isLoaded
public boolean isLoaded()
load
public void load()