|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.internal.ui.util.ECPImportHandlerHelper
public final class ECPImportHandlerHelper
A utility class which provides support for importing EObjects.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String[] FILTER_EXTS
public static final String[] FILTER_NAMES
| Method Detail |
|---|
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 into
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||