Package | Description |
---|---|
org.eclipse.ui.contexts |
Provides support for integrating contexts into the Eclipse workbench.
|
Modifier and Type | Method and Description |
---|---|
IContextActivation |
IContextService.activateContext(String contextId)
Activates the given context within the context of this service.
|
IContextActivation |
IContextService.activateContext(String contextId,
Expression expression)
Activates the given context within the context of this service.
|
IContextActivation |
IContextService.activateContext(String contextId,
Expression expression,
boolean global)
Activates the given context within the context of this service.
|
IContextActivation |
IContextService.activateContext(String contextId,
Expression expression,
int sourcePriorities)
Deprecated.
Use
IContextService.activateContext(String, Expression)
instead. |
Modifier and Type | Method and Description |
---|---|
void |
IContextService.deactivateContext(IContextActivation activation)
Deactivates the given context within the context of this service.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.