Klasse ImportWizardPageExcel
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.deidentifier.arx.gui.view.impl.wizard.ImportWizardPageExcel
- Alle implementierten Schnittstellen:
org.eclipse.jface.dialogs.IDialogPage,org.eclipse.jface.dialogs.IMessageProvider,org.eclipse.jface.wizard.IWizardPage
public class ImportWizardPageExcel
extends org.eclipse.jface.wizard.WizardPage
Excel page
This page offers means to import data from an Excel file. It contains
mechanisms to select such a file, and offers the user the ability to choose
the sheet to import from and whether or not the first row contains a header
describing each column. A live preview makes sure the user will immediately
see whether or not his choices make any sense.
All of the data gathered on this page is stored within
ImportWizardModel.
This includes:
ImportWizardModel.setWizardColumns(List)-
ungültiges @link
{@link ImportWizardModel#setFirstRowContainsHeader(boolean)</li> ImportWizardModel.setFileLocation(String)ImportWizardModel.setExcelSheetIndex(int)
-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungImportWizardPageExcel(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 This adds all the controls to the page along with their listeners.voidsetVisible(boolean value) 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
-
ImportWizardPageExcel
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-
-
setVisible
public void setVisible(boolean value) - Angegeben von:
setVisiblein Schnittstelleorg.eclipse.jface.dialogs.IDialogPage- Setzt außer Kraft:
setVisiblein Klasseorg.eclipse.jface.dialogs.DialogPage
-