com.tensegrity.palowebviewer.modules.ui.client.cubetable
Class XElementPathTree.PathNode
java.lang.Object
com.tensegrity.palowebviewer.modules.widgets.client.tree.NodeTreeModel.TreeNode
com.tensegrity.palowebviewer.modules.ui.client.cubetable.XElementPathTree.PathNode
- Enclosing class:
- XElementPathTree
public class XElementPathTree.PathNode
- extends NodeTreeModel.TreeNode
Methods inherited from class com.tensegrity.palowebviewer.modules.widgets.client.tree.NodeTreeModel.TreeNode |
addChild, clear, getChild, getChildByValue, getChildCount, getChildList, getParent, getParentPath, getPath, getValue, indexOf, isInTree, isLeaf, isLoaded, load, removeAll, removeChild, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XElementPathTree.PathNode
public XElementPathTree.PathNode(XElement element)
getElement
public XElement getElement()
getDimension
public XDimension getDimension()
addPathNode
public XElementPathTree.PathNode addPathNode(XElement element)
setOpen
public void setOpen(boolean value)
isOpen
public boolean isOpen()
copyNode
public XElementPathTree.PathNode copyNode()
copyDimensionSubTree
public XElementPathTree.PathNode copyDimensionSubTree()
copySubTree
public XElementPathTree.PathNode copySubTree()
toElementPath
public XElementPath toElementPath()
getElements
public XElement[] getElements()
getPathNode
public XElementPathTree.PathNode getPathNode(int i)
findNode
public XElementPathTree.PathNode findNode(XElement element)
getOpenElements
public XElement[] getOpenElements()
pathToString
public java.lang.String pathToString()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object