|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constant definitions for debug UI plug-in.
Popup menus in the debug UI support action contribution via the
org.eclipse.ui.popupMenus
extension. Actions may be
contributed to any group on the menu. To facilitate insertion of actions
inbetween existing groups, empty groups have been defined
in the menu. Each group prefixed by "empty" indicates an empty group.
Constants only; not intended to be implemented or extended.
Field Summary | |
---|---|
static String |
ATTR_APPEND_TO_FILE
Launch configuration attribute specifying whether process output will be appended to the file specified by the ATTR_CAPTURE_IN_FILE attribute instead of overwriting
the file. |
static String |
ATTR_CAPTURE_IN_CONSOLE
Launch configuration boolean attribute specifying whether output from the launched process will be captured and written to the console. |
static String |
ATTR_CAPTURE_IN_FILE
Launch configuration attribute specifying a file name that console output should be written to or null if none. |
static String |
ATTR_CONSOLE_ENCODING
Launch configuration attribute specifying the encoding that the console should use. |
static String |
ATTR_CONSOLE_PROCESS
ProcessConsole attribute - references the process that was launched. |
static String |
ATTR_CONTAINER
Launch configuration attribute - the container where the configuration file is stored. |
static String |
ATTR_DEBUG_FAVORITE
Deprecated. use ATTR_FAVORITE_GROUPS instead |
static String |
ATTR_FAVORITE_GROUPS
Launch configuration attribute - a list of launch group identifiers representing the favorite histories a launch configuration should appear in. |
static String |
ATTR_LAUNCH_IN_BACKGROUND
Launch configuration attribute - a boolean value indicating whether a configuration should be launched in the background. |
static String |
ATTR_PRIVATE
Launch configuration attribute - a boolean value that indicates if the launch configuration is 'private'. |
static String |
ATTR_RUN_FAVORITE
Deprecated. use ATTR_FAVORITE_GROUPS instead |
static String |
ATTR_TARGET_DEBUG_PERSPECTIVE
Deprecated. Since 3.0, this launch configuration attribute is no longer supported. Use DebugUITools.setLaunchPerspective(ILaunchConfigurationType type, String mode, String perspective) . |
static String |
ATTR_TARGET_RUN_PERSPECTIVE
Deprecated. Since 3.0, this launch configuration attribute is no longer supported. Use DebugUITools.setLaunchPerspective(ILaunchConfigurationType type, String mode, String perspective) . |
static String |
BREAKPOINT_GROUP
Identifier for a breakpoint group in a menu (value "breakpointGroup" ). |
static String |
BREAKPOINT_GROUP_GROUP
Identifier for a "breakpoint group" group in a menu (value "breakpointGroupGroup" ). |
static String |
DEBUG_ACTION_SET
Debug action set identifier (value "org.eclipse.debug.ui.debugActionSet" ). |
static String |
EDIT_GROUP
Identifier for an edit group in a menu (value "editGroup" ). |
static String |
EMPTY_BREAKPOINT_GROUP
Identifier for an empty group preceding a breakpoint group in a menu (value "emptyBreakpointGroup" ). |
static String |
EMPTY_EDIT_GROUP
Identifier for an empty group preceding an edit group in a menu (value "emptyEditGroup" ). |
static String |
EMPTY_EXPRESSION_GROUP
Identifier for an empty group preceding an expression group in a menu (value "emptyExpressionGroup" ). |
static String |
EMPTY_LAUNCH_GROUP
Identifier for an empty group preceding a launch group in a menu (value "emptyLaunchGroup" ). |
static String |
EMPTY_NAVIGATION_GROUP
Identifier for an empty group preceding a navigation group in a menu (value "emptyNavigationGroup" ). |
static String |
EMPTY_REGISTER_GROUP
Identifier for an empty group preceding a register group in a menu (value "emptyRegisterGroup" ). |
static String |
EMPTY_RENDER_GROUP
Identifier for an empty group preceding a render group in a menu (value "emptyRenderGroup" ). |
static String |
EMPTY_STEP_GROUP
Identifier for an empty group preceding a step group in a menu (value "emptyStepGroup" ). |
static String |
EMPTY_THREAD_GROUP
Identifier for an empty group preceding a thread group in a menu (value "emptyThreadGroup" ). |
static String |
EMPTY_VARIABLE_GROUP
Identifier for an empty group preceding a variable group in a menu (value "emptyVariableGroup" ). |
static String |
EXPRESSION_GROUP
Identifier for an expression group in a menu (value "expressionGroup" ). |
static String |
EXTENSION_POINT_BREAKPOINT_ORGANIZERS
Breakpoint organizers extension point identifier (value "breakpointOrganizers" |
static String |
EXTENSION_POINT_CONSOLE_COLOR_PROVIDERS
Console document color provider extension point identifier (value "consoleColorProviders" ). |
static String |
EXTENSION_POINT_CONSOLE_LINE_TRACKERS
Console line trackers extension point identifier (value "consoleLineTrackers" ). |
static String |
EXTENSION_POINT_DEBUG_ACTION_GROUPS
Deprecated. The Debug Action Groups extension point no longer exists. Product vendors should use Activities instead. |
static String |
EXTENSION_POINT_LAUNCH_CONFIGURATION_TAB_GROUPS
Launch configuration tab groups extension point identifier (value "launchConfigurationTabGroups" ). |
static String |
EXTENSION_POINT_LAUNCH_CONFIGURATION_TYPE_IMAGES
Extension point for launch configuration type images. |
static String |
EXTENSION_POINT_LAUNCH_GROUPS
Launch groups extension point identifier (value "launchGroups" ). |
static String |
EXTENSION_POINT_LAUNCH_SHORTCUTS
Launch shortcuts extension point identifier (value "launchShortcuts" ). |
static String |
EXTENSION_POINT_LAUNCH_VARIABLE_COMPONENTS
Launch variable components extension point identifier (value "launchVariableComponents" ). |
static String |
EXTENSION_POINT_MEMORY_RENDERIGNS
Memory renderings extension point identifier (value "memoryRenderings" |
static String |
EXTENSION_POINT_OBJECT_BROWSERS
Variables content providers extension point identifier (value "variablesContentProviders" ). |
static String |
EXTENSION_POINT_VARIABLE_VALUE_EDITORS
Variable value editors extension point identifier (value "variableValueEditors" |
static String |
ID_BREAKPOINT_VIEW
Breakpoint view identifier (value "org.eclipse.debug.ui.BreakpointView" ). |
static String |
ID_CONSOLE_VIEW
Deprecated. Use org.eclipse.ui.console.IConsoleConstants.ID_CONSOLE_VIEW |
static String |
ID_DEBUG_LAUNCH_GROUP
Identifier for the standard 'debug' launch group. |
static String |
ID_DEBUG_MODEL_PRESENTATION
Debug model presentation simple extension point identifier (value "debugModelPresentations" ). |
static String |
ID_DEBUG_PERSPECTIVE
Debug perspective identifier (value "org.eclipse.debug.ui.DebugPerspective" ). |
static String |
ID_DEBUG_VIEW
Debug view identifier (value "org.eclipse.debug.ui.DebugView" ). |
static String |
ID_EXPRESSION_VIEW
Expression view identifier (value "org.eclipse.debug.ui.ExpressionView" ). |
static String |
ID_PROCESS_CONSOLE_TYPE
Console type identifier (value "org.eclipse.debug.ui.ProcessConsoleType" ). |
static String |
ID_PROFILE_LAUNCH_GROUP
Identifier for the standard 'profile' launch group. |
static String |
ID_REGISTER_VIEW
Register view identifier (value "org.eclipse.debug.ui.RegisterView" ). |
static String |
ID_RUN_LAUNCH_GROUP
Identifier for the standard 'run' launch group. |
static String |
ID_STANDARD_ERROR_STREAM
Identifier for the standard error stream. |
static String |
ID_STANDARD_INPUT_STREAM
Identifier for the standard input stream. |
static String |
ID_STANDARD_OUTPUT_STREAM
Identifier for the standard out stream. |
static String |
ID_VARIABLE_VIEW
Variable view identifier (value "org.eclipse.debug.ui.VariableView" ). |
static String |
IMG_ACT_DEBUG
Debug action image identifier. |
static String |
IMG_ACT_RUN
Run action image identifier. |
static String |
IMG_ACT_SYNCED
"Link with View" action image identifier. |
static String |
IMG_DLCL_CONTENT_ASSIST
Content assist action image identifier (disabled). |
static String |
IMG_ELCL_CONTENT_ASSIST
Content assist action image identifier (enabled). |
static String |
IMG_LCL_CHANGE_VARIABLE_VALUE
Change variable value action image identifier. |
static String |
IMG_LCL_CLEAR
Deprecated. |
static String |
IMG_LCL_CONTENT_ASSIST
Content assist action image identifier. |
static String |
IMG_LCL_DETAIL_PANE
Toggle detail pane action image identifier. |
static String |
IMG_LCL_DETAIL_PANE_HIDE
Content assist action image identifier. |
static String |
IMG_LCL_DETAIL_PANE_RIGHT
Content assist action image identifier. |
static String |
IMG_LCL_DETAIL_PANE_UNDER
Content assist action image identifier. |
static String |
IMG_LCL_DISCONNECT
Disconnect action image identifier |
static String |
IMG_LCL_LOCK
Scroll lock action image identifier |
static String |
IMG_LCL_REMOVE_ALL
Remove all action image identifier |
static String |
IMG_LCL_TYPE_NAMES
Display variable type names action image identifier. |
static String |
IMG_OBJS_ACCESS_WATCHPOINT
Enabled access watchpoint image identifier. |
static String |
IMG_OBJS_ACCESS_WATCHPOINT_DISABLED
Disabled access watchpoint image identifier. |
static String |
IMG_OBJS_BREAKPOINT
Enabled breakpoint image identifier. |
static String |
IMG_OBJS_BREAKPOINT_DISABLED
Disabled breakpoint image identifier. |
static String |
IMG_OBJS_BREAKPOINT_GROUP
Breakpoint group image identifier. |
static String |
IMG_OBJS_BREAKPOINT_GROUP_DISABLED
Disabled breakpoint group image identifier. |
static String |
IMG_OBJS_DEBUG_TARGET
Running debug target image identifier. |
static String |
IMG_OBJS_DEBUG_TARGET_SUSPENDED
Suspended debug target image identifier. |
static String |
IMG_OBJS_DEBUG_TARGET_TERMINATED
Terminated debug target image identifier. |
static String |
IMG_OBJS_ENV_VAR
Environment variable image identifier. |
static String |
IMG_OBJS_ENVIRONMENT
Environment image identifier. |
static String |
IMG_OBJS_EXPRESSION
Expression image identifier. |
static String |
IMG_OBJS_LAUNCH_DEBUG
Debug mode launch image identifier. |
static String |
IMG_OBJS_LAUNCH_RUN
Run mode launch image identifier. |
static String |
IMG_OBJS_LAUNCH_RUN_TERMINATED
Terminated run mode launch image identifier. |
static String |
IMG_OBJS_MODIFICATION_WATCHPOINT
Enabled modification watchpoint image identifier. |
static String |
IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED
Disabled modification watchpoint image identifier. |
static String |
IMG_OBJS_OS_PROCESS
Running system process image identifier. |
static String |
IMG_OBJS_OS_PROCESS_TERMINATED
Terminated system process image identifier. |
static String |
IMG_OBJS_REGISTER
Generic register image identifier. |
static String |
IMG_OBJS_REGISTER_GROUP
Generic identifier of register group image. |
static String |
IMG_OBJS_STACKFRAME
Stack frame (suspended) image identifier. |
static String |
IMG_OBJS_STACKFRAME_RUNNING
Stack frame (running) image identifier. |
static String |
IMG_OBJS_THREAD_RUNNING
Running thread image identifier. |
static String |
IMG_OBJS_THREAD_SUSPENDED
Suspended thread image identifier. |
static String |
IMG_OBJS_THREAD_TERMINATED
Terminated thread image identifier. |
static String |
IMG_OBJS_VARIABLE
Generic variable image identifier. |
static String |
IMG_OBJS_WATCHPOINT
Enabled watchpoint image identifier (access & modification). |
static String |
IMG_OBJS_WATCHPOINT_DISABLED
Disabled watchpoint image identifier (access & modification). |
static String |
IMG_OVR_ERROR
Error overlay image identifier. |
static String |
IMG_OVR_SKIP_BREAKPOINT
Skip breakpoint image overlay identifier. |
static String |
IMG_PERSPECTIVE_DEBUG
Debug perspective image identifier |
static String |
IMG_SKIP_BREAKPOINTS
"Skip Breakpoints" action image identifier |
static String |
IMG_VIEW_BREAKPOINTS
Breakpoints view image identifier |
static String |
IMG_VIEW_CONSOLE
Console view image identifier |
static String |
IMG_VIEW_EXPRESSIONS
Expressions view image identifier |
static String |
IMG_VIEW_LAUNCHES
Launches view image identifier |
static String |
IMG_VIEW_VARIABLES
Variables view image identifier |
static String |
IMG_WIZBAN_DEBUG
Debug wizard banner image identifier. |
static String |
IMG_WIZBAN_RUN
Run wizard banner image identifier. |
static int |
INTERNAL_ERROR
Status code indicating an unexpected internal error. |
static String |
LAUNCH_ACTION_SET
Launch action set identifier (value "org.eclipse.debug.ui.launchActionSet" ). |
static String |
LAUNCH_GROUP
Identifier for a launch group in a menu (value "launchGroup" ). |
static String |
NAVIGATION_GROUP
Identifier for a navigation group in a menu (value "navigationGroup" ). |
static String |
OUTPUT_GROUP
Identifier for an output group in a menu (value "outputGroup" ). |
static String |
PERSPECTIVE_DEFAULT
Constant for referring to a default perspective. |
static String |
PERSPECTIVE_NONE
Constant for referring to no perspective. |
static String |
PLUGIN_ID
Debug UI plug-in identifier (value "org.eclipse.debug.ui" ). |
static String |
PREF_ACTIVATE_WORKBENCH
Boolean preference controlling whether the debugger will force activate the active shell/window of the Eclipse workbench when a breakpoint is hit. |
static String |
PREF_AUTO_REMOVE_OLD_LAUNCHES
Boolean preference controlling automatic removal of terminated launches when a new launch is registered. |
static String |
PREF_BUILD_BEFORE_LAUNCH
Boolean preference controlling whether a build is done before launching a program (if one is needed). |
static String |
PREF_DEFAULT_ASCII_CODE_PAGE
ASCII code page for rendering memory to ASCII strings. |
static String |
PREF_DEFAULT_EBCDIC_CODE_PAGE
EBCDIC code page for rendering memory to EBCDIC strings. |
static String |
PREF_MANAGE_VIEW_PERSPECTIVES
String preference controlling in which perspectives view management will occur. |
static String |
PREF_MAX_HISTORY_SIZE
Integer preference that specifies the length of the Run & Debug launch history lists. |
static String |
PREF_PADDED_STR
Padded string preference for renderings. |
static String |
PREF_REUSE_EDITOR
Boolean preference controlling whether the debugger re-uses non-dirty editors that it opens when displaying source. |
static String |
PREF_SHOW_DEBUG_PERSPECTIVE_DEFAULT
String preference that identifies the default 'switch to perspective id' when debugging a launch configuration. |
static String |
PREF_SHOW_DETAIL_PANE
Deprecated. no longer used |
static String |
PREF_SHOW_RUN_PERSPECTIVE_DEFAULT
String preference that identifies the default 'switch to perspective id' when running a launch configuration. |
static String |
PREF_SHOW_TYPE_NAMES
Deprecated. no longer used |
static String |
PREF_SKIP_BREAKPOINTS_DURING_RUN_TO_LINE
Boolean preference controlling whether breakpoints are automatically skipped during a Run To Line operation. |
static String |
PROPERTY_GROUP
Identifier for a property group in a menu (value "propertyGroup" ). |
static String |
REGISTER_GROUP
Identifier for a register group in a menu (value "registerGroup" ). |
static String |
RENDER_GROUP
Identifier for a render group in a menu or toolbar(value "renderGroup" ). |
static int |
STATUS_INVALID_EXTENSION_DEFINITION
Status indicating an invalid extension definition. |
static String |
STEP_GROUP
Identifier for a step group in a menu or toolbar (value "stepGroup" ). |
static String |
STEP_INTO_GROUP
Identifier for a step into group in a menu or toolbar (value "stepIntoGroup" ). |
static String |
STEP_OVER_GROUP
Identifier for a step over group in a menu or toolbar (value "stepOverGroup" ). |
static String |
STEP_RETURN_GROUP
Identifier for a step return group in a menu or toolbar (value "stepReturnGroup" ). |
static String |
THREAD_GROUP
Identifier for a thread group in a menu or toolbar(value "threadGroup" ). |
static String |
VARIABLE_GROUP
Identifier for a variable group in a menu (value "variableGroup" ). |
static String |
VARIABLE_VIEW_DETAIL_ID
Id for the popup menu associated with the detail (text viewer) part of the VariableView |
static String |
VARIABLE_VIEW_VARIABLE_ID
Id for the popup menu associated with the variables (tree viewer) part of the VariableView |
Field Detail |
public static final String PLUGIN_ID
"org.eclipse.debug.ui"
).
public static final String ID_DEBUG_PERSPECTIVE
"org.eclipse.debug.ui.DebugPerspective"
).
public static final String ID_PROCESS_CONSOLE_TYPE
"org.eclipse.debug.ui.ProcessConsoleType"
).
public static final String PERSPECTIVE_NONE
public static final String PERSPECTIVE_DEFAULT
public static final String PREF_SHOW_RUN_PERSPECTIVE_DEFAULT
public static final String PREF_SHOW_DEBUG_PERSPECTIVE_DEFAULT
public static final String PREF_BUILD_BEFORE_LAUNCH
public static final String PREF_AUTO_REMOVE_OLD_LAUNCHES
public static final String PREF_REUSE_EDITOR
true
the debugger
re-uses the same editor when showing source for a selected stack frame (unless
the editor is dirty).
public static final String PREF_MAX_HISTORY_SIZE
public static final String PREF_SHOW_TYPE_NAMES
true
the debugger
will display type names in new variable views.
public static final String PREF_SHOW_DETAIL_PANE
true
the debugger
will show the detail panes in new variable views.
public static final String PREF_ACTIVATE_WORKBENCH
public static final String PREF_SKIP_BREAKPOINTS_DURING_RUN_TO_LINE
public static final String PREF_MANAGE_VIEW_PERSPECTIVES
public static final String ID_DEBUG_VIEW
"org.eclipse.debug.ui.DebugView"
).
public static final String ID_BREAKPOINT_VIEW
"org.eclipse.debug.ui.BreakpointView"
).
public static final String ID_VARIABLE_VIEW
"org.eclipse.debug.ui.VariableView"
).
public static final String ID_EXPRESSION_VIEW
"org.eclipse.debug.ui.ExpressionView"
).
public static final String ID_REGISTER_VIEW
"org.eclipse.debug.ui.RegisterView"
).
public static final String ID_CONSOLE_VIEW
"org.eclipse.debug.ui.ConsoleView"
).
public static final String ID_STANDARD_OUTPUT_STREAM
IConsoleColorProvider.getColor(String)
public static final String ID_STANDARD_ERROR_STREAM
IConsoleColorProvider.getColor(String)
public static final String ID_STANDARD_INPUT_STREAM
IConsoleColorProvider.getColor(String)
public static final String IMG_ACT_DEBUG
public static final String IMG_ACT_RUN
public static final String IMG_ACT_SYNCED
public static final String IMG_SKIP_BREAKPOINTS
public static final String IMG_LCL_CLEAR
public static final String IMG_LCL_TYPE_NAMES
public static final String IMG_LCL_DETAIL_PANE
public static final String IMG_LCL_CHANGE_VARIABLE_VALUE
public static final String IMG_LCL_DISCONNECT
public static final String IMG_LCL_LOCK
public static final String IMG_LCL_REMOVE_ALL
public static final String IMG_LCL_CONTENT_ASSIST
public static final String IMG_ELCL_CONTENT_ASSIST
public static final String IMG_DLCL_CONTENT_ASSIST
public static final String IMG_LCL_DETAIL_PANE_UNDER
public static final String IMG_LCL_DETAIL_PANE_RIGHT
public static final String IMG_LCL_DETAIL_PANE_HIDE
public static final String IMG_OBJS_LAUNCH_DEBUG
public static final String IMG_OBJS_LAUNCH_RUN
public static final String IMG_OBJS_LAUNCH_RUN_TERMINATED
public static final String IMG_OBJS_DEBUG_TARGET
public static final String IMG_OBJS_DEBUG_TARGET_SUSPENDED
public static final String IMG_OBJS_DEBUG_TARGET_TERMINATED
public static final String IMG_OBJS_THREAD_RUNNING
public static final String IMG_OBJS_THREAD_SUSPENDED
public static final String IMG_OBJS_THREAD_TERMINATED
public static final String IMG_OBJS_STACKFRAME
public static final String IMG_OBJS_STACKFRAME_RUNNING
public static final String IMG_OBJS_BREAKPOINT
public static final String IMG_OBJS_BREAKPOINT_DISABLED
public static final String IMG_OBJS_BREAKPOINT_GROUP
public static final String IMG_OBJS_BREAKPOINT_GROUP_DISABLED
public static final String IMG_OBJS_WATCHPOINT
public static final String IMG_OBJS_WATCHPOINT_DISABLED
public static final String IMG_OBJS_ACCESS_WATCHPOINT
public static final String IMG_OBJS_ACCESS_WATCHPOINT_DISABLED
public static final String IMG_OBJS_MODIFICATION_WATCHPOINT
public static final String IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED
public static final String IMG_OBJS_OS_PROCESS
public static final String IMG_OBJS_OS_PROCESS_TERMINATED
public static final String IMG_OBJS_EXPRESSION
public static final String IMG_OBJS_VARIABLE
public static final String IMG_OBJS_REGISTER_GROUP
public static final String IMG_OBJS_REGISTER
public static final String IMG_OBJS_ENVIRONMENT
public static final String IMG_OBJS_ENV_VAR
public static final String IMG_VIEW_LAUNCHES
public static final String IMG_VIEW_BREAKPOINTS
public static final String IMG_VIEW_VARIABLES
public static final String IMG_VIEW_EXPRESSIONS
public static final String IMG_VIEW_CONSOLE
public static final String IMG_PERSPECTIVE_DEBUG
public static final String IMG_WIZBAN_DEBUG
public static final String IMG_WIZBAN_RUN
public static final String IMG_OVR_ERROR
public static final String IMG_OVR_SKIP_BREAKPOINT
public static final String DEBUG_ACTION_SET
"org.eclipse.debug.ui.debugActionSet"
).
public static final String LAUNCH_ACTION_SET
"org.eclipse.debug.ui.launchActionSet"
).
public static final String ID_DEBUG_LAUNCH_GROUP
public static final String ID_RUN_LAUNCH_GROUP
public static final String ID_PROFILE_LAUNCH_GROUP
public static final String EMPTY_EDIT_GROUP
"emptyEditGroup"
).
public static final String EDIT_GROUP
"editGroup"
).
public static final String EMPTY_STEP_GROUP
"emptyStepGroup"
).
public static final String STEP_GROUP
"stepGroup"
).
public static final String STEP_INTO_GROUP
"stepIntoGroup"
).
public static final String STEP_OVER_GROUP
"stepOverGroup"
).
public static final String STEP_RETURN_GROUP
"stepReturnGroup"
).
public static final String EMPTY_THREAD_GROUP
"emptyThreadGroup"
).
public static final String THREAD_GROUP
"threadGroup"
).
public static final String EMPTY_LAUNCH_GROUP
"emptyLaunchGroup"
).
public static final String LAUNCH_GROUP
"launchGroup"
).
public static final String OUTPUT_GROUP
"outputGroup"
).
public static final String EMPTY_VARIABLE_GROUP
"emptyVariableGroup"
).
public static final String VARIABLE_GROUP
"variableGroup"
).
public static final String EMPTY_NAVIGATION_GROUP
"emptyNavigationGroup"
).
public static final String NAVIGATION_GROUP
"navigationGroup"
).
public static final String EMPTY_BREAKPOINT_GROUP
"emptyBreakpointGroup"
).
public static final String BREAKPOINT_GROUP
"breakpointGroup"
).
public static final String BREAKPOINT_GROUP_GROUP
"breakpointGroupGroup"
).
public static final String EMPTY_EXPRESSION_GROUP
"emptyExpressionGroup"
).
public static final String EXPRESSION_GROUP
"expressionGroup"
).
public static final String EMPTY_RENDER_GROUP
"emptyRenderGroup"
).
public static final String RENDER_GROUP
"renderGroup"
).
public static final String PROPERTY_GROUP
"propertyGroup"
).
public static final String EMPTY_REGISTER_GROUP
"emptyRegisterGroup"
).
public static final String REGISTER_GROUP
"registerGroup"
).
public static final String VARIABLE_VIEW_VARIABLE_ID
public static final String VARIABLE_VIEW_DETAIL_ID
public static final int STATUS_INVALID_EXTENSION_DEFINITION
public static final int INTERNAL_ERROR
public static final String ATTR_TARGET_RUN_PERSPECTIVE
DebugUITools.setLaunchPerspective(ILaunchConfigurationType type, String mode, String perspective)
.
org.eclipse.debug.ui.target_run_perspective
).
Value is a string corresponding to a perspective identifier,
or null
indicating no perspective change.
public static final String ATTR_TARGET_DEBUG_PERSPECTIVE
DebugUITools.setLaunchPerspective(ILaunchConfigurationType type, String mode, String perspective)
.
org.eclipse.debug.ui.target_debug_perspective
).
Value is a string corresponding to a perspective identifier,
or null
indicating no perspective change.
public static final String ATTR_CONTAINER
public static final String ATTR_PRIVATE
public static final String ATTR_DEBUG_FAVORITE
ATTR_FAVORITE_GROUPS
instead
false
if absent.
public static final String ATTR_RUN_FAVORITE
ATTR_FAVORITE_GROUPS
instead
false
if absent.
public static final String ATTR_FAVORITE_GROUPS
null
, the configuration does not appear in any
favorite lists.
public static final String ATTR_LAUNCH_IN_BACKGROUND
true
.
public static final String ATTR_CONSOLE_PROCESS
public static final String ATTR_CONSOLE_ENCODING
WorkbenchEncoding
.
public static final String ATTR_CAPTURE_IN_CONSOLE
true
.
public static final String ATTR_CAPTURE_IN_FILE
null
if none. Default value is null
.
When specified, all output from the launched process will be written to the file.
The file name attribute may contain variables which will be resolved by the
IStringVariableManager
.
public static final String ATTR_APPEND_TO_FILE
ATTR_CAPTURE_IN_FILE
attribute instead of overwriting
the file. Default value is false
.
public static final String ID_DEBUG_MODEL_PRESENTATION
"debugModelPresentations"
).
public static final String EXTENSION_POINT_DEBUG_ACTION_GROUPS
"debugActionGroups"
).
public static final String EXTENSION_POINT_LAUNCH_CONFIGURATION_TAB_GROUPS
"launchConfigurationTabGroups"
).
public static final String EXTENSION_POINT_LAUNCH_SHORTCUTS
"launchShortcuts"
).
public static final String EXTENSION_POINT_LAUNCH_CONFIGURATION_TYPE_IMAGES
public static final String EXTENSION_POINT_CONSOLE_COLOR_PROVIDERS
"consoleColorProviders"
).
public static final String EXTENSION_POINT_LAUNCH_GROUPS
"launchGroups"
).
public static final String EXTENSION_POINT_CONSOLE_LINE_TRACKERS
"consoleLineTrackers"
).
public static final String EXTENSION_POINT_OBJECT_BROWSERS
"variablesContentProviders"
).
public static final String EXTENSION_POINT_LAUNCH_VARIABLE_COMPONENTS
"launchVariableComponents"
). The launch variable
components extension point specifies an IVariableComponent
for an IContextLaunchVariable
.
public static final String EXTENSION_POINT_VARIABLE_VALUE_EDITORS
"variableValueEditors"
public static final String EXTENSION_POINT_MEMORY_RENDERIGNS
"memoryRenderings"
public static final String EXTENSION_POINT_BREAKPOINT_ORGANIZERS
"breakpointOrganizers"
public static final String PREF_PADDED_STR
public static final String PREF_DEFAULT_ASCII_CODE_PAGE
public static final String PREF_DEFAULT_EBCDIC_CODE_PAGE
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.