Class Summary |
BackAction |
BackAction handles a Wizard 's back events. |
BaseWizardPage |
This class is provided as a convenience for easily creating wizard pages, and is designed to be subclassed. |
ButtonNavigationPanel |
The ButtonNavigationPanel is a panel containing buttons designed to navigate through
the pages of a Wizard object. |
CancelAction |
CancelAction handles a Wizard 's cancel events. |
FinishAction |
FinishAction handles a Wizard 's next events. |
HelpAction |
HelpAction handles a Wizard 's help events. |
Next_FinishAction |
Next_FinishAction handles a Wizard 's next and finish events. |
SummaryPage |
A subclass of BaseWizardPage provided as a convenience class to be used as a summary page in a wizard. |
Wizard |
Wizard is a class that provides a framework to develop wizards. |
WizardPageDeck |
WizardPageDeck is responsible for containing, displaying, and managing the pages in a Wizard object. |