Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Package javax.ide.wizard

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

See:
          Description

Interface Summary
Wizard The Wizard interface is used to implement Document creation wizards based dialogs.
 

Class Summary
WizardManager The WizardManager provides the interface through which the IDE invokes Wizards.
 

Package javax.ide.wizard Description

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.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.