org.eclipse.emf.ecp.ui.e4.handlers
Class ExportHandler

java.lang.Object
  extended by org.eclipse.emf.ecp.ui.e4.handlers.ExportHandler

public class ExportHandler
extends Object

Handler to export an EObject.

Author:
David

Constructor Summary
ExportHandler()
           
 
Method Summary
 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
equals, 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(value="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


Copyright © 2014. All Rights Reserved.