Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
F G I J W _

F

findOrCreateWizard(String) - Method in class javax.ide.wizard.WizardManager
Find or create a wizard instance.

G

getAllWizardClasses() - Method in class javax.ide.wizard.WizardManager
Get the class names of all registered wizards.
getWizardClass(String) - Method in class javax.ide.wizard.WizardManager
 
getWizardHook() - Method in class javax.ide.wizard.WizardManager
Initialize the wizard manager.
getWizardManager() - Static method in class javax.ide.wizard.WizardManager
Get the wizard manager implementation for this IDE.

I

invoke(Context) - Method in interface javax.ide.wizard.Wizard
Invokes the object, usually called by the IDE from the button that launches the wizard.
invokeWizard(Context, String) - Method in class javax.ide.wizard.WizardManager
Invokes a wizard with the specified execution context and parameters.
isAvailable(Context) - Method in interface javax.ide.wizard.Wizard
Called when the availability of the wizard must be determined.

J

javax.ide.wizard - package javax.ide.wizard
 

W

Wizard - interface javax.ide.wizard.Wizard.
The Wizard interface is used to implement javax.ide.model.Document creation wizards based dialogs.
WizardManager - class javax.ide.wizard.WizardManager.
The WizardManager provides the interface through which the IDE invokes Wizards.
WizardManager() - Constructor for class javax.ide.wizard.WizardManager
 

_

_wizardInstancesById - Variable in class javax.ide.wizard.WizardManager
 

F G I J W _