Class NewDBTransactionWizardPage2

All Implemented Interfaces:
IDialogPage, IMessageProvider, IWizardPage

public class NewDBTransactionWizardPage2 extends WizardPage
The connection profiles for the database transaction wizard.
Author:
Christopher Mindus
  • Constructor Details

    • NewDBTransactionWizardPage2

      public NewDBTransactionWizardPage2(EditorDatabaseProps props)
      New database transaction page.
      Parameters:
      props - The database properties.
  • Method Details

    • createControl

      public void createControl(Composite parent)
      Creates the wizard contents.
    • 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