public final class MigrationDialogHelper extends Object
Modifier and Type | Method and Description |
---|---|
static org.eclipse.ui.dialogs.ListSelectionDialog |
getTemplateModelListMigrationDialog(org.eclipse.swt.widgets.Shell parentShell,
List<org.eclipse.emf.common.util.URI> input)
Returns a
ListSelectionDialog for selecting template models that should be migrated. |
static org.eclipse.ui.dialogs.ListSelectionDialog |
getViewModelListMigrationDialog(org.eclipse.swt.widgets.Shell parentShell,
List<org.eclipse.emf.common.util.URI> input)
Returns a
ListSelectionDialog for selecting view model that should be migrated. |
public static org.eclipse.ui.dialogs.ListSelectionDialog getViewModelListMigrationDialog(org.eclipse.swt.widgets.Shell parentShell, List<org.eclipse.emf.common.util.URI> input)
ListSelectionDialog
for selecting view model that should be migrated.parentShell
- the parent shell of the dialoginput
- the list of view model URI to be presented to the user.ยดpublic static org.eclipse.ui.dialogs.ListSelectionDialog getTemplateModelListMigrationDialog(org.eclipse.swt.widgets.Shell parentShell, List<org.eclipse.emf.common.util.URI> input)
ListSelectionDialog
for selecting template models that should be migrated.parentShell
- the parent shell of the dialoginput
- the list of template model URIs to be presented to the userCopyright © 2019. All rights reserved.