|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Invokable | |
oracle.ide | Contains classes that allow addins access to the IDE integration objects. |
oracle.ide.addin | Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. |
oracle.ide.gallery | Contains classes implementing JDeveloper's new object gallery. |
oracle.ide.palette | Contains classes that allow for palette integration and commands. |
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.palette | |
oracle.jdeveloper.wizard.common | Contains classes used by wizards. |
Uses of Invokable in oracle.ide |
Methods in oracle.ide with parameters of type Invokable | |
boolean |
WizardManager.invokeWizard(Invokable invokable, Context context, java.lang.String[] params) Invokes a wizard with the specified execution context and parameters. |
boolean |
WizardManager.invokeWizard(Invokable invokable, Context context, java.lang.String[] params, java.lang.String[] technologyKeys) Invokes a wizard with the specified execution context and parameters. |
void |
WizardManager.invokeSecondaryWizard(Invokable invokable, Context context, java.lang.String[] params) This method should be used to launch a wizard from another wizard. |
void |
WizardManager.invokeSecondaryWizard(Invokable invokable, Context context, java.lang.String[] params, java.lang.String[] technologyKeys) This method should be used to launch a wizard from another wizard. |
Uses of Invokable in oracle.ide.addin |
Subinterfaces of Invokable in oracle.ide.addin | |
interface |
Wizard The Wizard interface is used to identify a Java class as a Wizard in the context of the Oracle IDE. |
Uses of Invokable in oracle.ide.gallery |
Subinterfaces of Invokable in oracle.ide.gallery | |
interface |
GalleryWizard |
Classes in oracle.ide.gallery that implement Invokable | |
class |
AbstractGalleryWizard |
Uses of Invokable in oracle.ide.palette |
Subinterfaces of Invokable in oracle.ide.palette | |
interface |
PaletteEditor The PaletteEditor interface should be implemented by clients that are interested in adding their own invokable dialogs to the Component Palette. |
interface |
PaletteInvokable |
Methods in oracle.ide.palette with parameters of type Invokable | |
abstract void |
PaletteManager.registerPaletteWizard(java.lang.String type, Invokable wizard) Register Invokable wizard. |
Uses of Invokable in oracle.jdeveloper.builder |
Classes in oracle.jdeveloper.builder that implement Invokable | |
class |
AbstractBuilder |
Uses of Invokable in oracle.jdeveloper.builder.cls |
Classes in oracle.jdeveloper.builder.cls that implement Invokable | |
class |
ClassBuilder |
Uses of Invokable in oracle.jdeveloper.builder.file |
Classes in oracle.jdeveloper.builder.file that implement Invokable | |
class |
EmptyFileBuilder |
class |
FileBuilder |
Uses of Invokable in oracle.jdeveloper.cm.dt.addin |
Classes in oracle.jdeveloper.cm.dt.addin that implement Invokable | |
class |
AbstractConnectionEditorWizard AbstractConnectionEditorWizard provides a base Wizard implementation that can be used when creating new Editors for database connections. |
Uses of Invokable in oracle.jdeveloper.palette |
Classes in oracle.jdeveloper.palette that implement Invokable | |
class |
PaletteEditor The PaletteEditor interface should be implemented by clients that are interested in adding their own invokable dialogs to the Component Palette. |
Uses of Invokable in oracle.jdeveloper.wizard.common |
Classes in oracle.jdeveloper.wizard.common that implement Invokable | |
class |
oracle.jdeveloper.wizard.common.BaliWizard |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.