pl.edu.agh.cast.importer.wizard.strategy
Class CreateTemplateWizardStrategy
java.lang.Object
pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
pl.edu.agh.cast.importer.wizard.strategy.CreateTemplateWizardStrategy
- All Implemented Interfaces:
- IImportWizardStrategy
public class CreateTemplateWizardStrategy
- extends AbstractStepByStepImportStrategy
New template creation wizard strategy.
- Author:
- AGH CAST Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateTemplateWizardStrategy
public CreateTemplateWizardStrategy()
getNextPage
public AbstractImportWizardPage getNextPage(AbstractImportWizardPage current)
- Calculates which wizard page should be next, and returns reference to next page.
- Specified by:
getNextPage
in interface IImportWizardStrategy
- Overrides:
getNextPage
in class AbstractStepByStepImportStrategy
- Parameters:
current
- current page
- Returns:
- next page
- See Also:
getNextPage(pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage)
performFinish
public boolean performFinish()
- Perform any special finish processing for this wizard strategy.
- Returns:
- true if finish code execution was successful
- See Also:
WithoutTemplateWizardStrategy.performFinish()
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.