Extension SDK 10.1.2


Uses of Interface
oracle.ide.addin.Addin

Packages that use Addin
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.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.gallery Contains classes implementing JDeveloper's new object gallery. 
oracle.jdeveloper.audit The root package of the public Audit (and Metrics) API. 
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.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.jdeveloper.cm.dt.addin Contains base implementations of addin interfaces. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
oracle.jdeveloper.jsp.libraries   
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdeveloper.wizard.common Contains classes used by wizards. 

 

Uses of Addin in oracle.ide

 

Methods in oracle.ide that return Addin
 Addin AddinManager.getAddin(java.lang.Class clazz)
          Returns the Addin instance for the given class name.
 Addin AddinManager.getAddin(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 Addin
 void AddinManager.addAddin(Addin addin)
          Allow a addin which as already been initialized to be added to the AddinManager.

 

Uses of Addin in oracle.ide.addin

 

Subinterfaces of Addin in oracle.ide.addin
 interface Extension
          The Extension interface is one of the interfaces extension writers use to add functionality to the IDE.

 

Uses of Addin in oracle.ide.editor

 

Subinterfaces of Addin in oracle.ide.editor
 interface EditorAddin
           
 interface FlatEditorAddin
           

 

Classes in oracle.ide.editor that implement Addin
 class AbstractFlatEditorAddin
          The default implementation of FlatEditorAddin.

 

Uses of Addin in oracle.ide.gallery

 

Classes in oracle.ide.gallery that implement Addin
 class GalleryManager
          Interface to the gallery so that the AddinManager is not dependent on the gallery addin
 class ObjectGalleryAddin
          Addin which glues the Object Gallery into the JDeveloper IDE.

 

Uses of Addin in oracle.jdeveloper.audit

 

Classes in oracle.jdeveloper.audit that implement Addin
 class AbstractAuditAddin
          A convenience abstract base class for writing an IDE addin whose purpose is to extend Audit.

 

Uses of Addin in oracle.jdeveloper.builder

 

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

 

Uses of Addin in oracle.jdeveloper.builder.cls

 

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

 

Uses of Addin in oracle.jdeveloper.builder.file

 

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

 

Uses of Addin in oracle.jdeveloper.ceditor

 

Classes in oracle.jdeveloper.ceditor that implement Addin
 class CodeEditorAddin
          The CodeEditorAddin does the work of plugging in this code editor into the IDE Addin framework.

 

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

 

Classes in oracle.jdeveloper.cm.dt.addin that implement Addin
 class AbstractConnectionEditorAddin
          The AbstractConnectionEditorAddin can be used as a base class for new EditorAddin implementations that work with a DatabaseEditorNode.

 

Uses of Addin in oracle.jdeveloper.compiler

 

Classes in oracle.jdeveloper.compiler that implement Addin
 class CopyTranslator
           
 class JCompiler
          The JCompiler manages compiling.
 class Ojc
           

 

Uses of Addin in oracle.jdeveloper.jsp.libraries

 

Classes in oracle.jdeveloper.jsp.libraries that implement Addin
 class JspLibraryAddin
           

 

Uses of Addin in oracle.jdeveloper.library

 

Classes in oracle.jdeveloper.library that implement Addin
 class JLibraryManager
           

 

Uses of Addin in oracle.jdeveloper.model

 

Classes in oracle.jdeveloper.model that implement Addin
 class DocumentRecognizer
          The DocumentRecognizer class responsible for defining the context menu items for the creation of projects and workspaces.
 class JProjectStructureController
          The JProjectStructureController controller is responsible for handling the project structuring commands.
 class NavigatorExtension
           

 

Uses of Addin in oracle.jdeveloper.vcs.spi

 

Subinterfaces of Addin in oracle.jdeveloper.vcs.spi
 interface VCSExtension
          Interface to a version control system extension.

 

Classes in oracle.jdeveloper.vcs.spi that implement Addin
 class VCSAbstractExtension
          Abstract superclass for a version control system extension.

 

Uses of Addin in oracle.jdeveloper.wizard.common

 

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

 


Extension SDK


 

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