Class ExportDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.eclipse.m2m.atl.profiler.ui.profilingdatatable.ExportDialog
public class ExportDialog
extends org.eclipse.swt.widgets.Dialog
A dialog for profiling model export.
-
Constructor Summary
ConstructorsConstructorDescriptionExportDialog
(org.eclipse.swt.widgets.Shell parent) Creates the dialog.ExportDialog
(org.eclipse.swt.widgets.Shell parent, int style) Creates the dialog. -
Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
ExportDialog
public ExportDialog(org.eclipse.swt.widgets.Shell parent, int style) Creates the dialog.- Parameters:
parent
- the parent shellstyle
- the dialog style
-
ExportDialog
public ExportDialog(org.eclipse.swt.widgets.Shell parent) Creates the dialog.- Parameters:
parent
- the parent shell
-
-
Method Details
-
open
Opens the dialog.- Returns:
- the result
-