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 Interface
oracle.ide.wizard.Invokable

Packages that use Invokable
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 Invokable in oracle.ide.wizard

 

Subinterfaces of Invokable in oracle.ide.wizard
 interface TriggerInvokable
          Extension writers should use this interface to handle the case where a declartive rule is not enough to determine whether invoke(oracle.ide.Context) can safely be called in a particular context.

 

Classes in oracle.ide.wizard that implement Invokable
 class Wizard
          The Wizard interface is used to identify a Java class as a Wizard in the context of the Oracle IDE.

 

Methods in oracle.ide.wizard that return Invokable
 Invokable WizardManager.getInvokable(java.lang.ClassLoader loader, java.lang.String className)
          Gets the Invokable with the given class name.

 

Methods in oracle.ide.wizard with parameters of type Invokable
 void WizardManager.invokeSecondaryWizard(Invokable invokable, Context context, java.lang.String[] params, java.lang.String[] technologyKeys)
          This method should be used to launch an Invokable from another wizard.
 void WizardManager.invokeSecondaryWizard(Invokable invokable, Context context, java.lang.String wizardId, java.lang.String[] params, java.lang.String[] technologyKeys)
          This method should be used to launch an Invokable from another wizard.
 boolean WizardManager.invokeWizard(Invokable invokable, Context context, java.lang.String[] params, java.lang.String[] technologyKeys)
          Loads an Invokable with the specified execution context and parameters.
 boolean WizardManager.invokeWizard(Invokable invokable, Context context, java.lang.String wizardId, java.lang.String[] params, java.lang.String[] technologyKeys)
          Invokes the Invokable with the specified execution context and parameters.

 

Uses of Invokable in oracle.jdeveloper.builder

 

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

 

Uses of Invokable in oracle.jdeveloper.builder.annotation

 

Classes in oracle.jdeveloper.builder.annotation that implement Invokable
 class AnnotationBuilder
           

 

Uses of Invokable in oracle.jdeveloper.builder.enumtype

 

Classes in oracle.jdeveloper.builder.enumtype that implement Invokable
 class EnumBuilder
           

 

Uses of Invokable in oracle.jdeveloper.offlinedb.wizard

 

Classes in oracle.jdeveloper.offlinedb.wizard that implement Invokable
 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 Invokable in oracle.jdeveloper.wizard.common

 

Classes in oracle.jdeveloper.wizard.common that implement Invokable
 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.