pl.edu.agh.cast.importer.wizard.strategy
Class CreateTemplateWizardStrategy

java.lang.Object
  extended by pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
      extended by 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

Field Summary
 
Fields inherited from class pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
conversionRulesSelectionPage, importerWizard, LOG
 
Constructor Summary
CreateTemplateWizardStrategy()
           
 
Method Summary
 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 pl.edu.agh.cast.importer.wizard.strategy.AbstractStepByStepImportStrategy
addPages, canFinishWizard, saveTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTemplateWizardStrategy

public CreateTemplateWizardStrategy()
Method Detail

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.