| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.jdeveloper.debugger.DebuggerConstants
oracle.jdeveloper.debugger.DebuggerConstants
public class DebuggerConstants
This class manages publicly available JDeveloper debugger constants
| Field Summary | |
|---|---|
| static int | DISABLEBREAKPOINT_CMD_IDThe command ID of the action that disables breakpoints. | 
| static java.lang.String | DISABLED_BREAKPOINT_STYLEUse this constant to find the HighlightStyle the JDeveloper debugger uses for lines with a disabled breakpoint. | 
| static int | EDITBREAKPOINT_CMD_IDThe command ID of the action that edits breakpoints. | 
| static int | ENABLEBREAKPOINT_CMD_IDThe command ID of the action that enables breakpoints. | 
| static java.lang.String | ENABLED_BREAKPOINT_STYLEUse this constant to find the HighlightStyle the JDeveloper debugger uses for lines with an enabled breakpoint. | 
| static java.lang.String | EXECUTION_POINT_STYLEUse this constant to find the HighlightStyle the JDeveloper debugger uses for the line where the execution point is located. | 
| static int | TOGGLEBREAKPOINT_CMD_IDThe 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 | 
|---|
public static final java.lang.String DISABLED_BREAKPOINT_STYLE
oracle.javatools.editor.highlight.HighlightRegistry.lookupStyle( String styleName ), Constant Field Valuespublic static final java.lang.String ENABLED_BREAKPOINT_STYLE
oracle.javatools.editor.highlight.HighlightRegistry.lookupStyle( String styleName ), Constant Field Valuespublic static final java.lang.String EXECUTION_POINT_STYLE
oracle.javatools.editor.highlight.HighlightRegistry.lookupStyle( String styleName ), Constant Field Valuespublic static final int TOGGLEBREAKPOINT_CMD_ID
public static final int ENABLEBREAKPOINT_CMD_ID
public static final int DISABLEBREAKPOINT_CMD_ID
public static final int EDITBREAKPOINT_CMD_ID
| Constructor Detail | 
|---|
public DebuggerConstants()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||