Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.core.commands.contexts.Context

Packages that use Context
org.eclipse.core.commands.contexts Application programming interfaces for contexts.  
org.eclipse.ui.contexts Provides support for integrating contexts into the Eclipse workbench. 
 

Uses of Context in org.eclipse.core.commands.contexts
 

Methods in org.eclipse.core.commands.contexts that return Context
 Context ContextManager.getContext(String contextId)
          Gets the context with the given identifier.
 Context ContextEvent.getContext()
          Returns the instance of the interface that changed.
 

Constructors in org.eclipse.core.commands.contexts with parameters of type Context
ContextEvent(Context context, boolean definedChanged, boolean nameChanged, boolean descriptionChanged, boolean parentIdChanged)
          Creates a new instance of this class.
 

Uses of Context in org.eclipse.ui.contexts
 

Methods in org.eclipse.ui.contexts that return Context
 Context IContextService.getContext(String contextId)
          Retrieves the context with the given identifier.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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