|
||||||||||
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 locationprotected ImporterWizard(IImporterPluginRegistryProvider pluginRegistryProvider, IModelPluginRegistryProvider modelPluginRegistryProvider, IWizardPluginRegistryProvider wizardPluginRegistryProvider)
pluginRegistryProvider
- the importer plugin registry providermodelPluginRegistryProvider
- the model plugin registry providerwizardPluginRegistryProvider
- the wizard plugin registry providerMethod Detail |
---|
public void performTokenization()
public void performParsing()
public void performConversion()
public boolean saveDataSet()
public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
Wizard.addPages()
public boolean canFinish()
canFinish
in interface org.eclipse.jface.wizard.IWizard
canFinish
in class org.eclipse.jface.wizard.Wizard
Wizard.canFinish()
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard
Wizard.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 |