Examples of GoModuleWizardStepPackageConfig


Examples of ro.redeul.google.go.ide.ui.GoModuleWizardStepPackageConfig

    {
        List<ModuleWizardStep> steps = new ArrayList<ModuleWizardStep>();

        ProjectWizardStepFactory factory = ProjectWizardStepFactory.getInstance();

        steps.add(new GoModuleWizardStepPackageConfig(moduleBuilder));
        steps.add(new GoModuleWizardProjectSettings(moduleBuilder));
        steps.add(factory.createProjectJdkStep(wizardContext, SdkType.findInstance(GoSdkType.class), moduleBuilder, new Computable.PredefinedValueComputable<Boolean>(true), null, ""));
        return steps.toArray(new ModuleWizardStep[steps.size()]);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.