Uses of Interface
com.marsching.flexiparse.objecttree.MutableObjectTreeElement

Packages that use MutableObjectTreeElement
com.marsching.flexiparse.objecttree Object tree classes. 
 

Uses of MutableObjectTreeElement in com.marsching.flexiparse.objecttree
 

Classes in com.marsching.flexiparse.objecttree that implement MutableObjectTreeElement
 class DefaultMutableObjectTreeElement
          Default implementation of the MutableObjectTreeElement interface.
 

Methods in com.marsching.flexiparse.objecttree that return MutableObjectTreeElement
 MutableObjectTreeElement MutableObjectTreeElement.getParent()
          Returns the parent of this node.
 MutableObjectTreeElement DefaultMutableObjectTreeElement.getParent()
           
 

Methods in com.marsching.flexiparse.objecttree that return types with arguments of type MutableObjectTreeElement
 Collection<? extends MutableObjectTreeElement> MutableObjectTreeElement.getChildren()
          Returns all children of this node.
 Collection<? extends MutableObjectTreeElement> DefaultMutableObjectTreeElement.getChildren()
           
 

Methods in com.marsching.flexiparse.objecttree with parameters of type MutableObjectTreeElement
 void MutableObjectTreeElement.addChild(MutableObjectTreeElement child)
          Registers another node as a child node of this node.
 void DefaultMutableObjectTreeElement.addChild(MutableObjectTreeElement child)
           
 boolean MutableObjectTreeElement.removeChild(MutableObjectTreeElement child)
          Removes the specified child from this node.
 boolean DefaultMutableObjectTreeElement.removeChild(MutableObjectTreeElement child)
           
 

Constructors in com.marsching.flexiparse.objecttree with parameters of type MutableObjectTreeElement
DefaultMutableObjectTreeElement(MutableObjectTreeElement parent)
          Creates a new instance setting the parent property using the supplied argument.
 



Copyright © 2008-2009. All Rights Reserved.