Package | Description |
---|---|
org.eclipse.core.commands.contexts |
Application programming interfaces for contexts.
|
org.eclipse.e4.ui.services |
Application programming interfaces describing the Eclipse 4 context service.
|
org.eclipse.ui.contexts |
Provides support for integrating contexts into the Eclipse workbench.
|
Modifier and Type | Method and Description |
---|---|
Context |
ContextEvent.getContext()
Returns the instance of the interface that changed.
|
Context |
ContextManager.getContext(String contextId)
Gets the context with the given identifier.
|
Context[] |
ContextManager.getDefinedContexts()
Returns the those contexts that are defined.
|
Constructor and Description |
---|
ContextEvent(Context context,
boolean definedChanged,
boolean nameChanged,
boolean descriptionChanged,
boolean parentIdChanged)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
Context |
EContextService.getContext(String id)
Look up a
Context with a given id. |
Modifier and Type | Method and Description |
---|---|
Context |
IContextService.getContext(String contextId)
Retrieves the context with the given identifier.
|
Context[] |
IContextService.getDefinedContexts()
Returns the collection of all of the defined contexts in the workbench.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.