Eclipse Platform
Release 3.1

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

Packages that use IEclipsePreferences
org.eclipse.core.resources Provides basic support for managing a workspace and its resources.  
org.eclipse.core.runtime.preferences Provides core support for Eclipse preferences.  
org.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferences Package Specification This package has the convenience classes provided by the Eclipse workbench for use by clients who wish to use the core preference support added in 3.0. 
 

Uses of IEclipsePreferences in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources that return IEclipsePreferences
 IEclipsePreferences ProjectScope.getNode(String qualifier)
           
 

Uses of IEclipsePreferences in org.eclipse.core.runtime.preferences
 

Subinterfaces of IEclipsePreferences in org.eclipse.core.runtime.preferences
 interface IExportedPreferences
          Represents a node in the preference hierarchy which is used in the import/export mechanism.
 

Methods in org.eclipse.core.runtime.preferences that return IEclipsePreferences
 IEclipsePreferences PreferenceModifyListener.preApply(IEclipsePreferences node)
          Clients are given the opportunity to modify the given tree before it is applied to the global preference tree.
 IEclipsePreferences IScopeContext.getNode(String qualifier)
          Return the preferences node that contains the preferences for the given qualifier or null if the node cannot be determined.
 IEclipsePreferences IScope.create(IEclipsePreferences parent, String name)
          Create and return a new preference node with the given parent and name.
 IEclipsePreferences IPreferencesService.getRootNode()
          Return the root node of the Eclipse preference hierarchy.
 

Methods in org.eclipse.core.runtime.preferences with parameters of type IEclipsePreferences
 IEclipsePreferences PreferenceModifyListener.preApply(IEclipsePreferences node)
          Clients are given the opportunity to modify the given tree before it is applied to the global preference tree.
 IEclipsePreferences IScope.create(IEclipsePreferences parent, String name)
          Create and return a new preference node with the given parent and name.
 IStatus 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.
 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.
 boolean IPreferenceNodeVisitor.visit(IEclipsePreferences node)
          Visits the given preference node.
 

Uses of IEclipsePreferences in org.eclipse.ui.preferences
 

Methods in org.eclipse.ui.preferences that return IEclipsePreferences
 IEclipsePreferences IWorkingCopyManager.getWorkingCopy(IEclipsePreferences original)
          Return a working copy instance based on the given preference node.
 

Methods in org.eclipse.ui.preferences with parameters of type IEclipsePreferences
 IEclipsePreferences IWorkingCopyManager.getWorkingCopy(IEclipsePreferences original)
          Return a working copy instance based on the given preference node.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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