Class MigrationDialogHelper


  • public final class MigrationDialogHelper
    extends java.lang.Object
    Helper class that provides a ListSelectionDialog for selecting template models that should be migrated.
    Author:
    Lucas Koehler
    • 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.
      • Methods inherited from class java.lang.Object

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

      • 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