template = new NewJavaAlgorithmTemplate();
return new ITemplateSection[]{template};
}
public boolean performFinish() {
final IFieldData data = new AlgorithmData();
final IProjectProvider provider = new AlgorithmProjectProvider();
final WorkspaceModifyOperation op = new NewProjectCreationOperation(data, provider, this);
try {
getContainer().run(true, true, new IRunnableWithProgress() {