Package com.intellij.ide.util.newProjectWizard

Examples of com.intellij.ide.util.newProjectWizard.ProjectNameStep


        ProjectWizardStepFactory factory = ProjectWizardStepFactory.getInstance();

        final boolean isNewProject = context.getProject() == null;
        if (isNewProject) {
            sequence.addCommonStep(new ProjectNameStep(context, this));
        }

        sequence.addCommonStep(factory.createProjectJdkStep(context, GoSdkType.getInstance(), goModuleBuilder, new Computable<Boolean>() {
            @Override
            public Boolean compute() {
View Full Code Here

TOP

Related Classes of com.intellij.ide.util.newProjectWizard.ProjectNameStep

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.