Interface | Description |
---|---|
NodeChangeListener |
EventListener for Preferences node addition/removal.
|
PreferenceChangeListener |
EventListener for Preferences entry addition, change or removal.
|
PreferencesFactory |
Preferences system and user root factory interface.
|
Class | Description |
---|---|
AbstractPreferences |
Partial implementation of a Preference node.
|
NodeChangeEvent |
ObjectEvent fired when a Preference node is added/removed.
|
PreferenceChangeEvent |
ObjectEvent fired when a Preferences entry changes.
|
Preferences |
Preference node containing key value entries and subnodes.
|
Exception | Description |
---|---|
BackingStoreException |
Chained exception thrown when backing store fails.
|
InvalidPreferencesFormatException |
Indicates reading prefs from stream failed.
|