|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use oracle.ide | |
| 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.cmd | Contains classes implementing several JDeveloper commands. |
| oracle.ide.compiler | Contains classes that allow addins some level of control on the IDE build system. |
| oracle.ide.controller | |
| oracle.ide.datatransfer | Contains classes that implement drag and drop data transfers of JDeveloper's drag sources. |
| oracle.ide.dialogs | Contains classes implementing standard dialogs used by JDeveloper. |
| 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.help | Contains interfaces and classes used by addins to provide context sensitive help on their own windows and dialogs. |
| 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.javaxide | Bridges the standard IDE API (JSR198) to JDeveloper's extension API. |
| 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.model | Contains interfaces and classes implementing JDeveloper's data model. |
| 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.runner | Contains classes that allow addins some level of control on the IDE runner system. |
| oracle.ide.util | Contains utility classes. |
| oracle.ide.vcs | Contains application-level interfaces to the version control sub-system. |
| oracle.ide.view | |
| oracle.ide.wizard | Contains classes that can be used to integrate gallery items and wizards into the product. |
| oracle.ideri.navigator | |
| oracle.jdeveloper.audit | The root package of the public Audit (and Metrics) API. |
| oracle.jdeveloper.audit.service | The API classes for invoking Audit programatically, and a few Audit common API classes. |
| oracle.jdeveloper.audit.transform | The base classes for defining transformations on the Audit object model. |
| 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.template | |
| oracle.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. |
| oracle.jdeveloper.compare | contains classes nbsp;that can be used to invoke and control the integrated compare (diff) viewer in JDeveloper and hook into the Compare With menu. |
| oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. |
| oracle.jdeveloper.controller | |
| oracle.jdeveloper.controls.classpick | This package contains the ClassPickerFactory class and supporting classes. |
| oracle.jdeveloper.dialogs | The Dialogs package contains commonly used dialogs. |
| oracle.jdeveloper.el | |
| oracle.jdeveloper.el.tree | |
| oracle.jdeveloper.externaltools | Contains interfaces and classes that allow the support for external tools in the JDeveloper IDE to be invoked, manipulated and extended by extensions. |
| oracle.jdeveloper.externaltools.macro | Contains APIs related to macros that can be expanded when invoking external tools. |
| oracle.jdeveloper.jsp.libraries | |
| oracle.jdeveloper.jsp.utils | |
| 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.palette | |
| oracle.jdeveloper.profiler | Contains interfaces and classes that allows minimal testing of the JDeveloper's Event Profiler. |
| oracle.jdeveloper.refactoring | Contains classes that allow to participate or to initiate refactoring operations. |
| oracle.jdeveloper.refactoring.criteria | Provides classes that describe refactoring operations. |
| oracle.jdeveloper.refactoring.model | This package contains the most of the classes you will need if you want to participate into a refactoring operation. |
| oracle.jdeveloper.refactoring.util | This package contains some utility classes related to the refactoring. |
| oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
| oracle.jdeveloper.style | Contains classes for obtaining Coding Style settings. |
| oracle.jdeveloper.uieditor | Contains classes that allow addins access to the UIEditor integration objects. |
| oracle.jdeveloper.uieditor.uicanvas | Contains classes that allow addins access to the UICanvas integration objects. |
| oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. |
| oracle.jdeveloper.vcs.util | Contains assorted stateless utilities for version control system integraton. |
| oracle.jdeveloper.webapp.designer | |
| oracle.jdeveloper.webapp.struts | |
| oracle.jdeveloper.webapp.utils | |
| Classes in oracle.ide used by oracle.ide | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| AddinManager
The AddinManager class is responsible for loading
addins to the IDE. |
|
| ComponentVersionManager
Adds the component name and version number to the list of registered component/version sets. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| ExtensionRegistry
The extension registry provides access to information about extensions loaded from JSR-198 extension manifests during initialization of the IDE. |
|
| IdeActivationEvent
Event object representing activation or deactivation of the IDE. |
|
| IdeActivationListener
A listener for IDE activation and deactivation events. |
|
| IdeArgs
This class represents the command-line arguments used to launch the IDE. |
|
| IdeCore
Core IDE functionality. |
|
| IdeEvent
An event representing a step in the IDE startup and shutdown |
|
| IdeHook
An IdeHook is the handler for a hook in the Oracle IDE specific part of the extension manifest. |
|
| IdeListener
Listener interface for IDE events. |
|
| IdeMainWindow
This class implements the main application window. |
|
| IdeMainWindow.ControllerContext
Internal only. |
|
| IdeUIManager
Defines the API for handling look-and-feel specific actions in the IDE. |
|
| IdeUIManager.ThemeInfo
Provides information about a look-and-feel color theme, for the sake of initializing or configuring an application that supports themes. |
|
| Classes in oracle.ide used by oracle.ide.ceditor | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.cmd | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.compiler | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.controller | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.datatransfer | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.dialogs | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.docking | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| IdeMainWindow
This class implements the main application window. |
|
| Classes in oracle.ide used by oracle.ide.editor | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.explorer | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.gallery | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| IdeHook
An IdeHook is the handler for a hook in the Oracle IDE specific part of the extension manifest. |
|
| Classes in oracle.ide used by oracle.ide.help | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.history | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.inspector | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.javaxide | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.layout | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Classes in oracle.ide used by oracle.ide.log | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.model | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.navigator | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.palette | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.print | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.runner | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.util | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ide.vcs | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Classes in oracle.ide used by oracle.ide.view | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| IdeMainWindow
This class implements the main application window. |
|
| Classes in oracle.ide used by oracle.ide.wizard | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.ideri.navigator | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Classes in oracle.ide used by oracle.jdeveloper.audit | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Classes in oracle.ide used by oracle.jdeveloper.audit.service | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.audit.transform | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.builder | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.builder.cls | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.builder.file | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.ceditor.template | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.cmt | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.compare | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.compiler | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.controller | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.controls.classpick | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.dialogs | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.el | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.el.tree | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.externaltools | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.externaltools.macro | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.jsp.libraries | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| IdeEvent
An event representing a step in the IDE startup and shutdown |
|
| IdeListener
Listener interface for IDE events. |
|
| Classes in oracle.ide used by oracle.jdeveloper.jsp.utils | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.library | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Classes in oracle.ide used by oracle.jdeveloper.merge | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.model | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.palette | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.profiler | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.refactoring | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.refactoring.criteria | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.refactoring.model | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.refactoring.util | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.runner | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.style | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.uieditor | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.uieditor.uicanvas | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.vcs.spi | |
| Addin
The Addin interface provides a mechanism for extensions
to carry out programmatic initialization during the startup sequence
of the IDE. |
|
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.vcs.util | |
| Context
The Context interface provides information about the current IDE state. |
|
| IdeActivationListener
A listener for IDE activation and deactivation events. |
|
| Classes in oracle.ide used by oracle.jdeveloper.webapp.designer | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.webapp.struts | |
| Context
The Context interface provides information about the current IDE state. |
|
| Classes in oracle.ide used by oracle.jdeveloper.webapp.utils | |
| Context
The Context interface provides information about the current IDE state. |
|
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.