Cytoscape 2.8.0 API

Uses of Class
cytoscape.dialogs.plugins.TreeNode

Packages that use TreeNode
cytoscape.dialogs.plugins   
 

Uses of TreeNode in cytoscape.dialogs.plugins
 

Methods in cytoscape.dialogs.plugins that return TreeNode
 TreeNode TreeNode.getChildAt(int index)
          Get child from this node's child list at given index.
 TreeNode TreeNode.getParent()
          Gets the parent of this node
 TreeNode[] ManagerModel.getPathToRoot(TreeNode node)
           
protected  TreeNode[] ManagerModel.getPathToRoot(TreeNode node, int depth)
           
 

Methods in cytoscape.dialogs.plugins that return types with arguments of type TreeNode
 Vector<TreeNode> TreeNode.getChildren()
          Gets the list of children for this node
 

Methods in cytoscape.dialogs.plugins with parameters of type TreeNode
 void TreeNode.addChild(TreeNode newChild)
          Adds newChild to this node if children are allowed.
 void TreeNode.addChildren(TreeNode[] children)
          Adds all children to the child list of this node if children are allowed.
 void ManagerModel.addNodeToParent(TreeNode parent, TreeNode child)
          Adds node to given parent, fires event
 int TreeNode.getIndexOfChild(TreeNode child)
          Gets the index of child from this node's child list.
 TreeNode[] ManagerModel.getPathToRoot(TreeNode node)
           
protected  TreeNode[] ManagerModel.getPathToRoot(TreeNode node, int depth)
           
 boolean TreeNode.isNodeAncestor(TreeNode otherNode)
          Returns true if otherNode is an ancestor of this node.
protected  void ManagerModel.nodesAdded(TreeNode parent, int[] childIndicies, TreeNode[] addedChildren)
          Fires necessary event, use addNodeToParent
protected  void ManagerModel.nodesAdded(TreeNode parent, int[] childIndicies, TreeNode[] addedChildren)
          Fires necessary event, use addNodeToParent
protected  void ManagerModel.nodesRemoved(TreeNode parent, int[] childIndicies, TreeNode[] removedChildren)
          Fires necessary event, use removeNodeFromParent
protected  void ManagerModel.nodesRemoved(TreeNode parent, int[] childIndicies, TreeNode[] removedChildren)
          Fires necessary event, use removeNodeFromParent
 void ManagerModel.reload(TreeNode node)
          Reloads given node, fires event.
 void TreeNode.removeChild(TreeNode child)
          Removes child from this node.
 void ManagerModel.removeNodeFromParent(TreeNode child)
          Removes given node from it's parent.
 void TreeNode.setParent(TreeNode newParent)
          Sets this nodes parent to newParent, child list does not change.
 

Method parameters in cytoscape.dialogs.plugins with type arguments of type TreeNode
 void ManagerModel.removeNodesFromParent(List<TreeNode> children)
           
 

Constructors in cytoscape.dialogs.plugins with parameters of type TreeNode
ManagerModel(TreeNode Root)
           
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.