Uses of Class
org.eclipse.emf.edit.ui.action.CommandActionHandler

Packages that use CommandActionHandler
org.eclipse.emf.edit.ui.action This provides a reusable implementation of an IAction that delegates to a CommandActionDelegate, which is usually also a Command 
 

Uses of CommandActionHandler in org.eclipse.emf.edit.ui.action
 

Subclasses of CommandActionHandler in org.eclipse.emf.edit.ui.action
 class CopyAction
          A copy action is implemented by creating a CopyToClipboardCommand.
 class CutAction
          A cut action is implemented by creating a CutToClipboardCommand.
 class DeleteAction
          A delete action is implemented by creating a RemoveCommand.
 class PasteAction
          A paste action is implemented by creating a PasteFromClipboardCommand.
 


Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.