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
ConstructorsConstructorDescriptionExecuteOperationCommand(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, undoMethods inherited from class org.eclipse.emf.common.command.AbstractCommand
canExecute, canUndo, chain, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getImagein interfaceorg.eclipse.emf.edit.command.CommandActionDelegate
-
getText
- Specified by:
getTextin interfaceorg.eclipse.emf.edit.command.CommandActionDelegate
-
getToolTipText
- Specified by:
getToolTipTextin interfaceorg.eclipse.emf.edit.command.CommandActionDelegate
-