Uses of Class
org.eclipse.core.commands.contexts.Context
Package
Description
Application programming interfaces for contexts.
Application programming interfaces describing the Eclipse 4 context service.
Provides support for integrating contexts into the Eclipse workbench.
-
Uses of Context in org.eclipse.core.commands.contexts
Modifier and TypeMethodDescriptionfinal Context
ContextEvent.getContext()
Returns the instance of the interface that changed.final Context
ContextManager.getContext
(String contextId) Gets the context with the given identifier.final Context[]
ContextManager.getDefinedContexts()
Returns the those contexts that are defined.ModifierConstructorDescriptionContextEvent
(Context context, boolean definedChanged, boolean nameChanged, boolean descriptionChanged, boolean parentIdChanged) Creates a new instance of this class. -
Uses of Context in org.eclipse.e4.ui.bindings.internal
Modifier and TypeMethodDescriptionstatic Comparator<Context>
ContextSet.getComparator()
ContextSet.getContexts()
Modifier and TypeMethodDescriptionBindingTableManager.createContextSet
(Collection<Context> contexts) static void
ContextSet.setComparator
(Comparator<Context> comp) -
Uses of Context in org.eclipse.e4.ui.services
Modifier and TypeMethodDescriptionEContextService.getContext
(String id) Look up aContext
with a given id. -
Uses of Context in org.eclipse.ui.contexts
Modifier and TypeMethodDescriptionIContextService.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.