Eclipse Platform
Release 3.0

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.  
 

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 IScope.create(IEclipsePreferences parent, String name)
          Create and return a new preference node with the given parent and name.
 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 IPreferencesService.getRootNode()
          Return the root node of the Eclipse preference hierarchy.
 

Methods in org.eclipse.core.runtime.preferences with parameters of type IEclipsePreferences
 IEclipsePreferences IScope.create(IEclipsePreferences parent, String name)
          Create and return a new preference node with the given parent and name.
 boolean IPreferenceNodeVisitor.visit(IEclipsePreferences node)
          Visits the given preference node.
 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.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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