com.marsching.flexiparse.objecttree
Interface SubObjectTree


public interface SubObjectTree

Interface implemented by objects that provide a subtree of ObjectTreeElements. If an object attached to a ObjectTreeElement implements this interface, the ObjectTreeElement.getObjectsOfTypeFromSubTree(Class) method will include the subtree provided by this object in its search.

Author:
Sebastian Marsching

Method Summary
 ObjectTreeElement getRoot()
          Returns the root node of the subtree provided by this object.
 

Method Detail

getRoot

ObjectTreeElement getRoot()
Returns the root node of the subtree provided by this object.

Returns:
Root node of subtree


Copyright © 2008-2009. All Rights Reserved.