Runtime

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

Packages that use AbstractActionHandler
org.eclipse.gmf.runtime.common.ui.action.actions.global Provides a set of common global actions and global action handlers for use with the Global Action Handler Service. 
org.eclipse.gmf.runtime.common.ui.action.global Provides a set of classes for creating global actions for use with the Global Action Handler Service. 
org.eclipse.gmf.runtime.common.ui.action.ide.actions.global Provides a set of IDE global actions and global action handlers for use with the Global Action Handler Service. 
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.diagram.ui.internal.actions Aurora internal packages Package Specification This package contains 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.diagram.ui.render.actions   
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 AbstractActionHandler in org.eclipse.gmf.runtime.common.ui.action.actions.global
 

Subclasses of AbstractActionHandler in org.eclipse.gmf.runtime.common.ui.action.actions.global
 class GlobalPrintAction
          Global action for printing
 class GlobalRedoAction
          Global Redo Action.
 class GlobalUndoAction
          Global Undo Action.
 

Uses of AbstractActionHandler in org.eclipse.gmf.runtime.common.ui.action.global
 

Subclasses of AbstractActionHandler in org.eclipse.gmf.runtime.common.ui.action.global
 class GlobalAction
          The abstract parent of all concrete global actions.
 

Uses of AbstractActionHandler in org.eclipse.gmf.runtime.common.ui.action.ide.actions.global
 

Subclasses of AbstractActionHandler in org.eclipse.gmf.runtime.common.ui.action.ide.actions.global
 class GlobalBookmarkAction
          Global Bookmark Action This action provides the mechanism for enabling the Edit->Add Bookmark...
 class GlobalCloseProjectAction
          Global action to close a project resource.
 class GlobalOpenProjectAction
          Global action to open a project resource.
 

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

Subclasses of AbstractActionHandler in org.eclipse.gmf.runtime.diagram.ui.actions
 class AbstractDeleteFromAction
          Abstract action to be subclassed for various delete from actions.
 class AddNoteAction
          Concrete implemention of AttachShapeAction which attaches a new Notational Note to the targeted shapes.
 class AlignAction
           
 class AttachShapeAction
          Provides support for action which add an attached shapes to another shape.
 class BooleanPropertyAction
          A base action representing those that are responsible to setting boolean valued properties
 class CheckedPropertyAction
           
 class CopyAction
          The copy action that copies the bitmap information on to the clipboard This action is not really a DiagramAction as it doesn't have a request.
 class DiagramAction
          An abstract implementation of a diagram action that follows the request-command architecture.
 class IndividualCompartmentAction
          An abstract base class that represents a boolean-based action that is applicable to specific shape compartments
 class IndividualConnectionLabelAction
           
 class ShowPropertiesViewAction
          An action to show Eclipse's properties view
 

Uses of AbstractActionHandler in org.eclipse.gmf.runtime.diagram.ui.internal.actions
 

Subclasses of AbstractActionHandler in org.eclipse.gmf.runtime.diagram.ui.internal.actions
 class org.eclipse.gmf.runtime.diagram.ui.internal.actions.PropertyChangeAction
           
 

Uses of AbstractActionHandler in org.eclipse.gmf.runtime.diagram.ui.render.actions
 

Subclasses of AbstractActionHandler in org.eclipse.gmf.runtime.diagram.ui.render.actions
 class CopyToImageAction
          Action to copy the selected shapes in the diagram or the entire diagram to an image file.
 

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

Subclasses of AbstractActionHandler in org.eclipse.gmf.runtime.emf.ui.action
 class AbstractModelActionHandler
          The abstract parent of all concrete action handlers that execute model commands.
 


Runtime

Guidelines for using Eclipse APIs.

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