Uses of Class
org.dvb.user.Preference

Packages that use Preference
org.dvb.user Provides access to settings and preferences configured by the end-user. 
 

Uses of Preference in org.dvb.user
 

Subclasses of Preference in org.dvb.user
 class GeneralPreference
          This class defines a set of general preferences.
 

Methods in org.dvb.user with parameters of type Preference
 void UserPreferenceManager.read(Preference p)
          Allows an application to read a specified user preference.
 void UserPreferenceManager.read(Preference p, Facility facility)
          Allows an application to read a specified user preference taking into account the facility defined by the application.
 void UserPreferenceManager.write(Preference p)
          Saves the specified user preference.