Uses of Interface
org.apache.myfaces.custom.tree.MutableTreeNode

Packages that use MutableTreeNode
org.apache.myfaces.custom.tree   
 

Uses of MutableTreeNode in org.apache.myfaces.custom.tree
 

Classes in org.apache.myfaces.custom.tree that implement MutableTreeNode
 class DefaultMutableTreeNode
          Default implementation of MutableTreeNode.
 

Methods in org.apache.myfaces.custom.tree with parameters of type MutableTreeNode
 void MutableTreeNode.insert(MutableTreeNode child)
          Add the given child to the children of this node.
 void MutableTreeNode.insert(MutableTreeNode child, int index)
          Add the given child to the children of this node at index.
 void MutableTreeNode.remove(MutableTreeNode node)
          Remove the given node.
 void MutableTreeNode.setParent(MutableTreeNode parent)
          Set the parent node.
 void DefaultMutableTreeNode.insert(MutableTreeNode child)
           
 void DefaultMutableTreeNode.insert(MutableTreeNode child, int index)
           
 void DefaultMutableTreeNode.remove(MutableTreeNode node)
           
 void DefaultMutableTreeNode.setParent(MutableTreeNode parent)
           
 

Constructors in org.apache.myfaces.custom.tree with parameters of type MutableTreeNode
DefaultMutableTreeNode(java.lang.Object userObject, MutableTreeNode parent, boolean allowsChildren)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.