Uses of Interface
org.equanda.tapestry5.data.Tree

Packages that use Tree
org.equanda.tapestry5.data   
 

Uses of Tree in org.equanda.tapestry5.data
 

Classes in org.equanda.tapestry5.data with type parameters of type Tree
 interface Tree<NODE extends Tree>
          This interface must be implemented for each node in the tree to be displayed using the TreeTable component.
 

Methods in org.equanda.tapestry5.data that return Tree
 Tree FlattenedTree.getTree()
           
 

Constructors in org.equanda.tapestry5.data with parameters of type Tree
FlattenedTree(Tree tree, int depth, String dotId)
           
 



Copyright © 2007-2009. All Rights Reserved.