Uses of Class
ca.ucalgary.innovis.NAryTreeNode

Uses of NAryTreeNode in ca.ucalgary.innovis
 

Methods in ca.ucalgary.innovis with parameters of type NAryTreeNode
 void NAryTreeNodeModel.addChild(NAryTreeNode child)
          Adds a child node to this node's list of children.
 void NAryTreeNode.addChild(NAryTreeNode child)
          Adds the given node to the tree as a child.
 void NAryTreeNodeModel.removeChild(NAryTreeNode child)
          Removed the child from this node's list of children.
 void NAryTreeNode.removeChild(NAryTreeNode child)
          Removes a child from this node's list of children.