Uses of Interface
org.eclipse.core.runtime.preferences.IPreferenceFilter
-
Packages that use IPreferenceFilter Package Description org.eclipse.core.runtime.preferences Provides core support for Eclipse preferences. -
-
Uses of IPreferenceFilter in org.eclipse.core.runtime.preferences
Methods in org.eclipse.core.runtime.preferences that return IPreferenceFilter Modifier and Type Method Description IPreferenceFilter[]
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.Methods in org.eclipse.core.runtime.preferences with parameters of type IPreferenceFilter Modifier and Type Method Description void
IPreferencesService. applyPreferences(IEclipsePreferences node, IPreferenceFilter[] filters)
Apply the preference tree rooted at the given node, to the system's preference tree.void
IPreferencesService. exportPreferences(IEclipsePreferences node, IPreferenceFilter[] filters, OutputStream output)
Export the preference tree rooted at the given node, to the specified output stream.IPreferenceFilter[]
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.
-