Uses of Class
org.eclipse.core.commands.contexts.Context
-
Packages that use Context 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. -
-
Uses of Context in org.eclipse.core.commands.contexts
Methods in org.eclipse.core.commands.contexts that return Context Modifier and Type Method 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.Constructors in org.eclipse.core.commands.contexts with parameters of type Context Constructor Description ContextEvent(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.services
Methods in org.eclipse.e4.ui.services that return Context Modifier and Type Method Description Context
EContextService. getContext(String id)
Look up aContext
with a given id. -
Uses of Context in org.eclipse.ui.contexts
Methods in org.eclipse.ui.contexts that return Context Modifier and Type Method 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.
-