Eclipse Platform
2.1

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

Packages that use ActionContext
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.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
 

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.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
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.