Interface | Description |
---|---|
ColorChooserImageProvider |
Interface identifying available sources of image data to choose a color from.
|
Configurable |
Interface for objects which have configurable parameters stored
in or intend to store to the application configuration.
|
ConfigurableCreator |
Interface of objects capable of creating a configurable object depending
on a particular value.
|
ConfigurationChangeListener |
A listener interface which is to be implemented by all
objects that are interested in changes in the user configuration.
|
ConfigurationKeys |
A subset of often used configuration key constants.
|
PreferenceComponentManager |
Interface allowing to attach to the preference GUI component and customize
it's behavior.
|
Class | Description |
---|---|
AbstractUserConfiguration |
User configuration base class.
|
ConfigurationChangeEvent |
An event that gets fired when a value in the user
configuration changes.
|
Preference |
The
Preference class is a wrapper around a single configuration parameter. |
PreferenceContainer |
A simple preference container compatible with the UserConfiguration class for
usage in auxiliary GUI components or classes using the Preferences framework
to create simple dialogs with options.
|
UserConfiguration |
A container for user preferences.
|