Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ide.wizard.Wizard

Packages that use Wizard
oracle.ide.wizard Contains classes that can be used to integrate gallery items and wizards into the product. 
oracle.jdeveloper.builder   
oracle.jdeveloper.builder.annotation   
oracle.jdeveloper.builder.enumtype   
oracle.jdeveloper.offlinedb.wizard Wizard and dialogs that can used when working with the offline database. 
oracle.jdeveloper.wizard.common Contains classes used by wizards. 

 

Uses of Wizard in oracle.ide.wizard

 

Methods in oracle.ide.wizard that return Wizard
 Wizard WizardManager.getWizard(java.lang.Class clazz)
          Gets the Wizard matching the given class from the list of registered wizards.
 Wizard WizardManager.getWizard(java.lang.ClassLoader loader, java.lang.String className)
          Gets the Wizard instance for the given class name.
 Wizard WizardManager.getWizard(java.lang.String className)
          Deprecated. Use WizardManager.getWizard(ClassLoader,String). Since 11.1.1.0.

 

Methods in oracle.ide.wizard with parameters of type Wizard
 void WizardManager.registerWizard(Wizard wizard)
          Registers a wizard with the Wizard Manager.

 

Uses of Wizard in oracle.jdeveloper.builder

 

Subclasses of Wizard in oracle.jdeveloper.builder
 class oracle.jdeveloper.builder.AbstractBuilder
           

 

Uses of Wizard in oracle.jdeveloper.builder.annotation

 

Subclasses of Wizard in oracle.jdeveloper.builder.annotation
 class AnnotationBuilder
           

 

Uses of Wizard in oracle.jdeveloper.builder.enumtype

 

Subclasses of Wizard in oracle.jdeveloper.builder.enumtype
 class EnumBuilder
           

 

Uses of Wizard in oracle.jdeveloper.offlinedb.wizard

 

Subclasses of Wizard in oracle.jdeveloper.offlinedb.wizard
 class ProviderWizard
          Wizard for creating an Offline Database (OfflineDBObjectProvider).
 class SchemaChooserWizard
          Simple dialog for choosing an existing offline schema from a given context.
 class SchemaWizard
          Wizard for creating an empty offline schema definition.

 

Uses of Wizard in oracle.jdeveloper.wizard.common

 

Subclasses of Wizard in oracle.jdeveloper.wizard.common
 class BaliWizard
          The AbstractOnePageWizard is an abstract base class using the Bali JEWTDialog.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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