Uses of Class
com.swfit.core.tree.TreeLeaf

Uses of TreeLeaf in com.swfit.core.tree
 

Methods in com.swfit.core.tree that return TreeLeaf
 TreeLeaf TreeBranch.getLeaf(java.lang.String name)
          Get a TreeLeaf from the hashtable.
 TreeLeaf TreeBranch.getLeaf(java.lang.String[] names, int i)
          Get a TreeLeaf from somewhere inside the structure
static TreeLeaf TreeElement.toTreeLeaf(java.lang.Object object)
           
 

Uses of TreeLeaf in com.swfit.core.xhtml
 

Subclasses of TreeLeaf in com.swfit.core.xhtml
 class XHTMLField
          A representation of XHTML form fields.
 

Methods in com.swfit.core.xhtml with parameters of type TreeLeaf
 XHTMLField XHTMLFieldCollection.toXHTMLField(TreeLeaf leaf)
          Cast the TreeLeaf to a XHTMLField
 



Swfit developer homepage
Copyright © 2003 Orgdot AS. All Rights Reserved.