|
|||||||||
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.ECPExportHandlerHelper
public final class ECPExportHandlerHelper
A utility class which provides support for exporting model elements.
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 |
export(org.eclipse.swt.widgets.Shell shell,
List<org.eclipse.emf.ecore.EObject> eObjects)
Export a list of model elements. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String[] FILTER_NAMES
public static final String[] FILTER_EXTS
Method Detail |
---|
public static void export(org.eclipse.swt.widgets.Shell shell, List<org.eclipse.emf.ecore.EObject> eObjects)
shell
- The shell which should be used for the file dialogeObjects
- The EObject
s which should be exported
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |