Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.core.runtime.preferences.IScopeContext

Packages that use IScopeContext
org.eclipse.core.internal.preferences   
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 IScopeContext in org.eclipse.core.internal.preferences
 

Classes in org.eclipse.core.internal.preferences that implement IScopeContext
 class org.eclipse.core.internal.preferences.AbstractScope
          Abstract 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
 class ProjectScope
          Object representing the project scope in the Eclipse preferences hierarchy.
 

Uses of IScopeContext in org.eclipse.core.runtime.preferences
 

Classes in org.eclipse.core.runtime.preferences that implement IScopeContext
 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.
 

Methods in org.eclipse.core.runtime.preferences with parameters of type IScopeContext
 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.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.