Uses of Interface
org.eclipse.core.runtime.preferences.IEclipsePreferences
Packages that use 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
Methods in org.eclipse.core.resources that return IEclipsePreferences -
Uses of IEclipsePreferences in org.eclipse.core.runtime.preferences
Subinterfaces of IEclipsePreferences in org.eclipse.core.runtime.preferencesModifier and TypeInterfaceDescriptioninterfaceRepresents a node in the preference hierarchy which is used in the import/export mechanism.Methods in org.eclipse.core.runtime.preferences that return IEclipsePreferencesModifier 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 ornullif 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.Methods in org.eclipse.core.runtime.preferences with parameters of type IEclipsePreferencesModifier and TypeMethodDescriptionvoidIPreferencesService.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.voidIPreferencesService.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.booleanIPreferenceNodeVisitor.visit(IEclipsePreferences node) Visits the given preference node.Constructors in org.eclipse.core.runtime.preferences with parameters of type IEclipsePreferences -
Uses of IEclipsePreferences in org.eclipse.e4.ui.css.swt.dom.preference
Constructors in org.eclipse.e4.ui.css.swt.dom.preference with parameters of type IEclipsePreferencesModifierConstructorDescriptionEclipsePreferencesElement(IEclipsePreferences preferences, CSSEngine engine) -
Uses of IEclipsePreferences in org.eclipse.e4.ui.css.swt.helpers
Methods in org.eclipse.e4.ui.css.swt.helpers with parameters of type IEclipsePreferencesModifier and TypeMethodDescriptionstatic voidEclipsePreferencesHelper.appendOverriddenPropertyName(IEclipsePreferences preferences, String name) EclipsePreferencesHelper.getOverriddenPropertyNames(IEclipsePreferences preferences) static voidEclipsePreferencesHelper.overrideDefault(IEclipsePreferences preferences, String name, String value) static voidEclipsePreferencesHelper.removeOverriddenByCssProperty(IEclipsePreferences preferences, String preferenceToRemove) static voidEclipsePreferencesHelper.removeOverriddenPropertyNames(IEclipsePreferences preferences) static voidEclipsePreferencesHelper.resetOverriddenDefaults(IEclipsePreferences preferences) -
Uses of IEclipsePreferences in org.eclipse.e4.ui.css.swt.properties.preference
Methods in org.eclipse.e4.ui.css.swt.properties.preference with parameters of type IEclipsePreferencesModifier and TypeMethodDescriptionprotected voidEclipsePreferencesHandler.overrideProperty(IEclipsePreferences preferences, String name, String value) protected voidEclipsePreferencesHandler.overrideProperty(IEclipsePreferences preferences, CSSValue value) -
Uses of IEclipsePreferences in org.eclipse.equinox.p2.engine
Methods in org.eclipse.equinox.p2.engine that return IEclipsePreferences -
Uses of IEclipsePreferences in org.eclipse.text.templates
Constructors in org.eclipse.text.templates with parameters of type IEclipsePreferencesModifierConstructorDescriptionTemplateStoreCore(IEclipsePreferences store, String key) Creates a new template store.TemplateStoreCore(ContextTypeRegistry registry, IEclipsePreferences store, String key) Creates a new template store with a context type registry. -
Uses of IEclipsePreferences in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return IEclipsePreferencesModifier and TypeMethodDescriptionstatic IEclipsePreferencesWindowsDefenderConfigurator.getPreference(IScopeContext instance) -
Uses of IEclipsePreferences in org.eclipse.ui.preferences
Methods in org.eclipse.ui.preferences that return IEclipsePreferencesModifier 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) Methods in org.eclipse.ui.preferences with parameters of type IEclipsePreferencesModifier and TypeMethodDescriptionIWorkingCopyManager.getWorkingCopy(IEclipsePreferences original) Return a working copy instance based on the given preference node.WorkingCopyManager.getWorkingCopy(IEclipsePreferences original)