|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| 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.print | Contains classes that allow addins some level of control on the IDE print 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.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.generic | |
| oracle.jdevimpl.audit.core | |
| oracle.jdevimpl.compare | |
| 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(IdeMainWindow mainWindow)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.print |
|---|
| Classes in oracle.ide.print that implement Addin | |
|---|---|
class |
PrintManager |
| 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.library |
|---|
| Classes in oracle.jdeveloper.library that implement Addin | |
|---|---|
class |
JLibraryAddinAddin providing library support. |
| Uses of Addin in oracle.jdeveloper.merge |
|---|
| Classes in oracle.jdeveloper.merge that implement Addin | |
|---|---|
class |
AbstractMergeAddinDeprecated. replaced by DynamicMergeAddin |
class |
BaseMergeAddin |
class |
DynamicMergeAddin |
| Uses of Addin in oracle.jdeveloper.model |
|---|
| Classes in oracle.jdeveloper.model that implement Addin | |
|---|---|
class |
J2eeEditionAddin |
class |
JProjectTechnologyNotifierClass to observe all projects for technology scope changes and fire technology events to the registered technology listeners. |
class |
NavigatorExtension |
| Uses of Addin in oracle.jdeveloper.vcs.generic |
|---|
| Classes in oracle.jdeveloper.vcs.generic that implement Addin | |
|---|---|
class |
VCSAddin |
| 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.compare |
|---|
| Classes in oracle.jdevimpl.compare that implement Addin | |
|---|---|
class |
oracle.jdevimpl.compare.BaseCompareAddin |
| 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 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||