com.tensegrity.palowebviewer.modules.ui.client.tree
Class ViewNode

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.widgets.client.tree.NodeTreeModel.TreeNode
      extended by com.tensegrity.palowebviewer.modules.ui.client.tree.PaloTreeModel.PaloTreeNode
          extended by com.tensegrity.palowebviewer.modules.ui.client.tree.ViewNode

public class ViewNode
extends PaloTreeModel.PaloTreeNode


Constructor Summary
ViewNode(PaloTreeModel model, XView view)
           
 
Method Summary
protected  PaloTreeModel.PaloTreeNode createNode(XObject obj)
           
protected  int getChildType()
           
protected  XObject[] getXObjectChildren()
           
 boolean isLeaf()
           
protected  void loadChildren()
           
 
Methods inherited from class com.tensegrity.palowebviewer.modules.ui.client.tree.PaloTreeModel.PaloTreeNode
childrenChanged, getPaloTreeModel, getXObject, getXObjectPath, hashCode, isInitialized, isLoaded, load, reinit, toString
 
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, removeAll, removeChild, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewNode

public ViewNode(PaloTreeModel model,
                XView view)
Method Detail

isLeaf

public boolean isLeaf()
Overrides:
isLeaf in class NodeTreeModel.TreeNode

loadChildren

protected void loadChildren()
Overrides:
loadChildren in class PaloTreeModel.PaloTreeNode

createNode

protected PaloTreeModel.PaloTreeNode createNode(XObject obj)
Specified by:
createNode in class PaloTreeModel.PaloTreeNode

getXObjectChildren

protected XObject[] getXObjectChildren()
Specified by:
getXObjectChildren in class PaloTreeModel.PaloTreeNode

getChildType

protected int getChildType()
Specified by:
getChildType in class PaloTreeModel.PaloTreeNode