Oracle JEWT 4.2.10

Package oracle.bali.ewt.wizard

Interface Summary
WizardListener The listener interface for receiving WizardEvents other than VALIDATE_PAGE.
WizardValidateListener The listener interface for receiving validation WizardEvents.
 

Class Summary
BaseWizard The BaseWizard class is an abstract superclass that provides a user interface component suitable for presenting a user with a series of "pages" and navigating among those pages via a standard series of buttons.
ImageWizardPage ImageWizardPages make it easy to match the Oracle UI standard for wizard pages.
ReentrantWizard The ReentrantWizard class augments standard wizards with a tabbed interface that lets users jump from one page to any other (visible and enabled) page.
TitledWizardPage An ImageWizardPage subclass that contains a title.
WelcomeWizardPage WelcomeWizardPage is a TitleWizardPage subclass that conforms to the Oracle Wizard UI Spec section 4.1 on welcome pages.
Wizard The Wizard class provides an implementation of a wizard with a simple, linear user interface.
WizardAdapter An adapter class for receiving WizardEvents.
WizardDialog The WizardDialog class provides a simple way of running a wizard in a dialog until the user either cancels or finishes the wizard.
WizardEvent The WizardEvent class extends the AWTEvent class by defining new event id constants for events delivered by the Wizard component.
WizardFrame Clients should generally avoid using WizardFrame.
WizardPage WizardPages hold the content of the wizard.
 


Oracle JEWT 4.2.10