Uses of Interface
org.eclipse.core.runtime.preferences.IScopeContext
-
Packages that use IScopeContext 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 engineorg.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferences -
-
Uses of IScopeContext in org.eclipse.core.internal.preferences
Classes in org.eclipse.core.internal.preferences with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IScopeContext Modifier and Type Class Description classorg.eclipse.core.internal.preferences.AbstractScopeAbstract super-class for scope context object contributed by the Platform. -
Uses of IScopeContext in org.eclipse.core.resources
Classes in org.eclipse.core.resources that implement IScopeContext Modifier and Type Class Description classProjectScopeObject representing the project scope in the Eclipse preferences hierarchy. -
Uses of IScopeContext in org.eclipse.core.runtime.content
Methods in org.eclipse.core.runtime.content that return IScopeContext Modifier and Type Method Description IScopeContextIContentTypeManager.ContentTypeChangeEvent. getContext()Return the preference scope where the setting changed, ornull, if the change happened in the content type manager default context.Methods in org.eclipse.core.runtime.content with parameters of type IScopeContext Modifier and Type Method Description IContentTypeMatcherIContentTypeManager. getMatcher(IContentTypeManager.ISelectionPolicy customPolicy, IScopeContext context)Returns a newly created content type matcher using the given content type selection policy and preference scope.IContentTypeSettingsIContentType. getSettings(IScopeContext context)Returns the settings for this content type in the given preference context.booleanIContentType. isAssociatedWith(String fileName, IScopeContext context)Returns whether this content type is associated with the given file name in the given preference scope.Constructors in org.eclipse.core.runtime.content with parameters of type IScopeContext Constructor Description ContentTypeChangeEvent(IContentType source, IScopeContext context)Constructor for a new content type change event. -
Uses of IScopeContext in org.eclipse.core.runtime.preferences
Classes in org.eclipse.core.runtime.preferences that implement IScopeContext Modifier and Type Class Description classBundleDefaultsScopeObject representing the bundle defaults scope in the Eclipse preferences hierarchy.classConfigurationScopeObject representing the configuration scope in the Eclipse preferences hierarchy.classDefaultScopeObject representing the default scope in the Eclipse preferences hierarchy.classInstanceScopeObject representing the instance scope in the Eclipse preferences hierarchy.Fields in org.eclipse.core.runtime.preferences declared as IScopeContext Modifier and Type Field Description static IScopeContextBundleDefaultsScope. INSTANCESingleton instance of a Bundle Defaults Scope object.static IScopeContextConfigurationScope. INSTANCESingleton instance of a Configuration Scope object.static IScopeContextDefaultScope. INSTANCESingleton instance of a Default Scope object.static IScopeContextInstanceScope. INSTANCESingleton instance of an Instance Scope object.Methods in org.eclipse.core.runtime.preferences with parameters of type IScopeContext Modifier and Type Method Description booleanIPreferencesService. 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.doubleIPreferencesService. getDouble(String qualifier, String key, double defaultValue, IScopeContext[] contexts)Return the value stored in the preference store for the given key.floatIPreferencesService. getFloat(String qualifier, String key, float defaultValue, IScopeContext[] contexts)Return the value stored in the preference store for the given key.intIPreferencesService. getInt(String qualifier, String key, int defaultValue, IScopeContext[] contexts)Return the value stored in the preference store for the given key.longIPreferencesService. getLong(String qualifier, String key, long defaultValue, IScopeContext[] contexts)Return the value stored in the preference store for the given key.StringIPreferencesService. getString(String qualifier, String key, String defaultValue, IScopeContext[] contexts)Return the value stored in the preference store for the given key. -
Uses of IScopeContext in org.eclipse.equinox.p2.engine
Classes in org.eclipse.equinox.p2.engine that implement IScopeContext Modifier and Type Class Description classProfileScopeA profile scope contains the preferences associated with a particular profile in a provisioned system. -
Uses of IScopeContext in org.eclipse.ui.preferences
Methods in org.eclipse.ui.preferences with parameters of type IScopeContext Modifier and Type Method Description voidScopedPreferenceStore. setSearchContexts(IScopeContext[] scopes)Set the search contexts to scopes.Constructors in org.eclipse.ui.preferences with parameters of type IScopeContext Constructor 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.
-