| Package | Description | 
|---|---|
| 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.controller | |
| oracle.ide.controls | 
 Contains classes implementing the basic graphical controls, such as, toolbars,
toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
 | 
| oracle.ide.db | 
 Classes for representing database objects in the IDE. 
 | 
| oracle.ide.db.transfer | 
 Contains an API for transfering database object from one DBObjectProvider to
another. 
 | 
| oracle.ide.db.transfer.generate | 
 Contains classes that control the targets available for generating database
objects to in the IDE. 
 | 
| 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.keyboard | 
 Defining your default accelerators 
 | 
| 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.palette2 | 
 Contains interfaces and classes that allow for palette integration. 
 | 
| 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.ideimpl.db.transfer | |
| oracle.ideimpl.webupdate | |
| oracle.ideri.navigator | |
| oracle.ideri.util | |
| oracle.jdeveloper | 
 Contains the entry point for launching Oracle JDeveloper. 
 | 
| oracle.jdeveloper.asnav | |
| oracle.jdeveloper.asnav.util | |
| oracle.jdeveloper.asnav.weblogic.explorer | |
| oracle.jdeveloper.asnav.wizard | |
| oracle.jdeveloper.audit.transform | 
 The base classes for defining transformations on the Audit object
model. 
 | 
| oracle.jdeveloper.cmd | |
| oracle.jdeveloper.controller | |
| oracle.jdeveloper.db | 
 Classes for accessing database connections in JDeveloper (and other FCP
products). 
 | 
| oracle.jdeveloper.deploy.cmd | |
| oracle.jdeveloper.deploy.dt.asnav.controller | |
| oracle.jdeveloper.history | |
| oracle.jdeveloper.java | 
 Public API for the java model. 
 | 
| oracle.jdeveloper.merge | 
 Contains classes for merge editor abstractions, including an editor addin, commands, a
controller, and utilities. 
 | 
| oracle.jdeveloper.rescat2 | |
| oracle.jdeveloper.rescat2.dnd | |
| oracle.jdeveloper.rescat2.dockable | |
| oracle.jdeveloper.rescat2.model.nodes | |
| oracle.jdeveloper.rescat2.model.spi | |
| oracle.jdeveloper.runner | 
 Contains classes that allow addins some level of control on the JDeveloper runner system. 
 | 
| 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.annotations | |
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.changelist.cmd | |
| oracle.jdeveloper.vcs.changeset | |
| oracle.jdeveloper.vcs.changeset.cmd | |
| oracle.jdeveloper.vcs.commithistory | |
| oracle.jdeveloper.vcs.generic | |
| oracle.jdeveloper.vcs.historygraph | |
| oracle.jdeveloper.vcs.properties | |
| 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.vcs.versionhistory | |
| oracle.jdeveloper.vcs.versiontree | |
| oracle.jdeveloper.webapp.designer | |
| oracle.jdevimpl.audit.core | |
| oracle.jdevimpl.audit.log | |
| oracle.jdevimpl.compare | |
| oracle.jdevimpl.esdk | |
| oracle.jdevimpl.esdk.migration | |
| oracle.jdevimpl.history | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| DynamicMenuListener
 The DynamicMenuListener allows implementors to add their own menu
 items to the dynamic menu associated with this listener. 
 | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Menubar | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ActionFilter
 An ActionFilter can accept or reject action names. 
 | 
| AsynchronousController.TaskInfo
 Utility class for showing progress, canceling, waiting on task
 running out of EDT. 
 | 
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| CommandProcessor
 The  
CommandProcessor singleton class is responsible for
 managing the execution of the IDE commands and managing the undo stack. | 
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| ContextMenuListenerSupport | 
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
LabelUpdater
LabelUpdater is responsible for updating an action's label. | 
| MenuFilter
 A MenuFilter can accept or reject menu components. 
 | 
| MenuManager
 Manages the IDE's menus. 
 | 
| ToolbarManager
 The ToolbarManager provides programmatic manipulation of toolbars
 defined in an extension's manifest file. 
 | 
| Class and Description | 
|---|
| ActionFilter
 An ActionFilter can accept or reject action names. 
 | 
| PropertyResolver
 A property resolver is responsible for looking up a named property. 
 | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| Class and Description | 
|---|
| ActionFilter
 An ActionFilter can accept or reject action names. 
 | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| MenuFilter
 A MenuFilter can accept or reject menu components. 
 | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ControllerProvider | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| CommandProcessor
 The  
CommandProcessor singleton class is responsible for
 managing the execution of the IDE commands and managing the undo stack. | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| Class and Description | 
|---|
| PropertyResolver
 A property resolver is responsible for looking up a named property. 
 | 
| Class and Description | 
|---|
| MenuConstants
 This class defines the constants for adding commands to the
 main menubar and to context menus. 
 | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ControllerProvider | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
LabelUpdater
LabelUpdater is responsible for updating an action's label. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| Class and Description | 
|---|
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| DynamicMenuListener
 The DynamicMenuListener allows implementors to add their own menu
 items to the dynamic menu associated with this listener. 
 | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Command
 The  
Command interface defines the interface of all command
 objects. | 
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| ControllerProvider | 
| Class and Description | 
|---|
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ContextMenu
 Use ContextMenu to add menu items to context (right click) menus. 
 | 
| ContextMenuListener
 This is the callback interface that allows extensions to add
  menu items and submenus to the context menu. 
 | 
| Controller
 Each  
View has an associated Controller. | 
| IdeAction
 An  
IdeAction is used when adding a menu and/or toobar button. | 
| Class and Description | 
|---|
| ControllerProvider |