Runtime

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

Packages that use AbstractActionDelegate
org.eclipse.gmf.runtime.common.ui.action.actions Provides a set of common action delegates and action handlers for use with the modeling platform. 
org.eclipse.gmf.runtime.diagram.ui.actions Aurora internal packages Package Specification This package contains the necessary plugin classes: DebugOptions Plugin StatusCodes  
org.eclipse.gmf.runtime.emf.ui.action Extension to the Common UI action API to support actions that operate on MSL-managed models.  
 

Uses of AbstractActionDelegate in org.eclipse.gmf.runtime.common.ui.action.actions
 

Subclasses of AbstractActionDelegate in org.eclipse.gmf.runtime.common.ui.action.actions
 class PropertyWindowActionDelegate
          Action delegate to show the properties window or give it focus if it's already visible.
 

Uses of AbstractActionDelegate in org.eclipse.gmf.runtime.diagram.ui.actions
 

Subclasses of AbstractActionDelegate in org.eclipse.gmf.runtime.diagram.ui.actions
 class AbstractDiagramModelActionDelegate
          Abstract action delegate for diagram actions that work with selected EObject in a model.
 

Uses of AbstractActionDelegate in org.eclipse.gmf.runtime.emf.ui.action
 

Subclasses of AbstractActionDelegate in org.eclipse.gmf.runtime.emf.ui.action
 class AbstractModelActionDelegate
          The abstract parent of all concrete action delegates that execute model commands.
 


Runtime

Guidelines for using Eclipse APIs.

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