org.eclipse.emf.ecp.spi.common.ui
Class SelectModelElementWizardFactory
java.lang.Object
org.eclipse.emf.ecp.spi.common.ui.SelectModelElementWizardFactory
public abstract class SelectModelElementWizardFactory
- extends Object
- Since:
- 1.5
- Author:
- Jonas
SelectModelElementWizardFactory
public SelectModelElementWizardFactory()
openModelElementSelectionDialog
public static Set<org.eclipse.emf.ecore.EObject> openModelElementSelectionDialog(Set<org.eclipse.emf.ecore.EObject> elements,
boolean isMany)
- Parameters:
elements - The elements to be selectedisMany - whether multi selection is allowed
- Returns:
- The selected elements
openCreateNewModelElementDialog
public static org.eclipse.emf.ecore.EObject openCreateNewModelElementDialog(SelectionComposite<org.eclipse.jface.viewers.TreeViewer> selectionComposite)
- Parameters:
selectionComposite - the composite to select the Eclass on
- Returns:
- an new EObject or null, if canceled
Copyright © 2015. All Rights Reserved.