Uses of Class
com.mindtree.techworks.insight.preferences.model.PreferenceAttribute

Packages that use PreferenceAttribute
com.mindtree.techworks.insight.preferences.model   
 

Uses of PreferenceAttribute in com.mindtree.techworks.insight.preferences.model
 

Subclasses of PreferenceAttribute in com.mindtree.techworks.insight.preferences.model
 class ListPreferenceAttribute
          This is a specialization of PreferenceAttribute, where all the possible values are added as a list.
 

Methods in com.mindtree.techworks.insight.preferences.model that return PreferenceAttribute
 PreferenceAttribute Preference.getPreferenceAttributeById(java.lang.String attributeId)
          Returns a PreferenceAttribute for the id specified.
 

Methods in com.mindtree.techworks.insight.preferences.model with parameters of type PreferenceAttribute
 boolean Preference.addPreferenceAttribute(PreferenceAttribute preferenceAttribute)
          Adds a preferenceAttribute to the Preference.
 boolean Preference.removePreferenceAttribute(PreferenceAttribute preferenceAttribute)
          Removes a preference attribute from this preference
 



Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.