Class AddModuleNatureWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
com.iizigo.project.AddModuleNatureWizard
All Implemented Interfaces:
IShellProvider, IWizard

public class AddModuleNatureWizard extends Wizard
The Add IIZI Module Nature wizard for a project.
Author:
Christopher Mindus
  • Method Details

    • open

      public static void open(Shell shell, IProject project)
      Opens the wizard.
      Parameters:
      shell - The shell, or null for none.
      project - The project.
    • addPages

      public void addPages()
      Adds new single page.
      Specified by:
      addPages in interface IWizard
      Overrides:
      addPages in class Wizard
    • performFinish

      public boolean performFinish()
      Completes...
      Specified by:
      performFinish in interface IWizard
      Specified by:
      performFinish in class Wizard