Package com.borland.primetime.wizard

Interface Summary
Wizard A Wizard is a multi-step UI interface used to walk a user through an otherwise complicated or tedious task.
WizardHost The WizardHost interface defines the host for a Wizard session.
WizardPage The WizardPage is a single page in a Wizard.
 

Class Summary
BasicWizard The BasicWizard is a simple implementation of the Wizard interface to help quickly make a new Wizard.
BasicWizardPage BasicWizardPage is a simple implementation of the WizardPage interface.
WizardAction A WizardAction is a type of UpdateAction that represents a Wizard.
WizardManager