Package com.ibm.jdg2e.wizards.newwizards

Class Summary
DefinedPageWizard Wizard that adds a three pages (PageChain) in the addPages() method; each page is told that it is static; meaning unable to add subsequent pages.
DynamicPageWizard Wizard that adds a single page (PageChain) in the addPages() method; added page is able to deterimine if subsequent pages are required.
PageChain Customized WizardPage that both displays information about the current Wizard/WizardPage state and can provide user control of page flow through the active Wizard.