public final class ECPImportHandlerHelper extends Object
EObject
s.Modifier and Type | Field and Description |
---|---|
static String[] |
FILTER_EXTS
These filter extensions are used to filter which files are displayed.
|
static String[] |
FILTER_NAMES
These filter names are used to filter which files are displayed.
|
Modifier and Type | Method and Description |
---|---|
static void |
importElement(org.eclipse.swt.widgets.Shell shell,
ECPProject ecpProject)
Connects an
EObject with another imported EObject which will be selected via a dialog. |
static void |
importElement(org.eclipse.swt.widgets.Shell shell,
org.eclipse.emf.ecore.EObject eObject)
Connects an
EObject with another imported EObject which will be selected via a dialog. |
public static final String[] FILTER_EXTS
public static final String[] FILTER_NAMES
public static void importElement(org.eclipse.swt.widgets.Shell shell, org.eclipse.emf.ecore.EObject eObject)
EObject
with another imported EObject
which will be selected via a dialog.shell
- The Shell
which should be used for the dialogeObject
- The EObject
which should be connected with the imported EObject
public static void importElement(org.eclipse.swt.widgets.Shell shell, ECPProject ecpProject)
EObject
with another imported EObject
which will be selected via a dialog.shell
- The Shell
which should be used for the dialogecpProject
- The ECPProject
where the EObject
should be imported intoCopyright © 2016. All rights reserved.