FeatureDescriptor Members

FeatureDescriptor Members

Class Overview | This Package | All Packages

Constructors
Name Description
FeatureDescriptor()  

Methods
Name Description
attributeNames()  
getDisplayName()  
getName()  
getShortDescription()  
getValue(String) Retrieve a named attribute with this feature.
isExpert() The "expert" flag is used to distinguish between those features that are intended for expert users from those that are intended for normal users.
isHidden() The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
setDisplayName(String)  
setExpert(boolean) The "expert" flag is used to distinguish between features that are intended for expert users from those that are intended for normal users.
setHidden(boolean) The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
setName(String)  
setShortDescription(String) You can associate a short descriptive string with a feature.
setValue(String, Object) Associate a named attribute with this feature.