Runtime

Uses of Class
org.eclipse.gmf.runtime.common.ui.action.ActionManager

Packages that use ActionManager
org.eclipse.gmf.runtime.common.ui.action Provides a set of classes for defining Actions which are run in order to carry out application behaviour that the user has requested through the user-interface.  
org.eclipse.gmf.runtime.common.ui.services.action.filter Provides a set of classes to help in evaluating expressions for Eclipse plug-in action enablement and visibility.  
org.eclipse.gmf.runtime.diagram.ui.parts Aurora internal packages Package Specification this package sontains the editors and the editing domain 
org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts   
 

Uses of ActionManager in org.eclipse.gmf.runtime.common.ui.action
 

Methods in org.eclipse.gmf.runtime.common.ui.action that return ActionManager
protected  ActionManager AbstractContributionItem.getActionManager()
          Retrieves the action manager for this action delegate from its workbench part.
protected  ActionManager AbstractActionHandler.getActionManager()
          Retrieves the action manager for this action handler from its workbench part.
static ActionManager ActionManager.getDefault()
          Retrieves the default action manager.
protected  ActionManager AbstractActionDelegate.getActionManager()
          Retrieves the action manager for this action delegate from its workbench part.
 

Methods in org.eclipse.gmf.runtime.common.ui.action with parameters of type ActionManager
protected  void ActionManagerChangeEvent.setSource(ActionManager source)
          Sets the source instance variable to the specified value.
 

Constructors in org.eclipse.gmf.runtime.common.ui.action with parameters of type ActionManager
ActionManagerChangeEvent(ActionManager source)
          Constructs a new action manager change event for the specified action manager.
ActionManagerChangeEvent(ActionManager source, IActionWithProgress action)
          Constructs a new action manager change event for the specified action manager and action.
 

Uses of ActionManager in org.eclipse.gmf.runtime.common.ui.services.action.filter
 

Methods in org.eclipse.gmf.runtime.common.ui.services.action.filter that return ActionManager
protected  ActionManager ActionFilterService.getActionManager()
          Retrieves the action manager for this action filter service.
 

Uses of ActionManager in org.eclipse.gmf.runtime.diagram.ui.parts
 

Methods in org.eclipse.gmf.runtime.diagram.ui.parts that return ActionManager
 ActionManager IDiagramEditDomain.getActionManager()
          Returns the ActionManager
protected  ActionManager DiagramEditor.createActionManager()
           
protected  ActionManager DiagramEditor.getActionManager()
          Gets the action manager for this diagram editor.
 ActionManager DiagramEditDomain.getActionManager()
          gets the action manager
 

Methods in org.eclipse.gmf.runtime.diagram.ui.parts with parameters of type ActionManager
 void DiagramEditDomain.setActionManager(ActionManager manager)
           
 

Uses of ActionManager in org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts
 

Methods in org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts that return ActionManager
protected  ActionManager DiagramDocumentEditor.createActionManager()
           
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.