Package | Description |
---|---|
org.eclipse.core.runtime.preferences |
Provides core support for Eclipse preferences.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.