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();
}