Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Package
oracle.ide.runner

Packages that use oracle.ide.runner
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
oracle.jdeveloper.vcs.migrate Contains classes which ease the migration of legacy version control extensions. 
 

Classes in oracle.ide.runner used by oracle.ide.runner
AbstractStarterFactory
           
DebuggeeData
          DebuggeeData represents a data item from a debuggee as supplied by the debugger.
DebuggeeData.DataKind
          The kind of DebuggeeData
Debugger
          The Debugger class provides methods that interact with the debugger.
DebuggerAdapter
          An abstract adapter class for receiving debugger events.
DebuggerBreakpoint
          Definition of a Debugger Breakpoint, which provides a read-only view of a breakpoint.
DebuggerBreakpoint.BreakpointKind
          The various breakpoint kinds
DebuggerBreakpoint.BreakpointScope
          The various scopes where a breakpoint can be valid
DebuggerBreakpoint.BreakpointState
          The various breakpoint states
DebuggerBreakpointLogEntry
          Defines details about how the debugger should make log entries for a breakpoint.
DebuggerBreakpointPanel
          This interface allows a DebuggerExtender to supply a panel where the user can edit DebuggerExtender specific breakpoint details for custom breakpoints.
DebuggerEvaluator
          Evaluators are keyed to a particular debuggee stop (stack frame and thread) and the evaluator expires as soon as the debuggee resumes.
DebuggerEvent
          An event that indicates that a debugger has changed its state.
DebuggerEventSource.StackFrame
           
DebuggerExtender
          A DebuggerExtender can modify and enhance certain functionalities of a Debugger.
DebuggerExtenderCallback
          Interface returned by the debugger when a DebuggerExtender is added.
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
          The listener interface for receiving debugger events.
DebuggerStartCallback
          This API should not be used by extension developers.
DebuggerThread
          Represents a thread in the debugger when the debuggee is stopped.
DebuggerWindowProvider
          Extensions can add their own debugger windows.
DebuggerWindowProvider.DebuggerWindowPosition
          Defines the position of the window
DebuggerWindowProviderCallback
          Callback from the DebuggerWindowProvider to the debugger Returned when the DebuggerWindowProvider is added: DebuggerWindowProviderCallback addDebuggerWindowProvider( DebuggerWindowProvider provider );
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
           
RunProcessLifecycleListener
          The listener interface for receiving notification RunProcess lifecycle events.
RunProcessListener
          The RunProcessListener interface allows code to be notification when a SimpleProcess has finished.
SimpleProcess
          The SimpleProcess class contains methods to start a process and redirect the process's output to the log window.
SmartDataProvider
           
Starter
          A class that represents a way of starting a process.
StarterFactory
          An interface that provides a factory for starting a process.
ToolTipExpressionProvider
           
 

Classes in oracle.ide.runner used by oracle.jdeveloper.model
StarterFactory
          An interface that provides a factory for starting a process.
 

Classes in oracle.ide.runner used by oracle.jdeveloper.runner
RunProcess
          An abstract class that represents a process that can be run in some way.
Starter
          A class that represents a way of starting a process.
StarterFactory
          An interface that provides a factory for starting a process.
 

Classes in oracle.ide.runner used by oracle.jdeveloper.vcs.migrate
RunProcess
          An abstract class that represents a process that can be run in some way.
SimpleProcess
          The SimpleProcess class contains methods to start a process and redirect the process's output to the log window.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.