| java.util.prefs |
|
| Java Source File Name | Type | Comment |
| AbstractPreferences.java | Class | This class is partly implementation of Preferences, which can be
used to simplify Preferences provider's implementation. |
| BackingStoreException.java | Class | An exception to indicate that some error was encountered while accessing
the backing store. |
| FilePreferencesFactoryImpl.java | Class | Default implementation of PreferencesFactory for Linux
platform, using file system as back end. |
| FilePreferencesImpl.java | Class | Default implementation of AbstractPreferences for Linux platform,
using file system as back end. |
| InvalidPreferencesFormatException.java | Class | An exception to indicate that the input XML file is not well-formed or
validating to the appropriate document type, which is specified by
Preferences. |
| NodeChangeEvent.java | Class | This is the event class to indicate one child of the preferences node has
been added or deleted. |
| NodeChangeListener.java | Interface | This interface is used to handle preferences node change event. |
| PreferenceChangeEvent.java | Class | This is the event class to indicate some preferences has been added,
deleted or updated. |
| PreferenceChangeListener.java | Interface | This interface is used to handle preferences change event. |
| Preferences.java | Class | Preferences instance represents one node in preferences tree,
which provide a mechanisms to store and access configuration data in a
hierarchical way. |
| PreferencesFactory.java | Interface | This interface is used by
Preferences class
as factory class to create Preferences instance. |
| RegistryPreferencesFactoryImpl.java | Class | Default implementation of PreferencesFactory for windows
platform, using windows Registry as back end. |
| RegistryPreferencesImpl.java | Class | Default implementation of AbstractPreferences for windows platform,
using windows registry as back end. |
| XMLParser.java | Class | Utility class for the Preferences import/export from XML file. |