| Package | Description |
|---|---|
| oracle.ide.ceditor |
The
Code Editor package contains the code editing implementation of the JDeveloper IDE. |
| oracle.ide.controller | |
| oracle.ide.navigator |
Contains classes providing navigator support.
|
| oracle.ide.vcs |
Contains application-level interfaces to the version control sub-system.
|
| oracle.jdeveloper.asnav | |
| oracle.jdeveloper.asnav.util | |
| oracle.jdeveloper.asnav.wizard | |
| oracle.jdeveloper.rescat2.dockable | |
| 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.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 | Class and Description |
|---|---|
class |
CodeEditorController
The
CodeEditorController is the controller for the CodeEditor Addin. |
| Modifier and Type | Method and Description |
|---|---|
ContextMenuListener |
ContextMenuListenersHook.getListener(java.lang.String siteId)
Returns the declarative context menu listener for the specified site.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<Pair<java.lang.Class,ContextMenuListener>> |
ContextMenuListenerSupport.getContextMenuListeners() |
java.util.List<Pair<java.lang.Class,ContextMenuListener>> |
ContextMenu.getContextMenuListeners()
Returns a list of
ContextMenuListener registered with this ContextMenu. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextMenu.addContextMenuListener(ContextMenuListener l)
Adds a context menu listener.
|
abstract void |
ContextMenuListenerSupport.addContextMenuListener(ContextMenuListener l, java.lang.Class cls) |
void |
ContextMenu.addContextMenuListener(ContextMenuListener l, java.lang.Class cls)
Adds a
ContextMenuListener that is called when the type of the data represented by the current Context is assignable to a variable whose type is of the specified Class. |
abstract void |
ContextMenuListenerSupport.removeContextMenuListener(ContextMenuListener l) |
void |
ContextMenu.removeContextMenuListener(ContextMenuListener l)
Removes a context menu listener.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
NavigatorManager.addContextMenuListener(ContextMenuListener l, java.lang.Class cls)
Adds a context menu listener to all
NavigatorWindows. |
void |
NavigatorManager.addContextMenuListener(ContextMenuListener menuListener, java.lang.Class cls, boolean shared)
Adds a context menu listener to all
NavigatorWindows or to specific NavigatorWindow instance according shared parameter. |
abstract void |
NavigatorManager.removeContextMenuListener(ContextMenuListener l)
Remove the specified
ContextMenuListener. |
| Modifier and Type | Method and Description |
|---|---|
abstract ContextMenuListener[] |
VCSManager.getContextMenuListeners()
Gets the list of context menu listeners currently registered against the the
VCSManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
AppServerNavigatorController |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionIntrospector |
| Modifier and Type | Class and Description |
|---|---|
class |
AppServerWizardLauncher |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBaseTreeDockable
A dockable with a BaseTreeExplorer.
|
class |
AbstractConnDockable |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCanvas
AbstractCanvas provides an implementation of UIEditorCanvas based upon Explorer which provides a default implementation for all UIEditorCanvas behavior.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UICanvas
UICanvas represents a design canvas to be hosted by the UIEditor when manipulating GUI objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeListContextMenuListener
Context menu listener class for a ChangeList.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeSetChangeList.ChangeSetContextMenuListener |
| Modifier and Type | Class and Description |
|---|---|
class |
VCSContextMenuListener
Utility listener class for handling context menu events.
|
| Modifier and Type | Method and Description |
|---|---|
static ContextMenuListener |
VCSDefaultUtils.createContextMenuListener(java.awt.Component child, URLFilter filter, java.lang.String vcsId)
Creates a context menu listener for adding the given menu child.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
VCSMenuUtils.installContextMenuListener(ContextMenuListener listener)
Install the specified context menu listener.
|
static void |
VCSMenuUtils.uninstallContextMenuListener(ContextMenuListener listener)
Uninstalls the specified context menu listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuditLogPanel
The UI component for the
Audit log page. |
| Modifier and Type | Class and Description |
|---|---|
class |
MigrationContextMenuListener
Context menu listener for migration tools.
|