org.eclipse.emf.ecp.ui.e4.handlers
Class ExportHandler
java.lang.Object
org.eclipse.emf.ecp.ui.e4.handlers.ExportHandler
public class ExportHandler
- extends Object
Handler to export an EObject
.
- Author:
- David
Method Summary |
void |
execute(org.eclipse.swt.widgets.Shell shell,
org.eclipse.emf.ecore.EObject eObject)
Exports a single EObject . |
ExportHandler
public ExportHandler()
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 dialogseObject
- The EObject
which should be exported
Copyright © 2015. All Rights Reserved.