Package | Description |
---|---|
org.eclipse.core.commands.contexts |
Application programming interfaces for contexts.
|
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 |
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.