Package com.intellij.ide.util.importProject

Examples of com.intellij.ide.util.importProject.ModulesDetectionStep


      new HaxeModuleInsight(new DelegatingProgressIndicator(), builder.getExistingModuleNames(), builder.getExistingProjectLibraryNames());
    final List<ModuleWizardStep> steps = new ArrayList<ModuleWizardStep>();
    steps.add(
      new LibrariesDetectionStep(builder, projectDescriptor, moduleInsight, stepIcon, "reference.dialogs.new.project.fromCode.page1"));
    steps.add(
      new ModulesDetectionStep(this, builder, projectDescriptor, moduleInsight, stepIcon, "reference.dialogs.new.project.fromCode.page2"));
    steps.add(new ProjectJdkForModuleStep(builder.getContext(), HaxeSdkType.getInstance()));
    return steps;
  }
View Full Code Here

TOP

Related Classes of com.intellij.ide.util.importProject.ModulesDetectionStep

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.