Class MigrationDialogHelper


  • public final class MigrationDialogHelper
    extends java.lang.Object
    Helper class that provides a ListSelectionDialog for selecting view models that should be migrated.
    Since:
    1.8.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.eclipse.ui.dialogs.ListSelectionDialog getTemplateModelListMigrationDialog​(org.eclipse.swt.widgets.Shell parentShell, java.util.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, java.util.List<org.eclipse.emf.common.util.URI> input)
      Returns a ListSelectionDialog for selecting view model that should be migrated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getViewModelListMigrationDialog

        public static org.eclipse.ui.dialogs.ListSelectionDialog getViewModelListMigrationDialog​(org.eclipse.swt.widgets.Shell parentShell,
                                                                                                 java.util.List<org.eclipse.emf.common.util.URI> input)
        Returns a ListSelectionDialog for selecting view model that should be migrated.
        Parameters:
        parentShell - the parent shell of the dialog
        input - the list of view model URI to be presented to the user.ยด
        Returns:
        the dialog
      • getTemplateModelListMigrationDialog

        public static org.eclipse.ui.dialogs.ListSelectionDialog getTemplateModelListMigrationDialog​(org.eclipse.swt.widgets.Shell parentShell,
                                                                                                     java.util.List<org.eclipse.emf.common.util.URI> input)
        Returns a ListSelectionDialog for selecting template models that should be migrated.
        Parameters:
        parentShell - the parent shell of the dialog
        input - the list of template model URIs to be presented to the user
        Returns:
        the dialog