org.eclipse.core.runtime.preferences |
|
Java Source File Name | Type | Comment |
ConfigurationScope.java | Class | Object representing the configuration scope in the Eclipse preferences
hierarchy. |
DefaultScope.java | Class | Object representing the default scope in the Eclipse preferences
hierarchy. |
IEclipsePreferences.java | Interface | This interface describes Eclipse extensions to the preference
story. |
IExportedPreferences.java | Interface | Represents a node in the preference hierarchy which is used in
the import/export mechanism. |
InstanceScope.java | Class | Object representing the instance scope in the Eclipse preferences
hierarchy. |
IPreferenceFilter.java | Interface | Preference filters are used to describe the relationship between the
preference tree and a data set when importing/exporting preferences.
For instance, a client is able to create a preference filter describing
which preference nodes/keys should be used when exporting the
"Key Bindings" preferences. |
IPreferenceNodeVisitor.java | Interface | This interface is implemented by objects that visit preference nodes. |
IPreferencesService.java | Interface | 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.java | Interface | 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.java | Interface | Clients implement this interface to provide context to a
particular scope. |
PreferenceFilterEntry.java | Class | Class which represents and preference filter entry to be used during preference
import/export (for example). |