Klasse ImportWizardPageJDBC

java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.deidentifier.arx.gui.view.impl.wizard.ImportWizardPageJDBC
Alle implementierten Schnittstellen:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage

public class ImportWizardPageJDBC extends org.eclipse.jface.wizard.WizardPage
JDBC page This page offers means to specify connection details for a database. For now MS SQL, MySQL, PostgreSQL and SQLite is supported. In case of remote database types (i.e. MS SQL, MySQL and PostgreSQL) the user is asked for the server and a username and password. In case of SQLite the user can select any *.db file. After ther user specified the details a connection is established and passed on to ImportWizardModel. This includes:
  • ungültiges @link
    {@link ImportWizardModel#setJdbcConnection(Connection)<li>
  • ungültiges @link
    {@link ImportWizardModel#setJdbcTables(List)<li>
  • Feldübersicht

    Von Schnittstelle geerbte Felder org.eclipse.jface.dialogs.IMessageProvider

    ERROR, INFORMATION, NONE, WARNING
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Creates a new instance of this page and sets its title and description.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    createControl(org.eclipse.swt.widgets.Composite parent)
    Creates the design of this page This adds all the controls to the page along with their listeners.

    Von Klasse geerbte Methoden org.eclipse.jface.wizard.WizardPage

    canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString

    Von Klasse geerbte Methoden org.eclipse.jface.dialogs.DialogPage

    convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Von Schnittstelle geerbte Methoden org.eclipse.jface.dialogs.IDialogPage

    dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
  • Konstruktordetails

    • ImportWizardPageJDBC

      public ImportWizardPageJDBC(ImportWizard wizardImport)
      Creates a new instance of this page and sets its title and description.
      Parameter:
      wizardImport - Reference to wizard containing this page
  • Methodendetails

    • createControl

      public void createControl(org.eclipse.swt.widgets.Composite parent)
      Creates the design of this page This adds all the controls to the page along with their listeners.
      Parameter:
      parent -