Package org.springframework.ide.eclipse.boot.core.dialogs

Examples of org.springframework.ide.eclipse.boot.core.dialogs.EditStartersModel


        new ChooseMultipleSection<SpringBootStarter>(this, "Starters", model.getAvailableStarters(), model.starters, Validator.constant(ValidationResult.OK))
    );
  }

  public static int openFor(IProject selectedProject, Shell shell) throws CoreException {
    return new EditStartersDialog(new EditStartersModel(selectedProject), shell).open();
  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.boot.core.dialogs.EditStartersModel

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.