| Package | Description | 
|---|---|
| oracle.ide.ceditor | 
 The  
Code Editor package contains the code editing
implementation of the JDeveloper IDE. | 
| oracle.ide.controller | |
| oracle.ide.db | 
 Classes for representing database objects in the IDE. 
 | 
| oracle.ide.db.transfer.generate | 
 Contains classes that control the targets available for generating database
objects to in the IDE. 
 | 
| 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.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.view | |
| oracle.jdeveloper.asnav | |
| oracle.jdeveloper.asnav.util | |
| oracle.jdeveloper.asnav.wizard | |
| oracle.jdeveloper.history | |
| oracle.jdeveloper.rescat2.dockable | |
| oracle.jdeveloper.uieditor | 
 Contains classes that allow addins access to the UIEditor integration objects. 
 | 
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.changeset | |
| 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.jdevimpl.audit.log | |
| oracle.jdevimpl.esdk.migration | 
| Modifier and Type | Method and Description | 
|---|---|
ContextMenu | 
CodeEditorGutterView.getContextMenu()  | 
static ContextMenu | 
CodeEditorGutter.getGutterContextMenu()
Fetch the  
ContextMenu instance that will be used for
 the CodeEditorGutter. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CodeEditorController.menuWillHide(ContextMenu popup)  | 
void | 
CodeDestinationController.NavigationContextListener.menuWillHide(ContextMenu popup)
Called just before the context menu is popping down. 
 | 
void | 
CodeEditorController.menuWillShow(ContextMenu popup)
Called just before the context menu is popping up. 
 | 
void | 
CodeDestinationController.NavigationContextListener.menuWillShow(ContextMenu popup)  | 
void | 
CodeEditorGutter.showMarkDropdownMenu(ContextMenu contextMenu,
                    java.awt.event.MouseEvent event,
                    GutterMark mark,
                    int line)
Utility routine to show a context menu for a specific mark. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContextMenuListener.menuWillHide(ContextMenu contextMenu)
This method is called just before a showing context menu is
  dismissed. 
 | 
void | 
ContextMenuListener.menuWillShow(ContextMenu contextMenu)
Called just before the context menu is shown. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
DBObjectActions.addNewObjectMenuItem(ContextMenu contextMenu)
Adds the New Object context menu item to the given context menu if the
 Context is appropriate. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static javax.swing.JMenu | 
GenerateController.createGenerateMenu(ContextMenu cm,
                  java.lang.String name,
                  GenerateController controller)
Creates a submenu for the given ContextMenu for all the registered generate
 options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ContextMenu | 
EditorManager.getContextMenu()
Get the ContextMenu to be shared by all Editors. 
 | 
ContextMenu | 
Editor.getContextMenu()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ContextMenu | 
ExplorerManager.getContextMenu()
Get the ContextMenu to be shared by all explorer windows. 
 | 
ContextMenu | 
Explorer.getContextMenu()  | 
ContextMenu | 
AbstractTreeExplorer.getContextMenu()  | 
| Modifier and Type | Method and Description | 
|---|---|
ContextMenu | 
MessagePage.getContextMenu()
Gets the ContextMenu object, if any, managed by this instance. 
 | 
abstract ContextMenu | 
LogManager.getContextMenu()
Get the  
ContextMenu. | 
ContextMenu | 
DefaultLogPage.getContextMenu()
Gets the ContextMenu object, if any, managed by this instance. 
 | 
ContextMenu | 
AbstractLogManager.getContextMenu()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ContextMenu | 
NavigatorManager.getContextMenu()
Get the ContextMenu to be shared by all Editors. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
NavigatorConstants.removeNewMenuItem(ContextMenu menu)
Deprecated.  
Removes the "New..." menu item from the specified context menu, if it is
 present. 
 | 
protected void | 
ProjectNavigatorWindow.showPopupInBlankSpace(ContextMenu contextMenu,
                     java.awt.event.MouseEvent e)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ContextMenu | 
PaletteWindow.getContextMenu()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ContextMenu | 
Debugger.getContextMenu()
Returns the  
ContextMenu that the debugger uses in debugger
 windows. | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
Debugger.addRunAndDebugToContextMenu(ContextMenu popup,
                           Context context)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContextMenu | 
ViewProxy.getContextMenu()  | 
ContextMenu | 
ViewDecorator.getContextMenu()  | 
ContextMenu | 
View.getContextMenu()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AppServerNavigatorController.menuWillHide(ContextMenu popup)  | 
void | 
AppServerNavigatorController.menuWillShow(ContextMenu popup)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExceptionIntrospector.menuWillHide(ContextMenu contextMenu)  | 
void | 
ExceptionIntrospector.menuWillShow(ContextMenu contextMenu)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AppServerWizardLauncher.menuWillHide(ContextMenu contextMenu)  | 
void | 
AppServerWizardLauncher.menuWillShow(ContextMenu contextMenu)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContextMenu | 
HistoryManager.getContextMenu()
Get the context menu that is displayed in the history viewer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ContextMenu | 
AbstractBaseTreeView.getContextMenu()  | 
ContextMenu | 
AbstractBaseTreeDockable.getContextMenu()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractBaseTreeDockable.menuWillHide(ContextMenu contextMenu)  | 
void | 
AbstractBaseTreeDockable.menuWillShow(ContextMenu contextMenu)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractCanvas.menuWillHide(ContextMenu cMenu)
Respond to the UIEditor ContextMenu popping down. 
 | 
void | 
AbstractCanvas.menuWillShow(ContextMenu cMenu)
Respond to the UIEditor ContextMenu popping up. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ContextMenu | 
ChangeListWindow.getContextMenu()
Get the changelist's context menu. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ChangeListContextMenuListener.addCategoryMenuItems(ContextMenu popup)  | 
protected void | 
ChangeListContextMenuListener.addCodeReviewMenuItem(ContextMenu popup)  | 
protected void | 
ChangeListWindow.addContextMenuListeners(ContextMenu contextMenu)
Add listeners to the context menu. 
 | 
protected void | 
ChangeList.addContextMenuListeners(ContextMenu contextMenu)  | 
protected javax.swing.JMenu | 
ChangeListContextMenuListener.addMenuItemBaseCompare(ContextMenu popup)  | 
protected void | 
ChangeListContextMenuListener.addMenuItemCompare(ContextMenu popup)  | 
protected void | 
ChangeListContextMenuListener.addMenuItemCopyFileList(ContextMenu popup)  | 
protected void | 
ChangeListContextMenuListener.addMenuItemPreferences(ContextMenu popup)  | 
protected void | 
ChangeListContextMenuListener.addMenuItemRefresh(ContextMenu popup)  | 
protected void | 
ChangeListContextMenuListener.addMenuItemSelectInNavigator(ContextMenu popup)  | 
protected IdeAction | 
ChangeListContextMenuListener.getLocalAction(ContextMenu popup,
              int cmdId)  | 
void | 
ChangeListContextMenuListener.menuWillHide(ContextMenu popup)
This method is called just before a showing context menu is
  dismissed. 
 | 
void | 
ChangeListContextMenuListener.menuWillShow(ContextMenu popup)
Called just before the context menu is shown. 
 | 
protected void | 
ChangeListContextMenuListener.menuWillShowImpl(ContextMenu popup)  | 
protected void | 
ChangeListWindow.removeContextMenuListeners(ContextMenu contextMenu)
Removes listeners from the context menu. 
 | 
protected void | 
ChangeList.removeContextMenuListeners(ContextMenu contextMenu)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ChangeSetChangeList.ChangeSetContextMenuListener.addCategoryMenuItems(ContextMenu popup)  | 
protected void | 
ChangeSetChangeList.addContextMenuListeners(ContextMenu contextMenu)  | 
protected void | 
ChangeSetChangeList.removeContextMenuListeners(ContextMenu contextMenu)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContextMenu | 
VCSTreeDockableWindow.getContextMenu()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VCSContextMenuListener.menuWillHide(ContextMenu popup)  | 
void | 
VCSContextMenuListener.menuWillShow(ContextMenu popup)  | 
protected abstract void | 
VCSTreeDockableWindow.registerMenuItems(ContextMenu contextMenu)  | 
| Modifier and Type | Method and Description | 
|---|---|
static javax.swing.JMenuItem | 
VCSMenuUtils.addDynamicMenuItem(ContextMenu menu,
                  int cmdId,
                  float section)  | 
static javax.swing.JMenuItem | 
VCSMenuUtils.addMenuItem(ContextMenu menu,
           int cmdId,
           float section)  | 
static javax.swing.JMenuItem | 
VCSMenuUtils.addMenuItem(ContextMenu menu,
           ToggleAction action,
           float section)  | 
static void | 
VCSMenuUtils.registerContextMenuForCompare(ContextMenu contextMenu)  | 
static void | 
VCSMenuUtils.registerContextMenuForReplace(ContextMenu contextMenu)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContextMenu | 
AuditLogPage.getContextMenu()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AuditLogPanel.menuWillHide(ContextMenu menu)  | 
void | 
AuditLogPanel.menuWillShow(ContextMenu menu)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MigrationContextMenuListener.menuWillHide(ContextMenu contextMenu)  | 
void | 
MigrationContextMenuListener.menuWillShow(ContextMenu popup)  |