Uses of Interface
org.eclipse.ui.contexts.IContextActivation
Package
Description
Provides support for integrating contexts into the Eclipse workbench.
-
Uses of IContextActivation in org.eclipse.ui.contexts
Modifier and TypeMethodDescriptionIContextService.activateContext
(String contextId) Activates the given context within the context of this service.IContextService.activateContext
(String contextId, Expression expression) Activates the given context within the context of this service.IContextService.activateContext
(String contextId, Expression expression, boolean global) Activates the given context within the context of this service.IContextService.activateContext
(String contextId, Expression expression, int sourcePriorities) Deprecated.Modifier and TypeMethodDescriptionvoid
IContextService.deactivateContext
(IContextActivation activation) Deactivates the given context within the context of this service.
IContextService.activateContext(String, Expression)
instead.