|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImportWizardStrategy
Interface used for defining page flow strategy. The main method is
getNextPage(AbstractImportWizardPage)
.
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. |
Method Detail |
---|
AbstractImportWizardPage getNextPage(AbstractImportWizardPage current)
current
- current page
void addPages(org.eclipse.jface.wizard.Wizard wizard)
wizard
- the wizardboolean canFinishWizard()
boolean performFinish()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |