Class ValidationWizard

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

public class ValidationWizard extends Wizard
The validation "wizard".
Author:
Christopher Mindus
  • Constructor Details

  • Method Details

    • addPages

      public void addPages()
      Adds the required pages.
      Specified by:
      addPages in interface IWizard
      Overrides:
      addPages in class Wizard
    • 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.