Class DeleteOnServerHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.eclipse.swt.widgets.Shell shell, EMFStoreProjectWrapper projectWrapper)
      Called by the framework when handler is triggered.
      • Methods inherited from class java.lang.Object

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

      • DeleteOnServerHandler

        public DeleteOnServerHandler()
    • Method Detail

      • execute

        @Execute
        public void execute​(org.eclipse.swt.widgets.Shell shell,
                            @Named("org.eclipse.ui.selection") @Optional
                            EMFStoreProjectWrapper projectWrapper)
        Called by the framework when handler is triggered.
        Parameters:
        shell - The current Shell
        projectWrapper - The currently selected EMFStoreProjectWrapper