Class ExportHandler


  • public class ExportHandler
    extends java.lang.Object
    Handler to export an EObject.
    Author:
    David
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.eclipse.swt.widgets.Shell shell, org.eclipse.emf.ecore.EObject eObject)
      Exports a single EObject.
      • Methods inherited from class java.lang.Object

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

      • ExportHandler

        public ExportHandler()
    • Method Detail

      • execute

        @Execute
        public void execute​(org.eclipse.swt.widgets.Shell shell,
                            @Named("org.eclipse.ui.selection")
                            org.eclipse.emf.ecore.EObject eObject)
        Exports a single EObject.
        Parameters:
        shell - Shell to use for the dialogs
        eObject - The EObject which should be exported