Package | Description |
---|---|
org.eclipse.core.internal.preferences | |
org.eclipse.core.resources |
Provides basic support for managing a workspace and
its resources.
|
org.eclipse.core.runtime.content |
Provides core support for content types.
|
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 | Class and Description |
---|---|
class |
org.eclipse.core.internal.preferences.AbstractScope
Abstract super-class for scope context object contributed
by the Platform.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectScope
Object representing the project scope in the Eclipse preferences
hierarchy.
|
Modifier and Type | Method and Description |
---|---|
IScopeContext |
IContentTypeManager.ContentTypeChangeEvent.getContext()
Return the preference scope where the setting changed, or
null , if the change happened in the content type manager
default context. |
Modifier and Type | Method and Description |
---|---|
IContentTypeMatcher |
IContentTypeManager.getMatcher(IContentTypeManager.ISelectionPolicy customPolicy,
IScopeContext context)
Returns a newly created content type matcher using the given content type selection policy
and preference scope.
|
IContentTypeSettings |
IContentType.getSettings(IScopeContext context)
Returns the settings for this content type in the given
preference context.
|
boolean |
IContentType.isAssociatedWith(String fileName,
IScopeContext context)
Returns whether this content type is associated with the
given file name in the given preference scope.
|
Constructor and Description |
---|
ContentTypeChangeEvent(IContentType source,
IScopeContext context)
Constructor for a new content type change event.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleDefaultsScope
Object representing the bundle defaults scope in the Eclipse preferences
hierarchy.
|
class |
ConfigurationScope
Object representing the configuration scope in the Eclipse preferences
hierarchy.
|
class |
DefaultScope
Object representing the default scope in the Eclipse preferences
hierarchy.
|
class |
InstanceScope
Object representing the instance scope in the Eclipse preferences
hierarchy.
|
Modifier and Type | Field and Description |
---|---|
static IScopeContext |
InstanceScope.INSTANCE
Singleton instance of an Instance Scope object.
|
static IScopeContext |
DefaultScope.INSTANCE
Singleton instance of a Default Scope object.
|
static IScopeContext |
BundleDefaultsScope.INSTANCE
Singleton instance of a Bundle Defaults Scope object.
|
static IScopeContext |
ConfigurationScope.INSTANCE
Singleton instance of a Configuration Scope object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPreferencesService.getBoolean(String qualifier,
String key,
boolean defaultValue,
IScopeContext[] contexts)
Return the value stored in the preference store for the given key.
|
byte[] |
IPreferencesService.getByteArray(String qualifier,
String key,
byte[] defaultValue,
IScopeContext[] contexts)
Return the value stored in the preference store for the given key.
|
double |
IPreferencesService.getDouble(String qualifier,
String key,
double defaultValue,
IScopeContext[] contexts)
Return the value stored in the preference store for the given key.
|
float |
IPreferencesService.getFloat(String qualifier,
String key,
float defaultValue,
IScopeContext[] contexts)
Return the value stored in the preference store for the given key.
|
int |
IPreferencesService.getInt(String qualifier,
String key,
int defaultValue,
IScopeContext[] contexts)
Return the value stored in the preference store for the given key.
|
long |
IPreferencesService.getLong(String qualifier,
String key,
long defaultValue,
IScopeContext[] contexts)
Return the value stored in the preference store for the given key.
|
String |
IPreferencesService.getString(String qualifier,
String key,
String defaultValue,
IScopeContext[] contexts)
Return the value stored in the preference store for the given key.
|
Modifier and Type | Class and Description |
---|---|
class |
ProfileScope
A profile scope contains the preferences associated with a particular profile
in a provisioned system.
|
Modifier and Type | Method and Description |
---|---|
void |
ScopedPreferenceStore.setSearchContexts(IScopeContext[] scopes)
Set the search contexts to scopes.
|
Constructor and Description |
---|
ScopedPreferenceStore(IScopeContext context,
String qualifier)
Create a new instance of the receiver.
|
ScopedPreferenceStore(IScopeContext context,
String qualifier,
String defaultQualifierPath)
Create a new instance of the receiver.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.