Extension SDK 10.1.2

Uses of Interface
oracle.ide.addin.Wizard

Packages that use Wizard
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.gallery Contains classes implementing JDeveloper's new object gallery. 
oracle.jdeveloper.builder This package contains the base implementations for the set of classes used for creating new objects. 
oracle.jdeveloper.builder.cls The cls package provides classes and interfaces for generating Java classes. 
oracle.jdeveloper.builder.file The file package includes the classes and interfaces for generating file objects. 
oracle.jdeveloper.cm.dt.addin Contains base implementations of addin interfaces. 
oracle.jdeveloper.wizard.common Contains classes used by wizards. 
 

Uses of Wizard in oracle.ide
 

Methods in oracle.ide 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.String className)
          Returns the first addin whos class is assignable from the given class name
 

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

Uses of Wizard in oracle.ide.gallery
 

Subinterfaces of Wizard in oracle.ide.gallery
 interface GalleryWizard
           
 

Classes in oracle.ide.gallery that implement Wizard
 class AbstractGalleryWizard
           
 

Methods in oracle.ide.gallery that return Wizard
 Wizard GalleryElement.getWizard()
           
 

Methods in oracle.ide.gallery with parameters of type Wizard
static boolean ObjectGallery.isWizardAvailable(Wizard w, Context context)
          Safe utility method to see if a wizard is available.
 

Constructors in oracle.ide.gallery with parameters of type Wizard
GalleryElement(Wizard wizard)
          Constructor.
GalleryElement(Wizard wizard, java.lang.String name)
          Constructor.
GalleryElement(Wizard wizard, java.lang.String name, java.lang.String[] wizardParams)
          Constructor.
GalleryElement(Wizard wizard, java.lang.String name, java.lang.String[] wizardParams, javax.swing.Icon icon)
          Constructor.
 

Uses of Wizard in oracle.jdeveloper.builder
 

Classes in oracle.jdeveloper.builder that implement Wizard
 class AbstractBuilder
           
 

Uses of Wizard in oracle.jdeveloper.builder.cls
 

Classes in oracle.jdeveloper.builder.cls that implement Wizard
 class ClassBuilder
           
 

Uses of Wizard in oracle.jdeveloper.builder.file
 

Classes in oracle.jdeveloper.builder.file that implement Wizard
 class EmptyFileBuilder
           
 class FileBuilder
           
 

Uses of Wizard in oracle.jdeveloper.cm.dt.addin
 

Classes in oracle.jdeveloper.cm.dt.addin that implement Wizard
 class AbstractConnectionEditorWizard
          AbstractConnectionEditorWizard provides a base Wizard implementation that can be used when creating new Editors for database connections.
 

Methods in oracle.jdeveloper.cm.dt.addin that return Wizard
protected  Wizard AbstractConnectionEditorAddin.getWizard()
          Retreives the Wizard instance that should be registered.
 

Uses of Wizard in oracle.jdeveloper.wizard.common
 

Classes in oracle.jdeveloper.wizard.common that implement Wizard
 class oracle.jdeveloper.wizard.common.BaliWizard
           
 


Extension SDK

 

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