public final class FileDialogHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
openExportDialog(org.eclipse.swt.widgets.Shell shell,
String fileName)
Opens an export file dialog.
|
static String |
openImportDialog(org.eclipse.swt.widgets.Shell shell)
Opens an import file dialog.
|
public static String openExportDialog(org.eclipse.swt.widgets.Shell shell, String fileName)
shell - the parent shellfileName - the initial file namenull if export has been cancelledpublic static String openImportDialog(org.eclipse.swt.widgets.Shell shell)
shell - the parent shellnull if import has been cancelledCopyright © 2017. All rights reserved.