Package org.eclipse.core.runtime.preferences
package org.eclipse.core.runtime.preferences
Provides core support for Eclipse preferences.
Package Specification
This package specifies API for defining and accessing preferences in the runtime.
- Since:
- 3.0
-
ClassDescriptionAbstract class used to aid in default preference value initialization.Abstract class which can be used to help provide an alternate storage mechanism for Eclipse preferences.Object representing the bundle defaults scope in the Eclipse preferences hierarchy.Object representing the configuration scope in the Eclipse preferences hierarchy.Object representing the default scope in the Eclipse preferences hierarchy.This interface describes Eclipse extensions to the preference story.A listener to be used to receive preference node change events.A listener used to receive changes to preference values in the preference store.An event object which describes the details of a change in the preference node hierarchy.An event object describing the details of a change to a preference in the preference store.Represents a node in the preference hierarchy which is used in the import/export mechanism.Object representing the instance scope in the Eclipse preferences hierarchy.Preference filters are used to describe the relationship between the preference tree and a data set when importing/exporting preferences.Provides metadata-based access to a preference store.This interface is implemented by objects that visit preference nodes.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.Clients contributing a scope to the Eclipse preference system must implement this interface to aid Eclipse in creating a new node for the hierarchy.Clients implement this interface to provide context to a particular scope.The preference store implementation that uses OSGi preference node as an enclosed storage.Class which represents and preference filter entry to be used during preference import/export (for example).The preference metadata provides the information needed to configure everything about the preference except the preference value itself.This class provides a hook into the preference service before particular operations on the global preference tree.