Uses of Interface
org.eclipse.core.runtime.preferences.IPreferenceFilter

Packages that use IPreferenceFilter
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
 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
 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, java.io.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.