|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
public abstract class AbstractStepByStepImportStrategy
Abstract class for ApplyTemplateWizardStrategy and WithoutTemplateWizardStrategy. Defines
step by step import pages flow.
| Field Summary | |
|---|---|
protected AbstractConversionRulesSelectionPage |
conversionRulesSelectionPage
Conversion rules selection page. |
protected ImporterWizard |
importerWizard
Importer wizard for this strategy. |
protected static org.apache.log4j.Logger |
LOG
The logger. |
| Constructor Summary | |
|---|---|
AbstractStepByStepImportStrategy()
|
|
| Method Summary | |
|---|---|
void |
addPages(org.eclipse.jface.wizard.Wizard wizard)
Creates pages needed for this strategy and adds created pages to wizard. |
boolean |
canFinishWizard()
Checks whether the wizard can finish the import process. |
AbstractImportWizardPage |
getNextPage(AbstractImportWizardPage current)
Calculates which wizard page should be next, and returns reference to next page. |
protected boolean |
saveTemplate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface pl.edu.agh.cast.importer.wizard.strategy.IImportWizardStrategy |
|---|
performFinish |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger LOG
protected AbstractConversionRulesSelectionPage conversionRulesSelectionPage
protected ImporterWizard importerWizard
| Constructor Detail |
|---|
public AbstractStepByStepImportStrategy()
| Method Detail |
|---|
public AbstractImportWizardPage getNextPage(AbstractImportWizardPage current)
getNextPage in interface IImportWizardStrategycurrent - current page
#getNextPage(pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage)public void addPages(org.eclipse.jface.wizard.Wizard wizard)
addPages in interface IImportWizardStrategywizard - the wizardIImportWizardStrategy.addPages(org.eclipse.jface.wizard.Wizard)public boolean canFinishWizard()
canFinishWizard in interface IImportWizardStrategyIImportWizardStrategy.canFinishWizard()protected boolean saveTemplate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||