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

E13403-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 This package contains the base implementations for the set of classes used for creating new objects. 
oracle.jdeveloper.builder.annotation   
oracle.jdeveloper.builder.cls The cls package provides classes and interfaces for generating Java classes. 
oracle.jdeveloper.builder.enumtype   
oracle.jdeveloper.builder.file The file package includes the classes and interfaces for generating file objects. 
oracle.jdeveloper.builder.folder   
oracle.jdeveloper.builder.javapckg   
oracle.jdeveloper.deploy.dt   
oracle.jdeveloper.offlinedb.wizard Wizard and dialogs that can used when working with the offline database. 
oracle.jdeveloper.template.wizard   
oracle.jdeveloper.vcs.share   
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, otherwise the first Wizard of a class which is assignable from the given class is returned.
 Wizard WizardManager.getWizard(java.lang.ClassLoader loader, java.lang.String className)
          Gets the Wizard matching the given class, otherwise the first Wizard of a class which is assignable from the given class.
 Wizard WizardManager.getWizard(java.lang.String className)
          Deprecated. use WizardManager.getWizard(ClassLoader,String) or WizardManager.getWizard(Class). Since 11.1.1.0.
 

Methods in oracle.ide.wizard with parameters of type Wizard
 void WizardManager.invokeSecondaryWizard(Wizard wizard, Context context, java.lang.String[] params, java.lang.String[] technologyKeys)
          This method should be used to launch a wizard from another wizard.
 boolean WizardManager.invokeWizard(Wizard wizard, Context context, java.lang.String[] params, java.lang.String[] technologyKeys)
          Invokes a wizard with the specified execution context and parameters.
 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 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.cls
 

Subclasses of Wizard in oracle.jdeveloper.builder.cls
 class ClassBuilder
           
 

Uses of Wizard in oracle.jdeveloper.builder.enumtype
 

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

Uses of Wizard in oracle.jdeveloper.builder.file
 

Subclasses of Wizard in oracle.jdeveloper.builder.file
 class EmptyFileBuilder
           
 class FileBuilder
           
 

Uses of Wizard in oracle.jdeveloper.builder.folder
 

Subclasses of Wizard in oracle.jdeveloper.builder.folder
 class FolderBuilder
           
 

Uses of Wizard in oracle.jdeveloper.builder.javapckg
 

Subclasses of Wizard in oracle.jdeveloper.builder.javapckg
 class PackageBuilder
           
 

Uses of Wizard in oracle.jdeveloper.deploy.dt
 

Methods in oracle.jdeveloper.deploy.dt with parameters of type Wizard
static void Deployment.registerProfileDesignTime(java.lang.Class<? extends Profile> profileClass, DeployProfileDt dpdt, Wizard wiz)
          Registers a Profile, along with a Design Time, and a Wizard to be used for creating new Profiles of that type.
 

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.template.wizard
 

Subclasses of Wizard in oracle.jdeveloper.template.wizard
 class GalleryItemAdapter
           
 

Uses of Wizard in oracle.jdeveloper.vcs.share
 

Subclasses of Wizard in oracle.jdeveloper.vcs.share
 class ShareWizard
           
 

Methods in oracle.jdeveloper.vcs.share with parameters of type Wizard
static void ShareWizard.registerShareWizard(Wizard wizard)
           
 

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.
 


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

E13403-04

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