Method Summary |
|
public void | addPages() The Wizard implementation of this IWizard method does nothing.
Subclasses should extend if extra pages need to be added before the wizard opens. |
public boolean | canFinish() We can finish if the user has entered a file. |
public void | init(IWorkbench workbench, IStructuredSelection selection) Hook us up to the world .. |
public boolean | performFinish() Completes the wizard if new project parameters are valid. |
public void | setPage(NewProjectWizardPage page) Override to make title reflect current page. |