public abstract class SelectModelElementWizardFactory extends Object
Constructor and Description |
---|
SelectModelElementWizardFactory() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.ecore.EObject |
openCreateNewModelElementDialog(SelectionComposite<org.eclipse.jface.viewers.TreeViewer> selectionComposite) |
static <T extends org.eclipse.emf.ecore.EObject,V extends org.eclipse.jface.viewers.StructuredViewer> |
openModelElementSelectionDialog(SelectionComposite<V> tableSelectionComposite)
Open a model element selection dialog using a specific table selection composite.
|
static <T extends org.eclipse.emf.ecore.EObject> |
openModelElementSelectionDialog(Set<T> elements,
boolean isMany) |
public static <T extends org.eclipse.emf.ecore.EObject> Set<T> openModelElementSelectionDialog(Set<T> elements, boolean isMany)
T
- the type to selectelements
- The elements to be selectedisMany
- whether multi selection is allowedpublic static <T extends org.eclipse.emf.ecore.EObject,V extends org.eclipse.jface.viewers.StructuredViewer> Set<T> openModelElementSelectionDialog(SelectionComposite<V> tableSelectionComposite)
T
- the type of object to selectV
- the type of viewer to presenttableSelectionComposite
- a table selection composite to use in the dialogpublic static org.eclipse.emf.ecore.EObject openCreateNewModelElementDialog(SelectionComposite<org.eclipse.jface.viewers.TreeViewer> selectionComposite)
selectionComposite
- the composite to select the Eclass onCopyright © 2019. All rights reserved.