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

Uses of TreeElement in com.swfit.core.tree
 

Subclasses of TreeElement in com.swfit.core.tree
 class TreeBranch
          Branch out the TreeElement into an object that can own.
 class TreeLeaf
          Branch out the TreeLeaf into an object that is owned.
 

Methods in com.swfit.core.tree that return TreeElement
 TreeElement TreeBranch.add(TreeElement te)
          Add a TreeElement to the hashtable.
 TreeElement TreeBranch.get(java.lang.String name)
          Get a TreeElement from the hashtable.
 TreeElement[] TreeBranch.all()
          Get all TreeElements from the hashtable unsorted
 TreeElement[] TreeBranch.indexAll()
          Get all TreeElements from the hashtable sorted on the index.
 TreeElement[] TreeBranch.ignoreCaseAll()
          Get all TreeElements from the hashtable sorted on the name.
static TreeElement TreeElement.toTreeElement(java.lang.Object object)
          Mainly used by the subclass TreeBranch
 

Methods in com.swfit.core.tree with parameters of type TreeElement
 TreeElement TreeBranch.add(TreeElement te)
          Add a TreeElement to the hashtable.
 boolean TreeBranch.contains(TreeElement te)
          Check if the hashtable contains a certain TreeElement.
 

Uses of TreeElement in com.swfit.core.xhtml
 

Subclasses of TreeElement in com.swfit.core.xhtml
 class XHTMLField
          A representation of XHTML form fields.
 class XHTMLFieldCollection
          A collection of XHTML form fields.
 



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