|
||||||||||
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.importer.wizard.page.AbstractImportWizardPage
pl.edu.agh.cast.importer.wizard.page.InitImportPage
public class InitImportPage
Page of the import wizard, which serves for selection of data to import, as well as selection of whether an existing template is to be used or applied or neither.
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
InitImportPage()
The default constructor. |
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
org.eclipse.jface.wizard.IWizardPage |
getNextPage()
|
IImportWizardStrategy |
getSelectedImportStrategy()
Returns selected import strategy. |
ITabularData<DataRow> |
getTemplateConversionPreview()
Creates and returns conversion preview. |
protected boolean |
isComplete()
|
void |
notifyFilePathChange(String filePath)
Method called by the InitImportPageComposite when a filePath has changed. |
void |
notifyTemplateSelection(IImportTemplate selectedTemplate)
Method called by the InitImportPageComposite when a template is selected. |
void |
notifyWizardStrategySelection()
Method called by the InitImportPageComposite when a wizard strategy has changed. |
Methods inherited from class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage |
---|
canFlipToNextPage, dispose, getImportProcess, getImportWizard, initPage, refreshImportData, widgetModified |
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 |
Constructor Detail |
---|
public InitImportPage()
Method Detail |
---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
IDialogPage.createControl(org.eclipse.swt.widgets.Composite)
protected boolean isComplete()
isComplete
in class AbstractImportWizardPage
public org.eclipse.jface.wizard.IWizardPage getNextPage()
getNextPage
in interface org.eclipse.jface.wizard.IWizardPage
getNextPage
in class AbstractImportWizardPage
AbstractImportWizardPage.getNextPage()
public IImportWizardStrategy getSelectedImportStrategy()
public void notifyTemplateSelection(IImportTemplate selectedTemplate)
InitImportPageComposite
when a template is selected.
selectedTemplate
- the selected templatepublic void notifyFilePathChange(String filePath)
InitImportPageComposite
when a filePath has changed.
filePath
- new file path valuepublic void notifyWizardStrategySelection()
InitImportPageComposite
when a wizard strategy has changed.
public ITabularData<DataRow> getTemplateConversionPreview()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |