Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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.content Provides core support for content types. 
org.eclipse.core.runtime.preferences Provides core support for Eclipse preferences. 
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. 
 

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
           
 

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.content
 

Methods in org.eclipse.core.runtime.content that return IScopeContext
  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.
 

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

Constructors in org.eclipse.core.runtime.content with parameters of type IScopeContext
IContentTypeManager.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
 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.
 

Uses of IScopeContext in org.eclipse.ui.preferences
 

Methods in org.eclipse.ui.preferences with parameters of type IScopeContext
 void ScopedPreferenceStore. setSearchContexts ( IScopeContext[] scopes)
          Set the search contexts to scopes.
 

Constructors in org.eclipse.ui.preferences with parameters of type IScopeContext
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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire