Package java.util.prefs
-
Interface Summary Interface Description NodeChangeListener This interface is used to handle preference node change events.PreferenceChangeListener This interface is used to handle preferences change events.PreferencesFactory This interface is used by thePreferencesclass as factory class to createPreferencesinstances. -
Class Summary Class Description AbstractPreferences This abstract class is a partial implementation of the abstract class Preferences, which can be used to simplifyPreferencesprovider's implementation.FilePreferencesImpl The default implementation ofAbstractPreferencesfor the Linux platform, using the file system as its back end.NodeChangeEvent This is the event class to indicate that one child of the preference node has been added or deleted.PreferenceChangeEvent This is the event class to indicate that a preference has been added, deleted or updated.Preferences An instance of the classPreferencesrepresents one node in a preference tree, which provides a mechanism to store and access configuration data in a hierarchical way. -
Exception Summary Exception Description BackingStoreException An exception to indicate that an error was encountered while accessing the backing store.InvalidPreferencesFormatException An exception to indicate that the input XML file is not well-formed or could not be validated against the appropriate document type (specified by in thePreferences).