com.sri.emo.wizard.branch
Class EmoBranchingWizardFactory
java.lang.Object
com.sri.emo.wizard.selection.EmoSelectionWizardFactory
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
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 |
EmoBranchingWizardFactory
public EmoBranchingWizardFactory()
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.