Extension SDK 10.1.3.36.73

Uses of Interface
oracle.ide.Addin

Packages that use Addin
oracle.ide Contains classes that allow addins access to the IDE integration objects.  
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE.  
oracle.ide.controller   
oracle.ide.docking Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper.  
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor.  
oracle.ide.gallery Contains classes implementing JDeveloper's new object gallery.  
oracle.ide.history Contains API classes for the local history feature.  
oracle.ide.inspector Contains interfaces and classes that integrators may use to make their objects editable from the property inspector.  
oracle.ide.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors.  
oracle.ide.navigator Contains classes providing navigator support.  
oracle.ide.palette Contains classes that allow for palette integration and commands. 
oracle.ide.print Contains classes that allow addins some level of control on the IDE print system.  
oracle.ide.vcs Contains application-level interfaces to the version control sub-system. 
oracle.ide.view   
oracle.ideri.navigator   
oracle.jdeveloper.audit The root package of the public Audit (and Metrics) API.  
oracle.jdeveloper.ceditor.template   
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.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities.  
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. 
 

Uses of Addin in oracle.ide
 

Classes in oracle.ide that implement Addin
 class AddinManager
          The AddinManager class is responsible for loading addins to the IDE.
 class IdeMainWindow
          This class implements the main application window.
 class IdeUIManager
          Defines the API for handling look-and-feel specific actions in the IDE.
 

Methods in oracle.ide that return Addin
protected  Addin[] IdeCore.createCoreModules()
          Returns an array of core services to initialize.
abstract  Addin AddinManager.getAddin(java.lang.Class clazz)
          Returns the Addin instance for the given class name.
abstract  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
abstract  Extension AddinManager.getExtensionForAddin(Addin addin)
          Returns the Extension containing the specified Addin.
 

Uses of Addin in oracle.ide.ceditor
 

Classes in oracle.ide.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.ide.controller
 

Classes in oracle.ide.controller that implement Addin
 class ToolbarManager
          The ToolbarManager provides programmatic manipulation of toolbars defined in an extension's manifest file.
 

Uses of Addin in oracle.ide.docking
 

Classes in oracle.ide.docking that implement Addin
 class DockStation
          The singleton for docking operations.
 

Uses of Addin in oracle.ide.editor
 

Classes in oracle.ide.editor that implement Addin
 class AbstractFlatEditorAddin
          Deprecated. Please use EditorAddin instead
 class EditorAddin
          This class is used to declare an Editor with the EditorManager.
 class EditorManager
          The EditorManager serves as the registry for Editor that want to register themselves with specific Node types.
 class FlatEditorAddin
          Deprecated. Please use EditorAddin instead
 

Uses of Addin in oracle.ide.explorer
 

Classes in oracle.ide.explorer that implement Addin
 class ExplorerManager
          The ExplorerManager interface acts as a registry for Explorer types registered against a given Document type specific to a given View type.
 

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
 

Uses of Addin in oracle.ide.history
 

Classes in oracle.ide.history that implement Addin
 class HistoryManager
          The HistoryManager is responsible for keeping a record of local changes for the purpose of later state comparrison and restoration.
 

Uses of Addin in oracle.ide.inspector
 

Classes in oracle.ide.inspector that implement Addin
 class InspectorManager
          The InspectorManager manages property inspector views.
 

Uses of Addin in oracle.ide.layout
 

Classes in oracle.ide.layout that implement Addin
 class Layouts
          This class manages layouts created by the user.
 

Uses of Addin in oracle.ide.navigator
 

Classes in oracle.ide.navigator that implement Addin
 class NavigatorManager
          The NavigatorManager is responsible for managing the creation of the system navigator and transient navigators opened on selected nodes.
 class ProjectNavigatorManager
           
 

Uses of Addin in oracle.ide.palette
 

Classes in oracle.ide.palette that implement Addin
 class PaletteManager
          Palette manager.
 

Uses of Addin in oracle.ide.print
 

Classes in oracle.ide.print that implement Addin
 class PrintManager
           
 

Uses of Addin in oracle.ide.vcs
 

Classes in oracle.ide.vcs that implement Addin
 class VCSManager
          The VCSManager is responsible for managing version control system interactions in the IDE.
 

Uses of Addin in oracle.ide.view
 

Classes in oracle.ide.view that implement Addin
 class MultiManager
          The MultiManager class is a base class for other managers that can support support either a singleton view or multiple views based on a configurable setting.
 class PinnableManager
           
 

Uses of Addin in oracle.ideri.navigator
 

Classes in oracle.ideri.navigator that implement Addin
 class oracle.ideri.navigator.DefaultNavigatorManager
           
 

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

Classes in oracle.jdeveloper.ceditor.template that implement Addin
 class TemplateAddin
          This addin handles the code templates.
 

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.merge
 

Classes in oracle.jdeveloper.merge that implement Addin
 class AbstractMergeAddin
          Abstract class for a dynamically registered merge editor addin.
 

Uses of Addin in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement Addin
 class J2eeEditionAddin
           
 class NavigatorExtension
           
 

Uses of Addin in oracle.jdeveloper.vcs.spi
 

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


Extension SDK 10.1.3.36.73

 

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