Class NewProjectWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
com.iizigo.term.project.NewProjectWizard
All Implemented Interfaces:
IShellProvider, IWizard, INewWizard, IWorkbenchWizard

public class NewProjectWizard extends Wizard implements INewWizard
New Project Wizard
Author:
Christopher Mindus
  • Method Details

    • createProject

      public static boolean createProject(Shell shell)
      Requests creation of the project.
      Parameters:
      shell - The shell.
      Returns:
      true for success, false for cancel.
    • addPages

      public void addPages()
      Adds the required pages.
      Specified by:
      addPages in interface IWizard
      Overrides:
      addPages in class Wizard
    • init

      public void init(IWorkbench workbench, IStructuredSelection selection)
      Initializes this creation wizard using the passed workbench and object selection.
      Specified by:
      init in interface IWorkbenchWizard
    • performFinish

      public boolean performFinish()
      Finishes the dialog.
      Specified by:
      performFinish in interface IWizard
      Specified by:
      performFinish in class Wizard
      Returns:
      true to indicate the finish request was accepted, and false to indicate that the finish request was refused.