Interface Summary
|
IEclipsePreferences
|
This interface describes Eclipse extensions to the preference
story. |
IEclipsePreferences.INodeChangeListener
|
A listener to be used to receive preference node change events. |
IEclipsePreferences.IPreferenceChangeListener
|
A listener used to receive changes to preference values in the preference store. |
IExportedPreferences
|
Represents a node in the preference hierarchy which is used in
the import/export mechanism. |
IPreferenceFilter
|
Preference filters are used to describe the relationship between the
preference tree and a data set when importing/exporting preferences. |
IPreferenceNodeVisitor
|
This interface is implemented by objects that visit preference nodes. |
IPreferencesService
|
The preference service provides facilities for dealing with the default scope
precedence lookup order, querying the preference store for values using this order,
accessing the root of the preference store node hierarchy, and importing/exporting
preferences. |
IScope
|
Clients contributing a scope to the Eclipse preference system must
implement this interface to aid Eclipse in creating a new node for the
hierarchy. |
IScopeContext
|
Clients implement this interface to provide context to a
particular scope. |