Extension SDK 10.1.2

Uses of Interface
oracle.javatools.Module

Packages that use Module
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.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.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.log Contains the interfaces and classes that allow addins to provide their own log pages. 
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.window Contains the interface that allows addins to customize the Window menu. 
oracle.javatools Contains classes that form a common foundation for tool frameworks. 
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 Module in oracle.ide
 

Classes in oracle.ide that implement Module
 class IdeMainWindow
          This class implements the main application view.
 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
           
 

Methods in oracle.ide that return Module
protected  Module[] IdeCore.createCoreModules()
          Returns an array of core services to initialize.
 

Uses of Module in oracle.ide.addin
 

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

Uses of Module in oracle.ide.docking
 

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

Uses of Module in oracle.ide.editor
 

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

Classes in oracle.ide.editor that implement Module
 class AbstractFlatEditorAddin
          The default implementation of FlatEditorAddin.
 class EditorManager
          The EditorManager serves as the registry for Editors that want to register themselves with specific Node types.
 

Uses of Module in oracle.ide.explorer
 

Classes in oracle.ide.explorer that implement Module
 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 Module in oracle.ide.gallery
 

Classes in oracle.ide.gallery that implement Module
 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 Module in oracle.ide.inspector
 

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

Uses of Module in oracle.ide.layout
 

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

Uses of Module in oracle.ide.log
 

Classes in oracle.ide.log that implement Module
 class AbstractLogManager
          The AbstractLogManager class provides the basic support for managing and showing a log page's context menu.
 class LogManager
          The LogManager interface should be implemented to provide customized management of LogPages.
 

Uses of Module in oracle.ide.navigator
 

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

Uses of Module in oracle.ide.palette
 

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

Uses of Module in oracle.ide.print
 

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

Uses of Module in oracle.ide.window
 

Classes in oracle.ide.window that implement Module
 class WindowManager
          This class manages the organization of windows in the IDE.
 

Uses of Module in oracle.javatools
 

Classes in oracle.javatools that implement Module
 class MainWindow
          WARNING: This API is still in flux.
 

Uses of Module in oracle.jdeveloper.audit
 

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

Uses of Module in oracle.jdeveloper.builder
 

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

Uses of Module in oracle.jdeveloper.builder.cls
 

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

Uses of Module in oracle.jdeveloper.builder.file
 

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

Uses of Module in oracle.jdeveloper.ceditor
 

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

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

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

Uses of Module in oracle.jdeveloper.compiler
 

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

Uses of Module in oracle.jdeveloper.jsp.libraries
 

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

Uses of Module in oracle.jdeveloper.library
 

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

Uses of Module in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement Module
 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 Module in oracle.jdeveloper.vcs.spi
 

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

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

Uses of Module in oracle.jdeveloper.wizard.common
 

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


Extension SDK

 

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