Uses of Package
org.eclipse.emf.edit.ui.action

Packages that use org.eclipse.emf.edit.ui.action
org.eclipse.emf.codegen.ecore.genmodel.presentation   
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
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 
org.eclipse.emf.mapping.action   
org.eclipse.emf.mapping.ecore2ecore.action   
org.eclipse.emf.mapping.ecore2ecore.presentation   
org.eclipse.emf.mapping.presentation   
 

Classes in org.eclipse.emf.edit.ui.action used by org.eclipse.emf.codegen.ecore.genmodel.presentation
EditingDomainActionBarContributor
          This is a contributor for an editor, multipage or otherwise, that implements IEditingDomainProvider.
 

Classes in org.eclipse.emf.edit.ui.action used by org.eclipse.emf.ecore.presentation
EditingDomainActionBarContributor
          This is a contributor for an editor, multipage or otherwise, that implements IEditingDomainProvider.
 

Classes in org.eclipse.emf.edit.ui.action used by org.eclipse.emf.edit.ui.action
CommandActionHandler
           
CopyAction
          A copy action is implemented by creating a CopyToClipboardCommand.
CutAction
          A cut action is implemented by creating a CutToClipboardCommand.
DeleteAction
          A delete action is implemented by creating a RemoveCommand.
LoadResourceAction
          An action to load a resource into an editing domain's resource set.
PasteAction
          A paste action is implemented by creating a PasteFromClipboardCommand.
RedoAction
          An redo action is implemented by using the CommandStack.
StaticSelectionCommandAction
          This class is used as a basis for implementing an IAction on the menubar, the toolbar, or a popup menu by delegating all required behaviour to a Command, only when it is guaranteed that the selection will not change during the life of the action.
UndoAction
          An undo action is implemented by using the CommandStack.
ValidateAction
           
ValidateAction.EclipseResourcesUtil
           
 

Classes in org.eclipse.emf.edit.ui.action used by org.eclipse.emf.mapping.action
CommandAction
          This class is used to implement a selection-based IAction on the menubar, the toolbar, or a popup menu by delegating all required behaviour to a Command.
 

Classes in org.eclipse.emf.edit.ui.action used by org.eclipse.emf.mapping.ecore2ecore.action
CommandAction
          This class is used to implement a selection-based IAction on the menubar, the toolbar, or a popup menu by delegating all required behaviour to a Command.
 

Classes in org.eclipse.emf.edit.ui.action used by org.eclipse.emf.mapping.ecore2ecore.presentation
EditingDomainActionBarContributor
          This is a contributor for an editor, multipage or otherwise, that implements IEditingDomainProvider.
 

Classes in org.eclipse.emf.edit.ui.action used by org.eclipse.emf.mapping.presentation
DelegatingCommandAction
          This class wraps an IEditorActionDelegate, e.g., a CommandAction, to make it into an Action.
EditingDomainActionBarContributor
          This is a contributor for an editor, multipage or otherwise, that implements IEditingDomainProvider.
 


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