Class JavaUIUtils


  • public final class JavaUIUtils
    extends Object
    Helper methods to deal with the Java UI.
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Method Detail

      • createCustomMigration

        public static org.eclipse.jdt.core.IType createCustomMigration​(org.eclipse.emf.ecore.EObject element)
        Create a class that implements a custom migration.
      • showCustomMigration

        public static void showCustomMigration​(MigrationChange change)
        Show the custom migration to which a migration change refers.
      • selectCustomMigration

        public static org.eclipse.jdt.core.IType selectCustomMigration​(MigrationChange change)
        Select the custom migration to which a migration change refers.