com.swfit.core.tree
Class TreeLeaf

java.lang.Object
  |
  +--com.swfit.core.tree.TreeElement
        |
        +--com.swfit.core.tree.TreeLeaf
Direct Known Subclasses:
XHTMLField

public abstract class TreeLeaf
extends TreeElement

Branch out the TreeLeaf into an object that is owned.

Since:
SWFIT1.0
Version:
$Revision: 1.1 $ $Date: 2003/02/02 20:47:25 $
Author:
Olaf Havnes

Fields inherited from class com.swfit.core.tree.TreeElement
CODE, NUM_OWNED, OWNED, SEPARATOR
 
Constructor Summary
TreeLeaf(java.lang.String name)
          Build a TreeLeaf with a given name.
 
Methods inherited from class com.swfit.core.tree.TreeElement
code, codeName, explainer, horizontal, index, name, owner, setExplainer, setHorizontal, setIndex, setOwner, toTreeBranch, toTreeElement, toTreeLeaf, treeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeLeaf

public TreeLeaf(java.lang.String name)
Build a TreeLeaf with a given name.


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