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 DefaultMutableTreeNode.insert(MutableTreeNode child)
           
 void MutableTreeNode.insert(MutableTreeNode child, int index)
          Add the given child to the children of this node at index.
 void DefaultMutableTreeNode.insert(MutableTreeNode child, int index)
           
 void MutableTreeNode.remove(MutableTreeNode node)
          Remove the given node.
 void DefaultMutableTreeNode.remove(MutableTreeNode node)
           
 void MutableTreeNode.setParent(MutableTreeNode parent)
          Set the parent node.
 void DefaultMutableTreeNode.setParent(MutableTreeNode parent)
           
 

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



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.