|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.