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

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

Methods in com.sri.emo.wizard that return WizardMonitor
protected  WizardMonitor AbstractWizard.getMonitor()
          Retreieve the monitor associated with this wizard.
 

Constructors in com.sri.emo.wizard with parameters of type WizardMonitor
AbstractWizard(WizardMonitor wizMonitor)
          Constructor for brand new wizard.
 

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

Constructors in com.sri.emo.wizard.branch with parameters of type WizardMonitor
BranchingWizard(WizardMonitor wizMonitor, BranchNode[] steps)
          Constructor that takes a monitor and an array of steps.
 

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

Constructors in com.sri.emo.wizard.completion with parameters of type WizardMonitor
EmoCompletionWizard(WizardMonitor wizMonitor, WizardPage[] steps)
          Constructs an emo completion wizard.
 

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

Constructors in com.sri.emo.wizard.creation with parameters of type WizardMonitor
EmoCreationWizard(WizardMonitor wizMonitor, BranchNode[] steps)
          Constructs an emo completion wizard.
EmoCreationWizardOld(WizardMonitor wizMonitor, WizardPage[] steps)
          Constructs an emo completion wizard.
 

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

Classes in com.sri.emo.wizard.defaults that implement WizardMonitor
 class Log4jWizMonitor
          Default implementation that logs to Log4j Logger when the various events are invoked.
 

Constructors in com.sri.emo.wizard.defaults with parameters of type WizardMonitor
SequentialWizard(WizardMonitor wizMonitor, WizardPage[] steps)
          Constructor that takes a monitor and an array of steps.
 

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

Methods in com.sri.emo.wizard.selection that return WizardMonitor
protected  WizardMonitor EmoSelectionWizardFactory.constructMonitor()
          Override to provide your own monitor, possibly for testing purposes.
 

Constructors in com.sri.emo.wizard.selection with parameters of type WizardMonitor
ChainedSelectionWizard(WizardMonitor wizMonitor, WizardPage[] steps)
          Constructs a chained selection wizard.
EmoSelectionWizard(WizardMonitor wizMonitor, WizardPage[] steps)
          Constructor that the Wizard Factory uses to instantiate the sequential wizard.
 



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