Uses of Interface
com.jivesoftware.spark.preference.Preference

Packages that use Preference
com.jivesoftware.spark.preference Provides support for adding preferences to the Preference Manager in Spark. 
com.jivesoftware.sparkimpl.preference   
com.jivesoftware.sparkimpl.preference.chat   
com.jivesoftware.sparkimpl.preference.sounds   
com.jivesoftware.sparkimpl.settings.local   
 

Uses of Preference in com.jivesoftware.spark.preference
 

Methods in com.jivesoftware.spark.preference that return Preference
 Preference PreferenceManager.getPreference(java.lang.String namespace)
           
 

Methods in com.jivesoftware.spark.preference with parameters of type Preference
 void PreferenceManager.addPreference(Preference preference)
           
 void PreferenceManager.removePreference(Preference preference)
           
 

Uses of Preference in com.jivesoftware.sparkimpl.preference
 

Methods in com.jivesoftware.sparkimpl.preference that return Preference
 Preference PreferenceUI.getPreference()
           
 

Constructors in com.jivesoftware.sparkimpl.preference with parameters of type Preference
PreferenceUI(Preference preference)
           
 

Uses of Preference in com.jivesoftware.sparkimpl.preference.chat
 

Classes in com.jivesoftware.sparkimpl.preference.chat that implement Preference
 class ChatPreference
          Handles the preferences for Chatting.
 

Uses of Preference in com.jivesoftware.sparkimpl.preference.sounds
 

Classes in com.jivesoftware.sparkimpl.preference.sounds that implement Preference
 class SoundPreference
           
 

Uses of Preference in com.jivesoftware.sparkimpl.settings.local
 

Classes in com.jivesoftware.sparkimpl.settings.local that implement Preference
 class LocalPreference
          Represents the Local Preference inside the Preference Manager.