|
||||||||||
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.ApplyTemplateWizardStrategy
public class ApplyTemplateWizardStrategy
Wizard strategy used for importing data with using chosen template.
Constructor Summary | |
---|---|
ApplyTemplateWizardStrategy()
|
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. |
boolean |
performFinish()
Perform any special finish processing for this wizard strategy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplyTemplateWizardStrategy()
Method Detail |
---|
public void addPages(org.eclipse.jface.wizard.Wizard wizard)
addPages
in interface IImportWizardStrategy
wizard
- the wizardIImportWizardStrategy.addPages(org.eclipse.jface.wizard.Wizard)
public AbstractImportWizardPage getNextPage(AbstractImportWizardPage current)
getNextPage
in interface IImportWizardStrategy
current
- current page
#getNextPage(pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage)
public boolean canFinishWizard()
canFinishWizard
in interface IImportWizardStrategy
IImportWizardStrategy.canFinishWizard()
public boolean performFinish()
performFinish
in interface IImportWizardStrategy
IImportWizardStrategy.performFinish()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |