Uses of Class
org.cruxframework.crux.plugin.gadget.client.features.UserPreferences.Preference

Packages that use UserPreferences.Preference
org.cruxframework.crux.plugin.gadget.client.features   
 

Uses of UserPreferences.Preference in org.cruxframework.crux.plugin.gadget.client.features
 

Subclasses of UserPreferences.Preference in org.cruxframework.crux.plugin.gadget.client.features
 class BooleanPreference
          A Boolean preference.
 class EnumPreference<E extends Enum<E>>
          A preference containing only enumerated values.
 class ListPreference
          A list of String preferences.
 class StringPreference
          A String preference.
 

Methods in org.cruxframework.crux.plugin.gadget.client.features with parameters of type UserPreferences.Preference
<T> void
SetPrefsFeatureImpl.set(UserPreferences.Preference<T> pref, T value)
           
<T> void
SetPrefsFeature.set(UserPreferences.Preference<T> pref, T value)
          Assign a new value to the specified preference.
 



Copyright © 2014. All rights reserved.