Class NewModuleProjectWizardStartupPage2

All Implemented Interfaces:
IValidationMessage, IDialogPage, IMessageProvider, IWizardPage

public class NewModuleProjectWizardStartupPage2 extends WizardPage implements IValidationMessage
Class for the new text tables with languages wizard page.
Author:
Christopher Mindus
  • Constructor Details

    • NewModuleProjectWizardStartupPage2

      public NewModuleProjectWizardStartupPage2(NewModuleProjectWizardStartupPage1 page1, int widthHint, String baseTextTableName)
      Creates the new text tables with languages wizard page.
      Parameters:
      page1 - The first page of wizard with the checkbox for text tables.
      widthHint - Width hint of page.
      baseTextTableName - The name of the base text table, null for none.
  • Method Details

    • setVisible

      public void setVisible(boolean visible)
      The DialogPage implementation of this IDialogPage method sets the control to the given visibility state. Subclasses may extend.
      Specified by:
      setVisible in interface IDialogPage
      Overrides:
      setVisible in class DialogPage
    • createControl

      public void createControl(Composite parent)
      Creates the dialog.
      Specified by:
      createControl in interface IDialogPage
    • onValidate

      public void onValidate(boolean isValid)
      Call to inform validity of all validators.
      Specified by:
      onValidate in interface IValidationMessage
      Parameters:
      isValid - true if valid, false otherwise.