Klasse ImportWizardPageTable

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

public class ImportWizardPageTable extends org.eclipse.jface.wizard.WizardPage
Table overview page This pages gives the user an overview of the detected tables and allows him to select the desired one by clicking on it. The tables itself are retrieved from
ungültiges @link
{@link ImportData#getJdbcTables()()
}. The selected one will be assigned via ImportWizardModel.setSelectedJdbcTable(String) along with the detected columns for this table using ImportWizardModel.setWizardColumns(List) and its preview data ImportWizardModel.setPreviewData(List).
  • 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 along with the appropriate listeners.
    void
    setVisible(boolean visible)
    Applies previously detected tables to tableViewer.

    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

    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
  • Konstruktordetails

    • ImportWizardPageTable

      public ImportWizardPageTable(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 along with the appropriate listeners.
      Parameter:
      parent -
    • setVisible

      public void setVisible(boolean visible)
      Applies previously detected tables to tableViewer.
      Angegeben von:
      setVisible in Schnittstelle org.eclipse.jface.dialogs.IDialogPage
      Setzt außer Kraft:
      setVisible in Klasse org.eclipse.jface.dialogs.DialogPage
      Parameter:
      visible -