Uses of Class
org.fopps.model.Feature

Packages that use Feature
org.fopps.model   
org.fopps.ui   
org.fopps.ui.feature   
 

Uses of Feature in org.fopps.model
 

Subclasses of Feature in org.fopps.model
 class NumericFeature
          NumericFeature is a special kind of feature and represents numeric values.
 

Methods in org.fopps.model that return Feature
 Feature ProjectItem.getRootFeature()
          Returns the root feature of the project.
 Feature ConfigurationItem.getFeature()
          Returns the feature this item bases on
 

Methods in org.fopps.model with parameters of type Feature
 void ProjectItem.setRootFeature(Feature pRootFeature)
          Sets the root feature.
 java.lang.String Feature.createDefaultVar(Feature pFeature)
          Creates a default variable, if default variable will be empty.
 void CoreAsset.setRootFeature(Feature pRootFeature)
          Sets the root feature.
 void ConfigurationItem.addAttachmentsFromFeature(Feature f)
          Add all attachments from other feature
static ConfigurationItem ConfigurationBuilder.buildConfiguration(java.lang.String pName, java.lang.String pOrigin, Feature pRootFeature)
          Builds a configuration set out of a feature tree
static ConfigurationItem ConfigurationBuilder.buildConfiguration(java.lang.String pName, java.lang.String pOrigin, Feature pRootFeature, ConfigurationItem pParent)
          Builds a configuration set out of a feature tree with given parent node
static java.lang.String ConfigurationBuilder.buildSymbolicVar(Feature pFeature)
          Builds a default name for symbolic var and removes punctuation chars
 

Constructors in org.fopps.model with parameters of type Feature
Parameter(java.lang.String pName, Feature pFeature)
           
Parameter(java.lang.String pName, ConfigurationItem pParent, Feature pFeature)
           
Parameter(java.lang.String pName, TreeItem pParent, boolean pChildrenAllowed, java.lang.Object pDefaultValue, Feature pFeature, java.lang.Number pValue)
           
Parameter(java.lang.String pName, ConfigurationItem pParent, java.lang.Object pDefaultValue, Feature pFeature, java.lang.Number pValue)
           
Option(java.lang.String pName, Feature pFeature)
          Constructor for Option with no parent and false as default value
Option(java.lang.String pName, ConfigurationItem pParent, Feature pFeature)
          Constructor for Option with given parent and false as default value
Option(java.lang.String pName, ConfigurationItem pParent, java.lang.Object pDefaultValue, Feature pFeature)
          Constructor for Option.
ConfigurationItem(java.lang.String pName, Feature pFeature)
          Creates an ConfigurationItem without parent
ConfigurationItem(java.lang.String name, ConfigurationItem pParent, Feature pFeature)
          Constructor for ConfigurationItem.
ConfigurationItem(java.lang.String pName, TreeItem pParent, boolean pChildrenAllowed, java.lang.Object pDefaultValue, Feature pFeature)
           
ConfigurationItem(java.lang.String name, ConfigurationItem pParent, java.lang.Object pDefaultValue, Feature pFeature)
          Constructor for ConfigurationItem.
Alternative(java.lang.String pName, Feature pFeature)
           
Alternative(java.lang.String name, ConfigurationItem pParent, Feature pFeature)
          Constructor for Alternative.
Alternative(java.lang.String name, ConfigurationItem pParent, java.lang.Object pDefaultValue, Feature pFeature)
          Constructor for Alternative.
 

Uses of Feature in org.fopps.ui
 

Constructors in org.fopps.ui with parameters of type Feature
FeatureDialog(Feature pItem)
           
 

Uses of Feature in org.fopps.ui.feature
 

Methods in org.fopps.ui.feature that return Feature
 Feature FeatureTreeModel.getRootFeature()
           
 Feature AttachmentTableModel.getFeature()
           
 Feature AttachmentTableController.getFeature()
           
 

Methods in org.fopps.ui.feature with parameters of type Feature
protected  void FeatureTreeModel.fireTreeStructureChanged(Feature pFeature)
          Notifies all listeners
 void AttachmentTableModel.setFeature(Feature pFeature)
           
 void AttachmentTableController.setFeature(Feature feature)
           
 

Constructors in org.fopps.ui.feature with parameters of type Feature
AttachmentTableModel(Feature feature)
           
 



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