Class ExecuteOperationCommand
java.lang.Object
org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.edit.command.ChangeCommand
org.enterprisedomain.classmaker.edit.command.ExecuteOperationCommand
- All Implemented Interfaces:
org.eclipse.emf.common.command.Command
,org.eclipse.emf.edit.command.CommandActionDelegate
public class ExecuteOperationCommand
extends org.eclipse.emf.edit.command.ChangeCommand
implements org.eclipse.emf.edit.command.CommandActionDelegate
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.common.command.AbstractCommand.NonDirtying
-
Constructor Summary
ConstructorDescriptionExecuteOperationCommand
(org.eclipse.emf.edit.domain.EditingDomain domain, org.eclipse.emf.edit.command.CommandParameter commandParameter) -
Method Summary
Methods inherited from class org.eclipse.emf.edit.command.ChangeCommand
dispose, execute, getChangeRecorder, redo, undo
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand
canExecute, canUndo, chain, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.emf.edit.command.CommandActionDelegate
canExecute, getDescription
-
Constructor Details
-
ExecuteOperationCommand
public ExecuteOperationCommand(org.eclipse.emf.edit.domain.EditingDomain domain, org.eclipse.emf.edit.command.CommandParameter commandParameter)
-
-
Method Details
-
create
public static org.eclipse.emf.common.command.Command create(org.eclipse.emf.edit.domain.EditingDomain editingDomain, Object owner, String name, Collection<?> collection) -
getImage
- Specified by:
getImage
in interfaceorg.eclipse.emf.edit.command.CommandActionDelegate
-
getText
- Specified by:
getText
in interfaceorg.eclipse.emf.edit.command.CommandActionDelegate
-
getToolTipText
- Specified by:
getToolTipText
in interfaceorg.eclipse.emf.edit.command.CommandActionDelegate
-