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

Quick Search    Search Deep

javax.ide.wizard
Class WizardManager  view WizardManager download WizardManager.java

java.lang.Object
  extended byjavax.ide.Service
      extended byjavax.ide.wizard.WizardManager

public class WizardManager
extends javax.ide.Service

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


Field Summary
private  java.util.Map _wizardInstancesById
           
 
Fields inherited from class javax.ide.Service
 
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.
private  javax.ide.util.MetaClass getWizardClass(java.lang.String id)
           
protected  javax.ide.wizard.spi.WizardHook getWizardHook()
          Initialize the wizard manager.
static WizardManager getWizardManager()
          Get the wizard manager implementation for this IDE.
 boolean invokeWizard(javax.ide.command.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_wizardInstancesById

private final java.util.Map _wizardInstancesById
Constructor Detail

WizardManager

public WizardManager()
Method Detail

invokeWizard

public boolean invokeWizard(javax.ide.command.Context context,
                            java.lang.String id)
Invokes a wizard with the specified execution context and parameters.


getWizardHook

protected final javax.ide.wizard.spi.WizardHook getWizardHook()
Initialize the wizard manager.


getWizardClass

private javax.ide.util.MetaClass getWizardClass(java.lang.String id)

getAllWizardClasses

protected final java.util.Collection getAllWizardClasses()
Get the class names of all registered wizards.


findOrCreateWizard

protected final Wizard findOrCreateWizard(java.lang.String id)
Find or create a wizard instance.


getWizardManager

public static WizardManager getWizardManager()
Get the wizard manager implementation for this IDE.