Class NewModuleProjectWizardStartupPage1

All Implemented Interfaces:
IValidationMessage, IDialogPage, IMessageProvider, IWizardPage

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

    • hasDesktop

      public boolean hasDesktop
    • hasTablet

      public boolean hasTablet
    • hasPhone

      public boolean hasPhone
    • useTextTables

      public boolean useTextTables
  • Constructor Details

    • NewModuleProjectWizardStartupPage1

      public NewModuleProjectWizardStartupPage1(int widthHint)
      Creates the new text tables with languages wizard page.
    • NewModuleProjectWizardStartupPage1

      public NewModuleProjectWizardStartupPage1(int widthHint, Runnable allowNoCreation)
      Creates the new text tables with languages wizard page.
  • 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.
    • getProjectName

      public String getProjectName()
      Gets the project name.
      Returns:
      The project name.