Uses of Class
org.eclipse.ui.actions.ActionContext
-
Packages that use ActionContext Package Description org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. -
-
Uses of ActionContext in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type ActionContext Modifier and Type Method Description void
SynchronizationActionProvider. setContext(ActionContext context)
-
Uses of ActionContext in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions that return ActionContext Modifier and Type Method Description ActionContext
ActionGroup. getContext()
Returns the context used to determine which actions are added, and what their enabled state should be.Methods in org.eclipse.ui.actions with parameters of type ActionContext Modifier and Type Method Description void
ActionGroup. setContext(ActionContext context)
Sets the context used to determine which actions are added, and what their enabled state should be. -
Uses of ActionContext in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator with parameters of type ActionContext Modifier and Type Method Description void
WizardActionGroup. setContext(ActionContext aContext)
-
Uses of ActionContext in org.eclipse.ui.views.navigator
Methods in org.eclipse.ui.views.navigator with parameters of type ActionContext Modifier and Type Method Description void
MainActionGroup. setContext(ActionContext context)
Deprecated.Extends the superclass implementation to set the context in the subgroups.
-