| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ide.Service
javax.ide.wizard.WizardManager
public class WizardManager
The WizardManager provides the interface through which the IDE invokes Wizards.
| Constructor Summary | |
|---|---|
WizardManager()
 | 
|
| Method Summary | |
|---|---|
protected  Wizard | 
findOrCreateWizard(java.lang.String id)
Find or create a wizard instance.  | 
protected  java.util.Collection | 
getAllWizardClasses()
Get the class names of all registered wizards.  | 
protected  javax.ide.wizard.spi.WizardHook | 
getWizardHook()
Initialize the wizard manager.  | 
static WizardManager | 
getWizardManager()
Get the wizard manager implementation for this IDE.  | 
 boolean | 
invokeWizard(Context context,
             java.lang.String id)
Invokes a wizard with the specified execution context and parameters.  | 
| Methods inherited from class javax.ide.Service | 
|---|
getService, initialize, resetAllServices | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public WizardManager()
| Method Detail | 
|---|
public boolean invokeWizard(Context context,
                            java.lang.String id)
context - The execution context for the invokable.id - The id identifying the wizard.
true if the wizard completed successfully,
 otherwise false.protected final javax.ide.wizard.spi.WizardHook getWizardHook()
protected final java.util.Collection getAllWizardClasses()
protected final Wizard findOrCreateWizard(java.lang.String id)
id - the id of the wizard to find or create.
java.lang.IllegalArgumentException - if no such wizard is registered.
java.lang.IllegalStateException - if the wizard could not be created.public static WizardManager getWizardManager()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||