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

Packages that use WizardFactorySPI
com.sri.emo.wizard.branch   
com.sri.emo.wizard.completion This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. 
com.sri.emo.wizard.creation This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. 
com.sri.emo.wizard.selection The selection wizard walks users through steps to determine which node on the system would best suit their needs. 
 

Uses of WizardFactorySPI in com.sri.emo.wizard.branch
 

Classes in com.sri.emo.wizard.branch that implement WizardFactorySPI
 class EmoBranchingWizardFactory
          Title:
 

Uses of WizardFactorySPI in com.sri.emo.wizard.completion
 

Classes in com.sri.emo.wizard.completion that implement WizardFactorySPI
(package private)  class CompletionBuilder
          Base class for things that build Completion Wizards.
 class CompletionMementoConverter
          Writes a CompletionWizard to and from a compact form.
 class EmoCompletionFactory
          Constructs Completion Wizards.
 

Uses of WizardFactorySPI in com.sri.emo.wizard.creation
 

Classes in com.sri.emo.wizard.creation that implement WizardFactorySPI
(package private)  class CreationBuilder
          Base class for things that build Completion Wizards.
 class CreationMementoConverter
          Writes a CompletionWizard to and from a compact form.
 class EmoCreationWizardFactory
          Constructs Completion Wizards.
 

Uses of WizardFactorySPI in com.sri.emo.wizard.selection
 

Classes in com.sri.emo.wizard.selection that implement WizardFactorySPI
 class EmoSelectionWizardFactory
          Wizard Factory for EMO wizards.
 



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