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

E13403-04

Uses of Class
oracle.ide.runner.DebuggerBreakpoint.BreakpointState

Packages that use DebuggerBreakpoint.BreakpointState
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
 

Uses of DebuggerBreakpoint.BreakpointState in oracle.ide.runner
 

Methods in oracle.ide.runner that return DebuggerBreakpoint.BreakpointState
 DebuggerBreakpoint.BreakpointState DebuggerExtenderCallback.getBreakpointState(DebuggerBreakpoint breakpoint)
          Called by the DebuggerExtender to get the current state of a previously added breakpoint in the context of the current debugging process
static DebuggerBreakpoint.BreakpointState DebuggerBreakpoint.BreakpointState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DebuggerBreakpoint.BreakpointState[] DebuggerBreakpoint.BreakpointState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.ide.runner with parameters of type DebuggerBreakpoint.BreakpointState
 void DebuggerExtender.breakpointChanged(DebuggerBreakpoint breakpoint, DebuggerBreakpoint.BreakpointState newState)
          Called by the Debugger when a previously added breakpoint has changed
 


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.