See: Description
| Interface | Description |
|---|---|
| Wizard |
The Wizard interface is used to implement
Document creation wizards based dialogs. |
| Class | Description |
|---|---|
| WizardManager |
The WizardManager provides the interface through which the IDE invokes Wizards.
|
In general, extension writers implement the Wizard interface when introducing a new wizard type. IDE service providers must provide a concrete implementation of the WizardManager interface. The Extension Development Kit (EDK) provides an abstract implementation that IDE services providers should extend: javax.ide.wizard.spi.AbstractWizardManager.