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

    Constructors
    Constructor
    Description
    ExecuteOperationCommand(org.eclipse.emf.edit.domain.EditingDomain domain, org.eclipse.emf.edit.command.CommandParameter commandParameter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.eclipse.emf.common.command.Command
    create(org.eclipse.emf.edit.domain.EditingDomain editingDomain, Object owner, String name, Collection<?> collection)
     
     
     
     

    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

      public Object getImage()
      Specified by:
      getImage in interface org.eclipse.emf.edit.command.CommandActionDelegate
    • getText

      public String getText()
      Specified by:
      getText in interface org.eclipse.emf.edit.command.CommandActionDelegate
    • getToolTipText

      public String getToolTipText()
      Specified by:
      getToolTipText in interface org.eclipse.emf.edit.command.CommandActionDelegate