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

Packages that use WizardFactory
com.sri.emo.wizard This package provides framework for wizard creation as well as EMO specific bindings. 
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.defaults This package contains default implementations of the interfaces defined in the com.sri.emo.wizard package. 
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 WizardFactory in com.sri.emo.wizard
 

Methods in com.sri.emo.wizard with parameters of type WizardFactory
 void WizardRepository.addFactory(Serializable id, WizardFactory factory)
          Adds a factory to the repository.
 

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

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

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

Classes in com.sri.emo.wizard.completion that implement WizardFactory
(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 WizardFactory in com.sri.emo.wizard.creation
 

Classes in com.sri.emo.wizard.creation that implement WizardFactory
(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 WizardFactory in com.sri.emo.wizard.defaults
 

Methods in com.sri.emo.wizard.defaults with parameters of type WizardFactory
 void DefaultWizardRepository.addFactory(Serializable id, WizardFactory factory)
           
 

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

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



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