|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
pl.edu.agh.cast.importer.wizard.ImporterWizard
public class ImporterWizard
The wizard, which leads the users through an import data process, and which may also include a new template creation.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
protected |
ImporterWizard(IImporterPluginRegistryProvider pluginRegistryProvider,
IModelPluginRegistryProvider modelPluginRegistryProvider,
IWizardPluginRegistryProvider wizardPluginRegistryProvider)
The constructor - for test use only. |
|
ImporterWizard(String projectLocation)
The default constructor. |
| Method Summary | |
|---|---|
void |
addPages()
|
boolean |
canFinish()
|
AbstractConversionRulesSelectionPage |
getCurrConversionRulesPage()
Returns rules page for actual selected model. |
ImporterUtil |
getImporterUtil()
|
ImportProcess |
getImportProcess()
|
IImportWizardStrategy |
getWizardStrategy()
|
WizardUtil |
getWizardUtil()
|
void |
performConversion()
Performs data conversion with the data and converter previously configured. |
boolean |
performFinish()
|
void |
performParsing()
Performs data parsing with the data currently configured and the analyzers specified. |
void |
performTokenization()
Performs data tokenization with the data currently configured. |
boolean |
saveDataSet()
Saves converted data sets using persistence provider. |
void |
setImportStrategy(IImportWizardStrategy strategy)
Sets new import strategy. |
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImporterWizard(String projectLocation)
projectLocation - project location
protected ImporterWizard(IImporterPluginRegistryProvider pluginRegistryProvider,
IModelPluginRegistryProvider modelPluginRegistryProvider,
IWizardPluginRegistryProvider wizardPluginRegistryProvider)
pluginRegistryProvider - the importer plugin registry providermodelPluginRegistryProvider - the model plugin registry providerwizardPluginRegistryProvider - the wizard plugin registry provider| Method Detail |
|---|
public void performTokenization()
public void performParsing()
public void performConversion()
public boolean saveDataSet()
public void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.WizardWizard.addPages()public boolean canFinish()
canFinish in interface org.eclipse.jface.wizard.IWizardcanFinish in class org.eclipse.jface.wizard.WizardWizard.canFinish()public boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.WizardWizard.performFinish()public void setImportStrategy(IImportWizardStrategy strategy)
strategy - import strategy to setpublic ImportProcess getImportProcess()
public ImporterUtil getImporterUtil()
public WizardUtil getWizardUtil()
public AbstractConversionRulesSelectionPage getCurrConversionRulesPage()
public IImportWizardStrategy getWizardStrategy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||