Java.Util.Prefs Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AbstractPreferences |
This class provides a skeletal implementation of the |
BackingStoreException |
Thrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store. |
InvalidPreferencesFormatException |
Thrown to indicate that an operation could not complete because
the input did not conform to the appropriate XML document type
for a collection of preferences, as per the |
NodeChangeEvent |
An event emitted by a |
PreferenceChangeEvent |
An event emitted by a |
Preferences |
A node in a hierarchical collection of preference data. |
Interfaces
INodeChangeListener |
A listener for receiving preference node change events. |
IPreferenceChangeListener |
A listener for receiving preference change events. |
IPreferencesFactory |
A factory object that generates Preferences objects. |