Klasse ImportWizardPagePreview
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.deidentifier.arx.gui.view.impl.wizard.ImportWizardPagePreview
- Alle implementierten Schnittstellen:
org.eclipse.jface.dialogs.IDialogPage,org.eclipse.jface.dialogs.IMessageProvider,org.eclipse.jface.wizard.IWizardPage
public class ImportWizardPagePreview
extends org.eclipse.jface.wizard.WizardPage
Preview page
This page gives the user a preview over the data and how it is about to be
imported. Only enabled columns will be displayed
ImportWizardModelColumn.isEnabled(). The datatype of each column will
be shown additionally as a tooltip.-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungImportWizardPagePreview(ImportWizard wizardImport) Creates a new instance of this page and sets its title and description. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidcreateControl(org.eclipse.swt.widgets.Composite parent) Creates the design of this page The page is set to incomplete at this point and will be marked as complete, once the appropriate table has been rendered.voidsetVisible(boolean visible) Adds input to table once page gets visible to the user This retrieves the preview dataImportWizardModel.getPreviewData()and applies it to the giventableViewer.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, toStringVon 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, setMessageVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp
-
Konstruktordetails
-
ImportWizardPagePreview
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 The page is set to incomplete at this point and will be marked as complete, once the appropriate table has been rendered. Refer tosetVisible(boolean)for details.- Parameter:
parent-
-
setVisible
public void setVisible(boolean visible) Adds input to table once page gets visible to the user This retrieves the preview dataImportWizardModel.getPreviewData()and applies it to the giventableViewer. Only columns that have been enabled will be shown. New names and reordering is also considered.- Angegeben von:
setVisiblein Schnittstelleorg.eclipse.jface.dialogs.IDialogPage- Setzt außer Kraft:
setVisiblein Klasseorg.eclipse.jface.dialogs.DialogPage- Parameter:
visible-
-