Class GFPreparableCommand

  • All Implemented Interfaces:
    org.eclipse.emf.common.command.Command, org.eclipse.emf.transaction.util.ConditionalRedoCommand

    public class GFPreparableCommand
    extends org.eclipse.emf.transaction.RecordingCommand
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand

        org.eclipse.emf.common.command.AbstractCommand.NonDirtying
      • Nested classes/interfaces inherited from interface org.eclipse.emf.transaction.util.ConditionalRedoCommand

        org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
    • Field Summary

      • Fields inherited from class org.eclipse.emf.common.command.AbstractCommand

        description, isExecutable, isPrepared, label
    • Constructor Summary

      Constructors 
      Constructor Description
      GFPreparableCommand​(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain, ICommand command)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doExecute()  
      boolean getExecutionResult()  
      • Methods inherited from class org.eclipse.emf.transaction.RecordingCommand

        canRedo, canUndo, chain, dispose, execute, postExecute, preExecute, prepare, redo, undo
      • Methods inherited from class org.eclipse.emf.common.command.AbstractCommand

        canExecute, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.eclipse.emf.common.command.Command

        canExecute, getAffectedObjects, getDescription, getLabel, getResult
    • Constructor Detail

      • GFPreparableCommand

        public GFPreparableCommand​(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain,
                                   ICommand command)
    • Method Detail

      • doExecute

        protected void doExecute()
        Specified by:
        doExecute in class org.eclipse.emf.transaction.RecordingCommand
      • getExecutionResult

        public boolean getExecutionResult()