private ISelection selection;
- // the name of the file to create
- private String fFileName;
-
public PHPFileWizard() {
super();
setNeedsProgressMonitor(true);
+ setWindowTitle(PHPWizardMessages.getString("WizardNewProjectCreationPage.windowTitle"));
}
/**
this.selection = selection;
}
- /**
- * Sets the name of the file to create (used to set the class name in the new file)
- */
- public void setFileName(String name) {
- fFileName = name;
- }
}
\ No newline at end of file