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

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

public final class RevertAllOperationsHelper
extends Object

This is the EMFStore RevertAllOperations Helper delegating to the EMFStore UIRevertOperationController.

Author:
Eugen Neufeld

Method Summary
static void revert(InternalProject project, org.eclipse.swt.widgets.Shell shell)
          Reverts all Operations from the selected InternalProject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

revert

public static void revert(InternalProject project,
                          org.eclipse.swt.widgets.Shell shell)
Reverts all Operations from the selected InternalProject. Delegates to UIRevertOperationController.

Parameters:
project - the InternalProject
shell - the Shell


Copyright © 2014. All Rights Reserved.