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

Packages that use DeleteAction
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.examples.extlibrary.actions   
 

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

Fields in org.eclipse.emf.edit.ui.action declared as DeleteAction
protected  DeleteAction EditingDomainActionBarContributor.deleteAction
          This is the action used to implement delete.
 

Methods in org.eclipse.emf.edit.ui.action that return DeleteAction
protected  DeleteAction EditingDomainActionBarContributor.createDeleteAction()
          Returns the action used to implement delete.
 

Uses of DeleteAction in org.eclipse.emf.examples.extlibrary.actions
 

Subclasses of DeleteAction in org.eclipse.emf.examples.extlibrary.actions
 class ExtendedDeleteAction
          The extended library example supports multi-rooted resources and therefore this action allows the user to delete a library root from the resource.
 


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