org.eclipse.emf.ecp.emfstore.internal.ui.handler
Class UndoLastOperationHelper

java.lang.Object
  extended by org.eclipse.emf.ecp.emfstore.internal.ui.handler.UndoLastOperationHelper

public final class UndoLastOperationHelper
extends Object

This is the EMFStore UndoLastOperation Handler delegating to the EMFStore UIUndoLastOperationController.

Author:
Eugen Neufeld

Method Summary
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
equals, 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


Copyright © 2015. All Rights Reserved.