|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage
public class PreprocessingPage
Page of the template import wizard, which serves for data preprocessing.
| Field Summary | |
|---|---|
protected TabularData |
inputData
The input data to be preprocessed. |
protected List<IPreprocessingItem> |
preprocessedItems
Items which can occur during import preprocessing. |
protected Template |
template
Import template. |
| Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
|---|
ERROR, INFORMATION, NONE, WARNING |
| Constructor Summary | |
|---|---|
PreprocessingPage(String pageName)
The default constructor. |
|
| Method Summary | |
|---|---|
boolean |
canFlipToNextPage()
|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
void |
dispose()
|
List<? extends IPreprocessingItem> |
getCheckedItems()
|
TabularData |
getInputData()
|
org.eclipse.jface.wizard.IWizardPage |
getNextPage()
|
List<? extends IPreprocessingItem> |
getPreprocessingResult()
|
String |
getPreprocessorDescription()
|
Template |
getTemplate()
|
boolean |
isCurrentWizardPage()
Method is a delegate of a protected method WizardPage.isCurrentPage. |
void |
setInputData(TabularData inData)
Setter for input data. |
void |
setPreprocessingResult(List<? extends IPreprocessingItem> res)
Sets the preprocessing result and its dependent attributes. |
void |
setTemplate(Template template)
|
| Methods inherited from class org.eclipse.jface.wizard.WizardPage |
|---|
getContainer, getDialogSettings, getImage, getName, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
| Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
|---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
|---|
getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
| Field Detail |
|---|
protected Template template
protected TabularData inputData
protected List<IPreprocessingItem> preprocessedItems
| Constructor Detail |
|---|
public PreprocessingPage(String pageName)
pageName - name of preprocessing page| Method Detail |
|---|
public boolean isCurrentWizardPage()
WizardPage.isCurrentPage. Returns whether this page is
the current one in the wizard's container.
true if the page is active, and false otherwisepublic void setPreprocessingResult(List<? extends IPreprocessingItem> res)
res - the preprocessing resultpublic String getPreprocessorDescription()
public List<? extends IPreprocessingItem> getCheckedItems()
public void createControl(org.eclipse.swt.widgets.Composite parent)
IDialogPage.createControl(org.eclipse.swt.widgets.Composite)public boolean canFlipToNextPage()
canFlipToNextPage in interface org.eclipse.jface.wizard.IWizardPagecanFlipToNextPage in class org.eclipse.jface.wizard.WizardPageWizardPage.canFlipToNextPage()public org.eclipse.jface.wizard.IWizardPage getNextPage()
getNextPage in interface org.eclipse.jface.wizard.IWizardPagegetNextPage in class org.eclipse.jface.wizard.WizardPageWizardPage.getNextPage()public void dispose()
dispose in interface org.eclipse.jface.dialogs.IDialogPagedispose in class org.eclipse.jface.dialogs.DialogPagepublic Template getTemplate()
public TabularData getInputData()
public List<? extends IPreprocessingItem> getPreprocessingResult()
public void setTemplate(Template template)
public void setInputData(TabularData inData)
inData - the input data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||