Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.ui.actions.ActionContext

Packages that use ActionContext
org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources 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
 void SynchronizationActionProvider.setContext(ActionContext context)
           
 

Uses of ActionContext in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions that return ActionContext
 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
 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
 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
 void MainActionGroup.setContext(ActionContext context)
          Extends the superclass implementation to set the context in the subgroups.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.