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

E13403-07

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

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

Uses of DebuggerBreakpoint.BreakpointKind in oracle.ide.runner
 

Methods in oracle.ide.runner that return DebuggerBreakpoint.BreakpointKind
 DebuggerBreakpoint.BreakpointKind DebuggerBreakpoint.getKind()
          Get the kind of this breakpoint.
static DebuggerBreakpoint.BreakpointKind DebuggerBreakpoint.BreakpointKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DebuggerBreakpoint.BreakpointKind[] DebuggerBreakpoint.BreakpointKind.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.BreakpointKind
 void DebuggerExtenderCallback.registerCustomBreakpointType(java.lang.String customBreakpointType, DebuggerBreakpoint.BreakpointKind breakpointKind)
          Deprecated. Use registerCustomBreakpointType(String, BreakpointKind, DebuggerBreakpoint) instead.
 void DebuggerExtenderCallback.registerCustomBreakpointType(java.lang.String customBreakpointType, DebuggerBreakpoint.BreakpointKind breakpointKind, DebuggerBreakpoint breakpointTemplate)
          Called by the DebuggerExtender to register a new custom breakpoint type.
 


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

E13403-07

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