![]() |
|
Contents |
Classes | |
| class | AbstractPreferences |
This class is partly implementation of Preferences, which can be used to simplify Preferences provider's implementation. More... | |
| class | BackingStoreException |
| An exception to indicate that some error was encountered while accessing the backing store. More... | |
| class | FilePreferencesFactoryImpl |
Default implementation of PreferencesFactory for Linux platform, using file system as back end. More... | |
| class | FilePreferencesImpl |
Default implementation of AbstractPreferences for Linux platform, using file system as back end. More... | |
| class | InvalidPreferencesFormatException |
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. More... | |
| class | NodeChangeEvent |
| This is the event class to indicate one child of the preferences node has been added or deleted. More... | |
| interface | NodeChangeListener |
| This interface is used to handle preferences node change event. More... | |
| class | PreferenceChangeEvent |
| This is the event class to indicate some preferences has been added, deleted or updated. More... | |
| interface | PreferenceChangeListener |
| This interface is used to handle preferences change event. More... | |
| class | Preferences |
Preferences instance represents one node in preferences tree, which provide a mechanisms to store and access configuration data in a hierarchical way. More... | |
| interface | PreferencesFactory |
| This interface is used by Preferences class as factory class to create Preferences instance. More... | |
| class | RegistryPreferencesFactoryImpl |
Default implementation of PreferencesFactory for windows platform, using windows Registry as back end. More... | |
| class | RegistryPreferencesImpl |
Default implementation of AbstractPreferences for windows platform, using windows registry as back end. More... | |
| class | XMLParser |
| Utility class for the Preferences import/export from XML file. More... | |