Package | Description |
---|---|
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.equinox.p2.engine |
Provides support for interacting with the p2 provisioning engine
Package Specification
This package specifies API for interacting with the p2 provisioning engine.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IEclipsePreferences |
ProjectScope.getNode(String qualifier) |
Modifier and Type | Interface and Description |
---|---|
interface |
IExportedPreferences
Represents a node in the preference hierarchy which is used in
the import/export mechanism.
|
Modifier and Type | Method and Description |
---|---|
IEclipsePreferences |
IScope.create(IEclipsePreferences parent,
String name)
Create and return a new preference node with the given parent and name.
|
IEclipsePreferences |
InstanceScope.getNode(String qualifier) |
IEclipsePreferences |
DefaultScope.getNode(String qualifier) |
IEclipsePreferences |
BundleDefaultsScope.getNode(String qualifier) |
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 |
ConfigurationScope.getNode(String qualifier) |
IEclipsePreferences |
IPreferencesService.getRootNode()
Return the root node of the Eclipse preference hierarchy.
|
IEclipsePreferences |
PreferenceModifyListener.preApply(IEclipsePreferences node)
Clients are given the opportunity to modify the given tree before it is applied
to the global preference tree.
|
Modifier and Type | Method and Description |
---|---|
void |
IPreferencesService.applyPreferences(IEclipsePreferences node,
IPreferenceFilter[] filters)
Apply the preference tree rooted at the given node, to the system's preference tree.
|
IEclipsePreferences |
IScope.create(IEclipsePreferences parent,
String name)
Create and return a new preference node with the given parent and name.
|
void |
IPreferencesService.exportPreferences(IEclipsePreferences node,
IPreferenceFilter[] filters,
OutputStream output)
Export the preference tree rooted at the given node, to the specified output
stream.
|
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.
|
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.
|
IEclipsePreferences |
PreferenceModifyListener.preApply(IEclipsePreferences node)
Clients are given the opportunity to modify the given tree before it is applied
to the global preference tree.
|
boolean |
IPreferenceNodeVisitor.visit(IEclipsePreferences node)
Visits the given preference node.
|
Modifier and Type | Method and Description |
---|---|
IEclipsePreferences |
ProfileScope.getNode(String qualifier) |
Modifier and Type | Method and Description |
---|---|
IEclipsePreferences[] |
ScopedPreferenceStore.getPreferenceNodes(boolean includeDefault)
Return the preference path to search preferences on.
|
IEclipsePreferences |
IWorkingCopyManager.getWorkingCopy(IEclipsePreferences original)
Return a working copy instance based on the given preference node.
|
IEclipsePreferences |
WorkingCopyManager.getWorkingCopy(IEclipsePreferences original) |
Modifier and Type | Method and Description |
---|---|
IEclipsePreferences |
IWorkingCopyManager.getWorkingCopy(IEclipsePreferences original)
Return a working copy instance based on the given preference node.
|
IEclipsePreferences |
WorkingCopyManager.getWorkingCopy(IEclipsePreferences original) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.