The wizard interfaces that extension writers use and need to implement in order to add a new wizards to an IDE.

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.