Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.ui.contexts.IContextActivation

Packages that use IContextActivation
org.eclipse.ui.contexts Provides support for integrating contexts into the Eclipse workbench. 
 

Uses of IContextActivation in org.eclipse.ui.contexts
 

Methods in org.eclipse.ui.contexts that return IContextActivation
 IContextActivation IContextService.activateContext(String contextId)
           Activates the given context within the context of this service.
 IContextActivation IContextService.activateContext(String contextId, Expression expression, int sourcePriorities)
           Activates the given context within the context of this service.
 

Methods in org.eclipse.ui.contexts with parameters of type IContextActivation
 void IContextService.deactivateContext(IContextActivation activation)
          Deactivates the given context within the context of this service.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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