com.sri.emo.wizard.branch
Class EmoBranchingWizardFactory

java.lang.Object
  extended by com.sri.emo.wizard.selection.EmoSelectionWizardFactory
      extended by com.sri.emo.wizard.branch.EmoBranchingWizardFactory
All Implemented Interfaces:
WizardFactory, WizardFactorySPI
Direct Known Subclasses:
CreationBuilder

public class EmoBranchingWizardFactory
extends EmoSelectionWizardFactory

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
not attributable

Field Summary
 
Fields inherited from class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
DEFAULT_CONTROLLER
 
Constructor Summary
EmoBranchingWizardFactory()
           
 
Method Summary
protected  Wizard constructWizard(WizDefinition definition, List branchNodes)
          Constructs the wizard itself.
 
Methods inherited from class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
addFinalStepToConstructedSteps, buildBackLink, buildCancelLink, buildFinishLink, buildNextLink, buildWizard, cloneTransition, commonTransitionConstruction, constructMonitor, fromMemento, getWizardController, getWizardId, getWizDefinition, setWizardId, toMemento
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmoBranchingWizardFactory

public EmoBranchingWizardFactory()
Method Detail

constructWizard

protected Wizard constructWizard(WizDefinition definition,
                                 List branchNodes)
                          throws DBException
Constructs the wizard itself.

Overrides:
constructWizard in class EmoSelectionWizardFactory
Parameters:
definition - the WizDefinition dbobject for this wizard.
steps - the List of steps that were constructed previously in the constructSteps function.
Returns:
fully constructed Wizard instance.
Throws:
DBException - upon database exception error.


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