Interface | Description |
---|---|
IPreferencesController |
An interface implemented by views shown in the Preferences window.
|
IPreferencesController.FurtherActionListener |
An interface used by observers interested in knowing when a preference
has been altered that requires the application to be restarted or the
project to be reloaded.
|
Class | Description |
---|---|
BasePreferencesController |
A base preferences controller implementation.
|
PreferencePanel | |
PreferencesControllers |
A class for aggregating preferences controllers.
|
PreferencesWindowController |
A modal window aggregating all preference "views"
(
IPreferencesController s). |
PreferenceViewSelectorPanel |