Eclipse Platform
Release 3.1

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.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.
 void IPreferencesService.applyPreferences(IEclipsePreferences node, IPreferenceFilter[] filters)
          Apply the preference tree rooted at the given node, to the system's preference tree.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.