org.eclipse.cdt.debug.internal.ui
Interface IInternalCDebugUIConstants


public interface IInternalCDebugUIConstants


Field Summary
static java.lang.String ACTION_BREAKPOINT_PROPERTIES
           
static java.lang.String ACTION_ENABLE_DISABLE_BREAKPOINT
           
static java.lang.String ACTION_TOGGLE_BREAKPOINT
           
static java.lang.String ANN_DISASM_INSTR_POINTER_CURRENT
           
static java.lang.String ANN_DISASM_INSTR_POINTER_SECONDARY
           
static org.eclipse.swt.graphics.RGB DEFAULT_DISASSEMBLY_SOURCE_LINE_RGB
           
static java.lang.String DETAIL_PANE_FONT
          The name of the font to use for detail panes.
static java.lang.String DISASM_INSTRUCTION_POINTER
           
static java.lang.String DISASM_INSTRUCTION_POINTER_CURRENT
           
static java.lang.String DISASM_INSTRUCTION_POINTER_SECONDARY
           
static java.lang.String DISASSEMBLY_FONT
          The name of the font to use for disassembly view.
static java.lang.String DISASSEMBLY_SOURCE_LINE_COLOR
          The color id to highlight the source lines in disassembly view.
static java.lang.String IMG_OBJS_DISASM_INSTRUCTION_POINTER
           
static java.lang.String IMG_OBJS_DISASM_INSTRUCTION_POINTER_TOP
           
static int INTERNAL_ERROR
          Status code indicating an unexpected internal error.
static java.lang.String PLUGIN_ID
          C/C++ Debug UI plug-in identifier (value "org.eclipse.cdt.debug.ui").
static java.lang.String PREFIX
           
 

Field Detail

PLUGIN_ID

static final java.lang.String PLUGIN_ID
C/C++ Debug UI plug-in identifier (value "org.eclipse.cdt.debug.ui").


PREFIX

static final java.lang.String PREFIX

DISASSEMBLY_FONT

static final java.lang.String DISASSEMBLY_FONT
The name of the font to use for disassembly view. This font is managed via the workbench font preference page.


DISASSEMBLY_SOURCE_LINE_COLOR

static final java.lang.String DISASSEMBLY_SOURCE_LINE_COLOR
The color id to highlight the source lines in disassembly view. This color is managed via the workbench font preference page.


DEFAULT_DISASSEMBLY_SOURCE_LINE_RGB

static final org.eclipse.swt.graphics.RGB DEFAULT_DISASSEMBLY_SOURCE_LINE_RGB

DISASM_INSTRUCTION_POINTER

static final java.lang.String DISASM_INSTRUCTION_POINTER

DISASM_INSTRUCTION_POINTER_CURRENT

static final java.lang.String DISASM_INSTRUCTION_POINTER_CURRENT

DISASM_INSTRUCTION_POINTER_SECONDARY

static final java.lang.String DISASM_INSTRUCTION_POINTER_SECONDARY

ANN_DISASM_INSTR_POINTER_CURRENT

static final java.lang.String ANN_DISASM_INSTR_POINTER_CURRENT

ANN_DISASM_INSTR_POINTER_SECONDARY

static final java.lang.String ANN_DISASM_INSTR_POINTER_SECONDARY

IMG_OBJS_DISASM_INSTRUCTION_POINTER_TOP

static final java.lang.String IMG_OBJS_DISASM_INSTRUCTION_POINTER_TOP
See Also:
Constant Field Values

IMG_OBJS_DISASM_INSTRUCTION_POINTER

static final java.lang.String IMG_OBJS_DISASM_INSTRUCTION_POINTER
See Also:
Constant Field Values

ACTION_TOGGLE_BREAKPOINT

static final java.lang.String ACTION_TOGGLE_BREAKPOINT

ACTION_ENABLE_DISABLE_BREAKPOINT

static final java.lang.String ACTION_ENABLE_DISABLE_BREAKPOINT

ACTION_BREAKPOINT_PROPERTIES

static final java.lang.String ACTION_BREAKPOINT_PROPERTIES

DETAIL_PANE_FONT

static final java.lang.String DETAIL_PANE_FONT
The name of the font to use for detail panes. This font is managed via the workbench font preference page.


INTERNAL_ERROR

static final int INTERNAL_ERROR
Status code indicating an unexpected internal error.

See Also:
Constant Field Values