Uses of Interface
com.sri.emo.wizard.WizDefinitionRepository

Packages that use WizDefinitionRepository
com.sri.emo.commandline.defaults   
com.sri.emo.wizard.expressoimpl This directory contains various adapter classes to bridge the Wizard APIs with Expresso. 
com.sri.emo.wizard.wizardgateway The wizard gateway provides a central location to dispatch to wizards for execution or editing. 
 

Uses of WizDefinitionRepository in com.sri.emo.commandline.defaults
 

Methods in com.sri.emo.commandline.defaults that return WizDefinitionRepository
protected  WizDefinitionRepository WizardExporter.getWizardRepository()
          Factory method to create the selection wizard repository.
 

Uses of WizDefinitionRepository in com.sri.emo.wizard.expressoimpl
 

Classes in com.sri.emo.wizard.expressoimpl that implement WizDefinitionRepository
 class SelectionWizDefinitionRepository
          Expresso-aware wizard repository.
 

Uses of WizDefinitionRepository in com.sri.emo.wizard.wizardgateway
 

Methods in com.sri.emo.wizard.wizardgateway that return WizDefinitionRepository
protected  WizDefinitionRepository WizardGatewayHandler.getRepository()
          Method that grabs the repository we are to use for accessing wizard definition objects.
 

Constructors in com.sri.emo.wizard.wizardgateway with parameters of type WizDefinitionRepository
DoDeleteWizard(Controller handlerOwner, WizDefinitionRepository myRepository)
          Constructs this particular state handler.
EditWizard(Controller handlerOwner, WizDefinitionRepository myRepository)
          Constructs this particular state handler.
ListWizards(Controller handlerOwner, WizDefinitionRepository myRepository)
          Constructs this particular state handler.
PromptDeleteWizard(Controller handlerOwner, WizDefinitionRepository myRepository)
          Constructs this particular state handler.
RunWizard(Controller handlerOwner, WizDefinitionRepository myRepository)
          Constructs this particular state handler.
WizardGatewayHandler(Controller myOwner, WizDefinitionRepository myRepository)
          Constructor for a wizard gateway handler that takes a reference to the controller and the Repository interface
 



Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.