| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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.palette2 | Contains interfaces and classes that allow for palette integration. | 
| oracle.ide.print | Contains classes that allow addins some level of control on the IDE print system. | 
| oracle.ide.resourcebundle | Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. | 
| oracle.ide.vcs | Contains application-level interfaces to the version control sub-system. | 
| oracle.ide.view | |
| oracle.ideimpl.webupdate | |
| oracle.ideri.navigator | |
| oracle.jdeveloper.audit | The root package of the public Audit (and Metrics) API. | 
| 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.template | |
| oracle.jdeveloper.template.wizard | |
| oracle.jdeveloper.vcs.patch | |
| oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. | 
| oracle.jdeveloper.vcs.versionhistory | |
| oracle.jdevimpl.audit.core | |
| oracle.jdevimpl.bookmarks | |
| oracle.jdevimpl.esdk | |
| Uses of Addin in oracle.ide | 
|---|
| Classes in oracle.ide that implement Addin | |
|---|---|
 class | 
AddinManagerThe AddinManager class is responsible for loading addins to the IDE. | 
 class | 
IdeMainWindowThis class implements the main application window.  | 
| Methods in oracle.ide with type parameters of type Addin | ||
|---|---|---|
abstract
  | 
AddinManager.getAddin(java.lang.Class<T> clazz)Returns the Addin instance for the given class name. | 
|
| 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.String className)Returns the first addin whose 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 | 
CodeEditorAddinThe 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 | 
ToolbarManagerThe 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 | 
DockStationThe singleton for docking operations.  | 
| Uses of Addin in oracle.ide.editor | 
|---|
| Classes in oracle.ide.editor that implement Addin | |
|---|---|
 class | 
AbstractFlatEditorAddinDeprecated. Please use EditorAddin instead | 
 class | 
EditorAddinThis class is used to declare an Editor with the EditorManager. | 
 class | 
EditorManagerThe EditorManager serves as the registry for Editor that want to register themselves with specific Node types. | 
 class | 
FlatEditorAddinDeprecated. Please use EditorAddin instead | 
| Uses of Addin in oracle.ide.explorer | 
|---|
| Classes in oracle.ide.explorer that implement Addin | |
|---|---|
 class | 
ExplorerManagerThe 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.inspector | 
|---|
| Classes in oracle.ide.inspector that implement Addin | |
|---|---|
 class | 
InspectorManagerThe InspectorManager manages property inspector views.  | 
| Uses of Addin in oracle.ide.layout | 
|---|
| Classes in oracle.ide.layout that implement Addin | |
|---|---|
 class | 
LayoutsThis class manages layouts created by the user.  | 
| Uses of Addin in oracle.ide.navigator | 
|---|
| Classes in oracle.ide.navigator that implement Addin | |
|---|---|
 class | 
NavigatorManagerThe 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.palette2 | 
|---|
| Classes in oracle.ide.palette2 that implement Addin | |
|---|---|
 class | 
PaletteManagerThe PaletteManager class is the Component Palette Controller. | 
| Uses of Addin in oracle.ide.print | 
|---|
| Classes in oracle.ide.print that implement Addin | |
|---|---|
 class | 
PrintManager | 
| Uses of Addin in oracle.ide.resourcebundle | 
|---|
| Constructors in oracle.ide.resourcebundle with parameters of type Addin | |
|---|---|
TranslationAuditProvider(Addin addin) | 
|
| Uses of Addin in oracle.ide.vcs | 
|---|
| Classes in oracle.ide.vcs that implement Addin | |
|---|---|
 class | 
VCSManagerThe 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 | 
MultiManagerThe 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.ideimpl.webupdate | 
|---|
| Classes in oracle.ideimpl.webupdate that implement Addin | |
|---|---|
 class | 
WebUpdateAddinThe WebUpdateAddin provides support for checking for IDE updates (patches and extensions) over the web.  | 
| 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 | 
AbstractAuditAddinA convenience abstract base class for writing an IDE addin whose purpose is to extend Audit.  | 
| Methods in oracle.jdeveloper.audit that return Addin | |
|---|---|
 Addin | 
AuditProvider.getAddin()Gets the addin that registered this provider.  | 
| Constructors in oracle.jdeveloper.audit with parameters of type Addin | |
|---|---|
AuditProvider(Addin addin) | 
|
| Uses of Addin in oracle.jdeveloper.compiler | 
|---|
| Classes in oracle.jdeveloper.compiler that implement Addin | |
|---|---|
 class | 
CopyTranslator | 
 class | 
JCompilerThe 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 | 
AbstractMergeAddinAbstract 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.template | 
|---|
| Classes in oracle.jdeveloper.template that implement Addin | |
|---|---|
 class | 
TemplateManagerAddin | 
| Uses of Addin in oracle.jdeveloper.template.wizard | 
|---|
| Classes in oracle.jdeveloper.template.wizard that implement Addin | |
|---|---|
 class | 
TemplateWizardAddin | 
| Uses of Addin in oracle.jdeveloper.vcs.patch | 
|---|
| Classes in oracle.jdeveloper.vcs.patch that implement Addin | |
|---|---|
 class | 
PatchAddin | 
| Uses of Addin in oracle.jdeveloper.vcs.spi | 
|---|
| Classes in oracle.jdeveloper.vcs.spi that implement Addin | |
|---|---|
 class | 
VCSExtensionAbstract superclass for a version control system extension.  | 
| Uses of Addin in oracle.jdeveloper.vcs.versionhistory | 
|---|
| Classes in oracle.jdeveloper.vcs.versionhistory that implement Addin | |
|---|---|
 class | 
VersionHistoryAddin | 
| Uses of Addin in oracle.jdevimpl.audit.core | 
|---|
| Classes in oracle.jdevimpl.audit.core that implement Addin | |
|---|---|
 class | 
AuditAddinCore Audit addin.  | 
| Uses of Addin in oracle.jdevimpl.bookmarks | 
|---|
| Classes in oracle.jdevimpl.bookmarks that implement Addin | |
|---|---|
 class | 
BookmarkAddinThe BookmarkAddin is the Addin implementation and Controller implementation for the bookmark support. | 
| Uses of Addin in oracle.jdevimpl.esdk | 
|---|
| Classes in oracle.jdevimpl.esdk that implement Addin | |
|---|---|
 class | 
ESDKInstallerAddinThe addin for the esdk installer installs the File->Open Extension SDK Samples menu item.  | 
 class | 
KeyboardDockableAddin | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||