See: Description
| Interface | Description |
|---|---|
| DebuggeeData | Deprecated
Moved and renamed to @link oracle.ide.debugger.extender.evaluator.DebuggerExtenderData
|
| DebuggerBreakpoint | Deprecated
Moved and renamed to @link oracle.ide.debugger.extender.breakpoint.DebuggerExtenderBreakpoint
|
| DebuggerBreakpointDeclarator<B extends DebuggerBreakpoint> | Deprecated
Moved and renamed to oracle.ide.debugger.extender.breakpoint.DebuggerBreakpointDeclarator
|
| DebuggerBreakpointGutterToggleHandler | Deprecated
this interface has been relocated to oracle.ide.debugger.extender.breakpoint.DebuggerBreakpointGutterToggleHandler
|
| DebuggerBreakpointLogEntry | Deprecated
Moved and renamed to oracle.ide.debugger.extender.breakpoint.DebuggerExtenderBreakpointLogEntry
|
| DebuggerBreakpointPanel | Deprecated
Moved and renamed to @link oracle.ide.debugger.extender.breakpoint.DebuggerExtenderBreakpointPanel
|
| DebuggerEvaluator | Deprecated
Moved and renamed to oracle.ide.debugger.extender.evaluator.DebuggerExtenderEvaluator
|
| DebuggerExceptionBreakpoint | Deprecated
Moved and renamed to oracle.ide.debugger.extender.breakpoint.DebuggerExtenderExceptionBreakpoint
|
| DebuggerExtender | Deprecated
replaced by @link oracle.ide.debugger.extender.DebuggerExtender
|
| DebuggerExtender2 | Deprecated
replaced by @link oracle.ide.debugger.extender.DebuggerExtender
|
| DebuggerExtenderCallback | Deprecated
Moved to oracle.ide.debugger.extender.DebuggerExtenderCallback
|
| DebuggerExtenderDeclarator | Deprecated
Moved to oracle.ide.debugger.extender.DebuggerExtenderDeclarator
|
| DebuggerFileLineBreakpoint | Deprecated
Moved and renamed to oracle.ide.debugger.extender.breakpoint.DebuggerExtenderFileLineBreakpoint
|
| DebuggerInspectorExpressionProvider |
Defines an interface that the debugger will call to get a suitable
expression for the inspector based on where the cursor is in the editor
|
| DebuggerListener | Deprecated
Moved and renamed to @link oracle.ide.debugger.extender.event.DebuggerExtenderListener
|
| DebuggerLocation | Deprecated
Moved and renamed to @link oracle.ide.debugger.extender.DebuggerExtenderSourceLocation
|
| DebuggerMethodBreakpoint | Deprecated
Moved and renamed to oracle.ide.debugger.extender.breakpoint.DebuggerMethodBreakpoint
|
| DebuggerPropertiesBreakpoint | Deprecated
Moved and renamed to oracle.ide.debugger.extender.breakpoint.DebuggerExtenderPropertiesBreakpoint
|
| DebuggerStartCallback |
This API should not be used by extension developers.
|
| DebuggerThread | Deprecated
Moved and renamed to @link oracle.ide.debugger.extender.DebuggerExtenderThread
|
| DebuggerURLLineBreakpoint | Deprecated
Moved and renamed to oracle.ide.debugger.extender.breakpoint.DebuggerExtenderURLLineBreakpoint
|
| DebuggerWindowProvider |
Extensions can add their own debugger windows.
|
| DebuggerWindowProviderCallback |
Callback from the DebuggerWindowProvider to the debugger
Returned when the DebuggerWindowProvider is added:
DebuggerWindowProviderCallback
addDebuggerWindowProvider( DebuggerWindowProvider provider );
|
| DebuggerWindowProviderDeclarator |
Helper interface that can be used for declarative registration of
DebuggerWindowProviders.
|
| RunProcessLifecycleListener |
The listener interface for receiving notification RunProcess lifecycle
events.
|
| RunProcessListener |
The RunProcessListener interface allows code to be notification when
a
SimpleProcess has finished. |
| SmartDataProvider | |
| StarterFactory |
An interface that provides a factory for starting a process.
|
| StarterFactoryDescription |
Provides a description of a StarterFactory that can be lazily loaded by
a StarterFactoryProvider.
|
| StarterFactoryProvider |
StarterFactoryProviders can lazily provide StarterFactories for the runner,
debugger and profiler.
|
| StepAndNotifyExtenderBreakpoint | Deprecated
Moved and renamed to oracle.ide.debugger.extender.breakpoint.DebuggerExtenderStepAndNotifyBreakpoint
|
| ToolTipExpressionProvider |
| Class | Description |
|---|---|
| AbstractStarterFactory | |
| Debugger |
The
Debugger class provides methods that interact with the
debugger. |
| DebuggerAdapter | Deprecated
moved and renamed to @link oracle.ide.debugger.extender.event.DebuggerExtenderAdapter
|
| DebuggerBreakpointNopGutterToggleHandler | Deprecated
replaced by oracle.ide.debugger.extender.breakpoint.DebuggerBreakpointGutterToggleAdapter
|
| DebuggerEvent | Deprecated
Moved and renamed to @link oracle.ide.debugger.extender.event.DebuggerExtenderEvent
|
| DebuggerEventSource | Deprecated
Moved to oracle.ide.debugger.event.DebuggerEventSource
|
| DebuggerEventSource.StackFrame | |
| DebuggerStartAdapter |
This API should not be used by extension developers.
|
| DebugStartAdapter |
This API should not be used by extension developers.
|
| Profiler |
The
Profiler class provides methods that interact with the
profiler. |
| RunLogPage |
The
RunLogPage class is the LogPage used for
a running process. |
| RunnableItem | |
| Runner |
The
Runner class provides methods that interact with the
runner. |
| RunnerOptions |
Runtime Service settings.
|
| RunProcess |
An abstract class that represents a process that can be run in
some way.
|
| RunProcessLifecycleEvent | |
| SimpleProcess |
The SimpleProcess class contains methods to start a process and
redirect the process's output to the log window.
|
| Starter |
A class that represents a way of starting a process.
|
| StarterCookieList |
| Enum | Description |
|---|---|
| DebuggerBreakpoint.BreakpointKind |
The various breakpoint kinds
|
| DebuggerBreakpoint.BreakpointScope |
The various scopes where a breakpoint can be valid
|
| DebuggerBreakpoint.BreakpointState |
The various breakpoint states
|
| DebuggerWindowProvider.DebuggerWindowPosition | Deprecated
Debugger Extenders should provide their own DockableFactories
and no longer use the core DockableFactory to create and
manage their windows
|
| Error | Description |
|---|---|
| DontStartNoMessageError |
| Annotation Type | Description |
|---|---|
| Beta |
This annotation is used to indicate that the annotated element should be considered
experimental, or Beta quality.
|
Related Documentation
See Extending JDeveloper Using the Addin API for additional details.