public class EMFStoreFileDialogHelperImpl extends Object implements EMFStoreFileDialogHelper
EMFStoreFileDialogHelper using the SWT implementation of the FileDialog.| Constructor and Description |
|---|
EMFStoreFileDialogHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPathForExport(org.eclipse.swt.widgets.Shell shell,
String fileName)
Returns the file path to export a model element to.
|
String |
getPathForImport(org.eclipse.swt.widgets.Shell shell)
Returns the absolute file path of the file selected by the user.
|
public String getPathForImport(org.eclipse.swt.widgets.Shell shell)
getPathForImport in interface EMFStoreFileDialogHelpershell - The shell to open the FileDialognull if no file was selectedEMFStoreFileDialogHelper.getPathForImport(org.eclipse.swt.widgets.Shell)public String getPathForExport(org.eclipse.swt.widgets.Shell shell, String fileName)
getPathForExport in interface EMFStoreFileDialogHelpershell - The shell to open the FileDialogfileName - a proposed filename for the exportEMFStoreFileDialogHelper.getPathForExport(org.eclipse.swt.widgets.Shell,
java.lang.String)Copyright © 2017. All rights reserved.