public class ExtendedDeleteAction extends DeleteAction
removeAllReferencescommand, domain| Constructor and Description |
|---|
ExtendedDeleteAction()
Constructor
|
ExtendedDeleteAction(EditingDomain domain)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Command |
createCommand(java.util.Collection<?> selection)
This default implementation simply returns
UnexecutableCommand.INSTANCE. |
setActiveEditor, setActiveWorkbenchPartgetEditingDomain, run, setEditingDomain, updateSelectionpublic ExtendedDeleteAction(EditingDomain domain)
domain - the editing domainpublic ExtendedDeleteAction()
public Command createCommand(java.util.Collection<?> selection)
CommandActionHandlerUnexecutableCommand.INSTANCE.createCommand in class DeleteAction