| org.isqlviewer.ui.wizards |
|
Core Wizard Protocols and Implementations
|
| Java Source File Name | Type | Comment |
| AbstractWizardStep.java | Class | Basic implementation of the Step interface for facilitating wizard development.
author: Mark A. |
| Step.java | Interface | Iterface for defining a component of a wizard.
author: Mark A. |
| Wizard.java | Interface | Interface for defining the protocol for executing a wizard type sub-program.
author: Mark A. |
| WizardContext.java | Class | Context to support custom wizards by providing common functionality.
This object is in the same spirit of a ServletContext, this class represents common functionality for all custom
wizards.
author: Mark A. |