Uses of Interface
org.eclipse.core.runtime.preferences.IExportedPreferences
Packages that use IExportedPreferences
Package
Description
Provides core support for Eclipse preferences.
-
Uses of IExportedPreferences in org.eclipse.core.runtime.preferences
Methods in org.eclipse.core.runtime.preferences that return IExportedPreferencesModifier and TypeMethodDescriptionIPreferencesService.readPreferences
(InputStream input) Read from the given input stream and create a node hierarchy representing the preferences and their values.Methods in org.eclipse.core.runtime.preferences with parameters of type IExportedPreferencesModifier and TypeMethodDescriptionIPreferencesService.applyPreferences
(IExportedPreferences preferences) Take the given preference tree and apply it to the Eclipse global preference hierarchy.