Uses of Class
com.sri.emo.wizard.AbstractWizard

Packages that use AbstractWizard
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 AbstractWizard in com.sri.emo.wizard.branch
 

Subclasses of AbstractWizard in com.sri.emo.wizard.branch
 class BranchingWizard
          Title:
 

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

Subclasses of AbstractWizard in com.sri.emo.wizard.completion
 class EmoCompletionWizard
          A completion wizard.
 

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

Subclasses of AbstractWizard in com.sri.emo.wizard.creation
 class EmoCreationWizard
          A completion wizard.
 class EmoCreationWizardOld
          A creation wizard, as originally copied from Completion wizard with some modifications done to allow for the initialization page to be inserted For the completion wizard pages, ids are java.lang.Integer types with values <= 0 are special pages.
 

Uses of AbstractWizard in com.sri.emo.wizard.defaults
 

Subclasses of AbstractWizard in com.sri.emo.wizard.defaults
 class SequentialWizard
          Wizard for sequential wizards.
 

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

Subclasses of AbstractWizard in com.sri.emo.wizard.selection
 class ChainedSelectionWizard
          The chained selection wizard clones nodes like the selection wizard does.
 class EmoSelectionWizard
          Overrides Sequential Wizard to allow processing of the EMO Decision Matrix for processing finish.
 



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