Skip navigation links

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

E13403-06


oracle.jdeveloper.debugger
Class DebuggerConstants

java.lang.Object
  extended by oracle.jdeveloper.debugger.DebuggerConstants


public class DebuggerConstants
extends java.lang.Object

This class manages publicly available JDeveloper debugger constants

Since:
11.1.1.2.0

Field Summary
static int DISABLEBREAKPOINT_CMD_ID
          The command ID of the action that disables breakpoints.
static java.lang.String DISABLED_BREAKPOINT_STYLE
          Use this constant to find the HighlightStyle the JDeveloper debugger uses for lines with a disabled breakpoint.
static int EDITBREAKPOINT_CMD_ID
          The command ID of the action that edits breakpoints.
static int ENABLEBREAKPOINT_CMD_ID
          The command ID of the action that enables breakpoints.
static java.lang.String ENABLED_BREAKPOINT_STYLE
          Use this constant to find the HighlightStyle the JDeveloper debugger uses for lines with an enabled breakpoint.
static java.lang.String EXECUTION_POINT_STYLE
          Use this constant to find the HighlightStyle the JDeveloper debugger uses for the line where the execution point is located.
static int TOGGLEBREAKPOINT_CMD_ID
          The command ID of the action that toggles breakpoints.

 

Constructor Summary
DebuggerConstants()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

DISABLED_BREAKPOINT_STYLE

public static final java.lang.String DISABLED_BREAKPOINT_STYLE
Use this constant to find the HighlightStyle the JDeveloper debugger uses for lines with a disabled breakpoint.
See Also:
oracle.javatools.editor.highlight.HighlightRegistry.lookupStyle( String styleName ), Constant Field Values

ENABLED_BREAKPOINT_STYLE

public static final java.lang.String ENABLED_BREAKPOINT_STYLE
Use this constant to find the HighlightStyle the JDeveloper debugger uses for lines with an enabled breakpoint.
See Also:
oracle.javatools.editor.highlight.HighlightRegistry.lookupStyle( String styleName ), Constant Field Values

EXECUTION_POINT_STYLE

public static final java.lang.String EXECUTION_POINT_STYLE
Use this constant to find the HighlightStyle the JDeveloper debugger uses for the line where the execution point is located.
See Also:
oracle.javatools.editor.highlight.HighlightRegistry.lookupStyle( String styleName ), Constant Field Values

TOGGLEBREAKPOINT_CMD_ID

public static final int TOGGLEBREAKPOINT_CMD_ID
The command ID of the action that toggles breakpoints.

ENABLEBREAKPOINT_CMD_ID

public static final int ENABLEBREAKPOINT_CMD_ID
The command ID of the action that enables breakpoints.

DISABLEBREAKPOINT_CMD_ID

public static final int DISABLEBREAKPOINT_CMD_ID
The command ID of the action that disables breakpoints.

EDITBREAKPOINT_CMD_ID

public static final int EDITBREAKPOINT_CMD_ID
The command ID of the action that edits breakpoints.

Constructor Detail

DebuggerConstants

public DebuggerConstants()

Skip navigation links

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

E13403-06


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