Uses of Interface
pl.edu.agh.cast.importer.wizard.strategy.IImportWizardStrategy

Packages that use IImportWizardStrategy
pl.edu.agh.cast.importer.wizard Provides CAST Importer wizard's entry level classes. 
pl.edu.agh.cast.importer.wizard.page Provides CAST Importer wizard's user classes for the import wizard pages and their main composites. 
pl.edu.agh.cast.importer.wizard.strategy Provides CAST Importer wizard's various import strategies classes. 
 

Uses of IImportWizardStrategy in pl.edu.agh.cast.importer.wizard
 

Methods in pl.edu.agh.cast.importer.wizard that return IImportWizardStrategy
 IImportWizardStrategy ImporterWizard.getWizardStrategy()
           
 

Methods in pl.edu.agh.cast.importer.wizard with parameters of type IImportWizardStrategy
 void ImporterWizard.setImportStrategy(IImportWizardStrategy strategy)
          Sets new import strategy.
 

Uses of IImportWizardStrategy in pl.edu.agh.cast.importer.wizard.page
 

Methods in pl.edu.agh.cast.importer.wizard.page that return IImportWizardStrategy
 IImportWizardStrategy InitImportPage.getSelectedImportStrategy()
          Returns selected import strategy.
 

Uses of IImportWizardStrategy in pl.edu.agh.cast.importer.wizard.strategy
 

Classes in pl.edu.agh.cast.importer.wizard.strategy that implement IImportWizardStrategy
 class AbstractStepByStepImportStrategy
          Abstract class for ApplyTemplateWizardStrategy and WithoutTemplateWizardStrategy.
 class ApplyTemplateWizardStrategy
          Wizard strategy used for importing data with using chosen template.
 class CreateTemplateWizardStrategy
          New template creation wizard strategy.
 class UseTemplateWizardStrategy
          Use template wizard strategy.
 class WithoutTemplateWizardStrategy
          Wizard strategy used for importing data without choosing template.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.