Uses of Class
org.jtheque.core.managers.feature.Feature.FeatureType

Packages that use Feature.FeatureType
org.jtheque.core.managers.feature Contains the feature manager. 
 

Uses of Feature.FeatureType in org.jtheque.core.managers.feature
 

Methods in org.jtheque.core.managers.feature that return Feature.FeatureType
 Feature.FeatureType Feature.getType()
          Return the type of the feature.
static Feature.FeatureType Feature.FeatureType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Feature.FeatureType[] Feature.FeatureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jtheque.core.managers.feature with parameters of type Feature.FeatureType
 Feature IFeatureManager.addSubFeature(Feature parent, JThequeAction action, Feature.FeatureType type, int position)
          Add a sub feature to a parent feature.
 Feature FeatureManager.addSubFeature(Feature parent, JThequeAction action, Feature.FeatureType type, int position)
           
 Feature IFeatureManager.addSubFeature(Feature parent, java.lang.String actionName, Feature.FeatureType type, int position)
          Add a sub feature to a parent feature.
 Feature FeatureManager.addSubFeature(Feature parent, java.lang.String action, Feature.FeatureType type, int position)
           
 Feature IFeatureManager.addSubFeature(Feature parent, java.lang.String actionName, Feature.FeatureType type, int position, java.lang.String icon)
          Add a sub feature to a parent feature.
 Feature FeatureManager.addSubFeature(Feature parent, java.lang.String actionName, Feature.FeatureType type, int position, java.lang.String icon)
           
 Feature IFeatureManager.addSubFeature(Feature parent, java.lang.String actionName, Feature.FeatureType type, int position, java.lang.String basename, java.lang.String icon)
          Add a sub feature to a parent feature.
 Feature FeatureManager.addSubFeature(Feature parent, java.lang.String actionName, Feature.FeatureType type, int position, java.lang.String basename, java.lang.String icon)
           
 Feature IFeatureManager.createFeature(int position, Feature.FeatureType type, java.lang.String key)
          Create a feature.
 Feature FeatureManager.createFeature(int position, Feature.FeatureType type, java.lang.String key)
           
 void Feature.setType(Feature.FeatureType type)
          Set the type of the feature.
 



Copyright © 2009 JTheque. All Rights Reserved.