Uses of Interface
org.eclipse.core.runtime.preferences.IEclipsePreferences
Package
Description
Provides basic support for managing a workspace and
its resources.
Provides core support for Eclipse preferences.
Provides support for interacting with the p2 provisioning engine
Classes for using the preferences support in org.eclipse.core.runtime.preferences
-
Uses of IEclipsePreferences in org.eclipse.core.resources
-
Uses of IEclipsePreferences in org.eclipse.core.runtime.preferences
Modifier and TypeInterfaceDescriptioninterface
Represents a node in the preference hierarchy which is used in the import/export mechanism.Modifier and TypeMethodDescriptionIScope.create
(IEclipsePreferences parent, String name) Create and return a new preference node with the given parent and name.Return the preferences node that contains the preferences for the given qualifier ornull
if the node cannot be determined.IPreferencesService.getRootNode()
Return the root node of the Eclipse preference hierarchy.PreferenceModifyListener.preApply
(IEclipsePreferences node) Clients are given the opportunity to modify the given tree before it is applied to the global preference tree.Modifier and TypeMethodDescriptionvoid
IPreferencesService.applyPreferences
(IEclipsePreferences node, IPreferenceFilter[] filters) Apply the preference tree rooted at the given node, to the system's preference tree.IScope.create
(IEclipsePreferences parent, String name) Create and return a new preference node with the given parent and name.IPreferencesService.exportPreferences
(IEclipsePreferences node, OutputStream output, String[] excludesList) Exports all preferences for the given preference node and all its children to the specified output stream.void
IPreferencesService.exportPreferences
(IEclipsePreferences node, IPreferenceFilter[] filters, OutputStream output) Export the preference tree rooted at the given node, to the specified output stream.IPreferencesService.matches
(IEclipsePreferences node, IPreferenceFilter[] filters) Return a list of filters which match the given tree and is a subset of the given filter list.PreferenceModifyListener.preApply
(IEclipsePreferences node) Clients are given the opportunity to modify the given tree before it is applied to the global preference tree.boolean
IPreferenceNodeVisitor.visit
(IEclipsePreferences node) Visits the given preference node. -
Uses of IEclipsePreferences in org.eclipse.equinox.p2.engine
-
Uses of IEclipsePreferences in org.eclipse.ui.preferences
Modifier and TypeMethodDescriptionScopedPreferenceStore.getPreferenceNodes
(boolean includeDefault) Return the preference path to search preferences on.IWorkingCopyManager.getWorkingCopy
(IEclipsePreferences original) Return a working copy instance based on the given preference node.WorkingCopyManager.getWorkingCopy
(IEclipsePreferences original) Modifier and TypeMethodDescriptionIWorkingCopyManager.getWorkingCopy
(IEclipsePreferences original) Return a working copy instance based on the given preference node.WorkingCopyManager.getWorkingCopy
(IEclipsePreferences original)