Uses of Class
org.fopps.model.TreeItem

Packages that use TreeItem
org.fopps.model   
 

Uses of TreeItem in org.fopps.model
 

Subclasses of TreeItem in org.fopps.model
 class Alternative
          Represents an alternative "choose one out of many" configuration entry.
 class ConfigurationItem
          Base class for all configuration items.
 class Feature
          A feature represents a defined scope of functionality.
 class NumericFeature
          NumericFeature is a special kind of feature and represents numeric values.
 class Option
          Represents an option.
 class Parameter
          Parameter represents a configuration entry for numeric parameters
 

Fields in org.fopps.model declared as TreeItem
protected  TreeItem TreeItem.mParent
           
 

Methods in org.fopps.model that return TreeItem
 TreeItem TreeItem.getParent()
          Getter of association Parent
 TreeItem TreeItem.getChildAt(int i)
          Returns child node by index
 TreeItem TreeItem.first()
          Returns the first child or null, if TreeItem is a leaf
 TreeItem TreeItem.last()
          Returns the last child or null, if TreeItem is a leaf
 TreeItem[] TreeItem.getPath()
          Returns the path from root to this TreeItem (useful for tree display)
 TreeItem TreeItem.getRoot()
          Returns the root TreeItem.
 

Methods in org.fopps.model with parameters of type TreeItem
 void TreeItem.setParent(TreeItem pParent)
          Setter of association Parent
 void TreeItem.addChildren(TreeItem pChildren)
          Adds one element to association Children
 void TreeItem.removeChildren(TreeItem pChildren)
          Removes one element to association Children
 int TreeItem.getIndexOfChild(TreeItem pChild)
          Returns the index of a given child
 

Constructors in org.fopps.model with parameters of type TreeItem
TreeItem(java.lang.String pName, TreeItem pParent)
          Creates a tree item with a given parent node.
TreeItem(java.lang.String pName, TreeItem pParent, boolean pChildrenAllowed)
          Creates a tree item with a given parent node
Parameter(java.lang.String pName, TreeItem pParent, boolean pChildrenAllowed, java.lang.Object pDefaultValue, Feature pFeature, java.lang.Number pValue)
           
NumericFeature(java.lang.String name, TreeItem mParent, Validator pValidator)
          Creates a new numeric feature.
Feature(java.lang.String name, TreeItem mParent)
          Creates a new feature with given parent.
Feature(java.lang.String pName, TreeItem pParent, boolean pChildrenAllowed)
          Creates a new feature with given parent.
ConfigurationItem(java.lang.String pName, TreeItem pParent, boolean pChildrenAllowed, java.lang.Object pDefaultValue, Feature pFeature)
           
 



Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.