public interface IJavaDebugUIConstants
Constant definitions only.
Modifier and Type | Field and Description |
---|---|
static String |
EVALUATION_GROUP
Identifier for a group of evaluation actions in a menu (value
"evaluationGroup" ). |
static String |
EXTENSION_POINT_VM_INSTALL_PAGES
Extension point identifier for contributions of a wizard page that for a VMInstallType
(value
"vmInstallPages" ). |
static String |
EXTENSION_POINT_VM_INSTALL_TYPE_PAGE
Extension point identifier for contributions of a UI page that corresponds to a VMInstallType (value
"vmInstallTypePage" ). |
static String |
ID_DISPLAY_VIEW
Display view identifier (value
"org.eclipse.jdt.debug.ui.DisplayView" ). |
static String |
ID_JAVA_SNIPPET_EDITOR
Java snippet editor identifier (value
"org.eclipse.jdt.debug.ui.SnippetEditor" ) |
static int |
INTERNAL_ERROR
Status code indicating an unexpected internal error (value
150 ). |
static String |
JAVA_SNIPPET_EDITOR_CONTEXT_MENU
Java snippet editor context menu identifier (value
"#JavaSnippetEditorContext" ). |
static String |
JAVA_SNIPPET_EDITOR_RULER_MENU
Java snippet editor ruler menu identifier (value
"#JavaSnippetRulerContext" ). |
static String |
PLUGIN_ID
Plug-in identifier for the Java Debug UI
|
static String |
PREF_ALLINSTANCES_MAX_COUNT
Integer preference for the maximum number of instances to show with the All Instances action
|
static String |
PREF_ALLREFERENCES_MAX_COUNT
Integer preference for the maximum number of references to show with the All References action
|
static String |
PREF_SHOW_MONITOR_THREAD_INFO
Boolean preference indicating whether the monitor and thread information should be displayed in the debug view.
|
static String |
PREF_SHOW_SYSTEM_THREADS
Boolean preference indicating whether system threads should appear visible in the debug view.
|
static String |
PREF_SHOW_THREAD_GROUPS
Boolean preference indicating whether thread groups should be displayed in the debug view.
|
static final String PLUGIN_ID
static final String EXTENSION_POINT_VM_INSTALL_TYPE_PAGE
"vmInstallTypePage"
).static final String EXTENSION_POINT_VM_INSTALL_PAGES
"vmInstallPages"
).static final String ID_DISPLAY_VIEW
"org.eclipse.jdt.debug.ui.DisplayView"
).static final String ID_JAVA_SNIPPET_EDITOR
"org.eclipse.jdt.debug.ui.SnippetEditor"
)static final String JAVA_SNIPPET_EDITOR_CONTEXT_MENU
"#JavaSnippetEditorContext"
).static final String JAVA_SNIPPET_EDITOR_RULER_MENU
"#JavaSnippetRulerContext"
).static final String EVALUATION_GROUP
"evaluationGroup"
).static final int INTERNAL_ERROR
150
).static final String PREF_SHOW_MONITOR_THREAD_INFO
static final String PREF_SHOW_SYSTEM_THREADS
static final String PREF_SHOW_THREAD_GROUPS
static final String PREF_ALLINSTANCES_MAX_COUNT
static final String PREF_ALLREFERENCES_MAX_COUNT
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.