Class UndoLastOperationHelper


  • public final class UndoLastOperationHelper
    extends java.lang.Object
    This is the EMFStore UndoLastOperation Handler delegating to the EMFStore UIUndoLastOperationController.
    Author:
    Eugen Neufeld
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void undo​(InternalProject project, org.eclipse.swt.widgets.Shell shell)
      Undo the last change on an InternalProject.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • undo

        public static void undo​(InternalProject project,
                                org.eclipse.swt.widgets.Shell shell)
        Undo the last change on an InternalProject. Delegates to UIUndoLastOperationController.
        Parameters:
        project - the InternalProject
        shell - the Shell