Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java379
1 files changed, 184 insertions, 195 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
index 467afa298..7e2cc072b 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
@@ -118,29 +118,29 @@ public interface IDebugUIConstants {
/**
* Debug UI plug-in identifier (value <code>"org.eclipse.debug.ui"</code>).
*/
- public static final String PLUGIN_ID = "org.eclipse.debug.ui"; //$NON-NLS-1$;
+ String PLUGIN_ID = "org.eclipse.debug.ui"; //$NON-NLS-1$;
/**
* Debug perspective identifier (value <code>"org.eclipse.debug.ui.DebugPerspective"</code>).
*/
- public static final String ID_DEBUG_PERSPECTIVE = PLUGIN_ID + ".DebugPerspective"; //$NON-NLS-1$
+ String ID_DEBUG_PERSPECTIVE = PLUGIN_ID + ".DebugPerspective"; //$NON-NLS-1$
/**
* Console type identifier (value <code>"org.eclipse.debug.ui.ProcessConsoleType"</code>).
*
* @since 3.1
*/
- public static final String ID_PROCESS_CONSOLE_TYPE = PLUGIN_ID + ".ProcessConsoleType"; //$NON-NLS-1$
+ String ID_PROCESS_CONSOLE_TYPE = PLUGIN_ID + ".ProcessConsoleType"; //$NON-NLS-1$
/**
* Constant for referring to no perspective.
*/
- public static final String PERSPECTIVE_NONE = "perspective_none"; //$NON-NLS-1$
+ String PERSPECTIVE_NONE = "perspective_none"; //$NON-NLS-1$
/**
* Constant for referring to a default perspective.
*/
- public static final String PERSPECTIVE_DEFAULT = "perspective_default"; //$NON-NLS-1$
+ String PERSPECTIVE_DEFAULT = "perspective_default"; //$NON-NLS-1$
// Preferences
@@ -149,26 +149,26 @@ public interface IDebugUIConstants {
* launch configuration. This default is used if a particular launch configuration does not
* override the 'switch to perspective when in run mode' attribute with something else.
*/
- public static final String PREF_SHOW_RUN_PERSPECTIVE_DEFAULT= PLUGIN_ID + ".show_run_perspective_default"; //$NON-NLS-1$
+ String PREF_SHOW_RUN_PERSPECTIVE_DEFAULT= PLUGIN_ID + ".show_run_perspective_default"; //$NON-NLS-1$
/**
* String preference that identifies the default 'switch to perspective id' when debugging a
* launch configuration. This default is used if a particular launch configuration does not
* override the 'switch to perspective when in debug mode' attribute with something else.
*/
- public static final String PREF_SHOW_DEBUG_PERSPECTIVE_DEFAULT= PLUGIN_ID + ".show_debug_perspective_default"; //$NON-NLS-1$
+ String PREF_SHOW_DEBUG_PERSPECTIVE_DEFAULT= PLUGIN_ID + ".show_debug_perspective_default"; //$NON-NLS-1$
/**
* Boolean preference controlling whether a build is done before
* launching a program (if one is needed).
*/
- public static final String PREF_BUILD_BEFORE_LAUNCH= PLUGIN_ID + ".build_before_launch"; //$NON-NLS-1$
+ String PREF_BUILD_BEFORE_LAUNCH= PLUGIN_ID + ".build_before_launch"; //$NON-NLS-1$
/**
* Boolean preference controlling automatic removal of terminated launches
* when a new launch is registered.
* @since 2.0
*/
- public static final String PREF_AUTO_REMOVE_OLD_LAUNCHES= PLUGIN_ID + ".auto_remove_old_launches"; //$NON-NLS-1$
+ String PREF_AUTO_REMOVE_OLD_LAUNCHES= PLUGIN_ID + ".auto_remove_old_launches"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debugger re-uses non-dirty editors
@@ -178,14 +178,14 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String PREF_REUSE_EDITOR = PLUGIN_ID + ".reuse_editor"; //$NON-NLS-1$
+ String PREF_REUSE_EDITOR = PLUGIN_ID + ".reuse_editor"; //$NON-NLS-1$
/**
* Integer preference that specifies the length of the Run & Debug launch history lists.
*
* @since 2.0
*/
- public static final String PREF_MAX_HISTORY_SIZE = PLUGIN_ID + ".max_history_size"; //$NON-NLS-1$
+ String PREF_MAX_HISTORY_SIZE = PLUGIN_ID + ".max_history_size"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debugger shows types names
@@ -195,8 +195,7 @@ public interface IDebugUIConstants {
* @since 2.0
* @deprecated no longer used
*/
- @Deprecated
- public static final String PREF_SHOW_TYPE_NAMES = PLUGIN_ID + ".show_type_names"; //$NON-NLS-1$
+ @Deprecated String PREF_SHOW_TYPE_NAMES = PLUGIN_ID + ".show_type_names"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debugger shows the detail pane
@@ -206,8 +205,7 @@ public interface IDebugUIConstants {
* @since 2.0
* @deprecated no longer used
*/
- @Deprecated
- public static final String PREF_SHOW_DETAIL_PANE = PLUGIN_ID + ".show_detail_pane"; //$NON-NLS-1$
+ @Deprecated String PREF_SHOW_DETAIL_PANE = PLUGIN_ID + ".show_detail_pane"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debugger will force activate the active
@@ -215,7 +213,7 @@ public interface IDebugUIConstants {
*
* @since 2.1
*/
- public static final String PREF_ACTIVATE_WORKBENCH= PLUGIN_ID + ".activate_workbench"; //$NON-NLS-1$
+ String PREF_ACTIVATE_WORKBENCH= PLUGIN_ID + ".activate_workbench"; //$NON-NLS-1$
/**
* Boolean preference controlling whether breakpoints are
@@ -225,7 +223,7 @@ public interface IDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_SKIP_BREAKPOINTS_DURING_RUN_TO_LINE= PLUGIN_ID + ".skip_breakpoints_during_run_to_line"; //$NON-NLS-1$
+ String PREF_SKIP_BREAKPOINTS_DURING_RUN_TO_LINE= PLUGIN_ID + ".skip_breakpoints_during_run_to_line"; //$NON-NLS-1$
/**
* String preference controlling in which perspectives view management will
@@ -236,7 +234,7 @@ public interface IDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_MANAGE_VIEW_PERSPECTIVES= PLUGIN_ID + ".manage_view_perspectives"; //$NON-NLS-1$
+ String PREF_MANAGE_VIEW_PERSPECTIVES= PLUGIN_ID + ".manage_view_perspectives"; //$NON-NLS-1$
/**
* The default value of the {@link IDebugUIConstants#PREF_MANAGE_VIEW_PERSPECTIVES} preference.
@@ -245,55 +243,54 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String PREF_MANAGE_VIEW_PERSPECTIVES_DEFAULT= "DEFAULT"; //$NON-NLS-1$
+ String PREF_MANAGE_VIEW_PERSPECTIVES_DEFAULT= "DEFAULT"; //$NON-NLS-1$
/**
* Font preference setting for the process console.
*
* @since 3.3
*/
- public static final String PREF_CONSOLE_FONT= "org.eclipse.debug.ui.consoleFont"; //$NON-NLS-1$
+ String PREF_CONSOLE_FONT= "org.eclipse.debug.ui.consoleFont"; //$NON-NLS-1$
/**
* Debug view identifier (value <code>"org.eclipse.debug.ui.DebugView"</code>).
*/
- public static final String ID_DEBUG_VIEW= "org.eclipse.debug.ui.DebugView"; //$NON-NLS-1$
+ String ID_DEBUG_VIEW= "org.eclipse.debug.ui.DebugView"; //$NON-NLS-1$
/**
* Breakpoint view identifier (value <code>"org.eclipse.debug.ui.BreakpointView"</code>).
*/
- public static final String ID_BREAKPOINT_VIEW= "org.eclipse.debug.ui.BreakpointView"; //$NON-NLS-1$
+ String ID_BREAKPOINT_VIEW= "org.eclipse.debug.ui.BreakpointView"; //$NON-NLS-1$
/**
* Variable view identifier (value <code>"org.eclipse.debug.ui.VariableView"</code>).
*/
- public static final String ID_VARIABLE_VIEW= "org.eclipse.debug.ui.VariableView"; //$NON-NLS-1$
+ String ID_VARIABLE_VIEW= "org.eclipse.debug.ui.VariableView"; //$NON-NLS-1$
/**
* Expression view identifier (value <code>"org.eclipse.debug.ui.ExpressionView"</code>).
* @since 2.0
*/
- public static final String ID_EXPRESSION_VIEW= "org.eclipse.debug.ui.ExpressionView"; //$NON-NLS-1$
+ String ID_EXPRESSION_VIEW= "org.eclipse.debug.ui.ExpressionView"; //$NON-NLS-1$
/**
* Register view identifier (value <code>"org.eclipse.debug.ui.RegisterView"</code>).
* @since 3.0
*/
- public static final String ID_REGISTER_VIEW= "org.eclipse.debug.ui.RegisterView"; //$NON-NLS-1$
+ String ID_REGISTER_VIEW= "org.eclipse.debug.ui.RegisterView"; //$NON-NLS-1$
/**
* Module view identifier (value <code>"org.eclipse.debug.ui.ModuleView"</code>).
* @since 3.4
*/
- public static final String ID_MODULE_VIEW= "org.eclipse.debug.ui.ModuleView"; //$NON-NLS-1$
+ String ID_MODULE_VIEW= "org.eclipse.debug.ui.ModuleView"; //$NON-NLS-1$
/**
* Console view identifier (value <code>"org.eclipse.debug.ui.ConsoleView"</code>).
* @deprecated Use org.eclipse.ui.console.IConsoleConstants.ID_CONSOLE_VIEW
* @since 3.0
*/
- @Deprecated
- public static final String ID_CONSOLE_VIEW= "org.eclipse.debug.ui.ConsoleView"; //$NON-NLS-1$
+ @Deprecated String ID_CONSOLE_VIEW= "org.eclipse.debug.ui.ConsoleView"; //$NON-NLS-1$
// Console stream identifiers
@@ -303,7 +300,7 @@ public interface IDebugUIConstants {
* @see org.eclipse.debug.ui.console.IConsoleColorProvider#getColor(String)
* @since 2.1
*/
- public static final String ID_STANDARD_OUTPUT_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_OUTPUT_STREAM"; //$NON-NLS-1$
+ String ID_STANDARD_OUTPUT_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_OUTPUT_STREAM"; //$NON-NLS-1$
/**
* Identifier for the standard error stream.
@@ -311,7 +308,7 @@ public interface IDebugUIConstants {
* @see org.eclipse.debug.ui.console.IConsoleColorProvider#getColor(String)
* @since 2.1
*/
- public static final String ID_STANDARD_ERROR_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_ERROR_STREAM"; //$NON-NLS-1$
+ String ID_STANDARD_ERROR_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_ERROR_STREAM"; //$NON-NLS-1$
/**
* Identifier for the standard input stream.
@@ -319,243 +316,242 @@ public interface IDebugUIConstants {
* @see org.eclipse.debug.ui.console.IConsoleColorProvider#getColor(String)
* @since 2.1
*/
- public static final String ID_STANDARD_INPUT_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_INPUT_STREAM"; //$NON-NLS-1$
+ String ID_STANDARD_INPUT_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_INPUT_STREAM"; //$NON-NLS-1$
// Debug Action images
/**
* Debug action image identifier.
*/
- public static final String IMG_ACT_DEBUG= "IMG_ACT_DEBUG"; //$NON-NLS-1$
+ String IMG_ACT_DEBUG= "IMG_ACT_DEBUG"; //$NON-NLS-1$
/**
* Run action image identifier.
*/
- public static final String IMG_ACT_RUN= "IMG_ACT_RUN"; //$NON-NLS-1$
+ String IMG_ACT_RUN= "IMG_ACT_RUN"; //$NON-NLS-1$
/** "Link with View" action image identifier. */
- public static final String IMG_ACT_SYNCED= "IMG_ACT_SYNCED"; //$NON-NLS-1$
+ String IMG_ACT_SYNCED= "IMG_ACT_SYNCED"; //$NON-NLS-1$
/** "Skip Breakpoints" action image identifier */
- public static final String IMG_SKIP_BREAKPOINTS= "IMG_SKIP_BREAKPOINTS"; //$NON-NLS-1$
+ String IMG_SKIP_BREAKPOINTS= "IMG_SKIP_BREAKPOINTS"; //$NON-NLS-1$
/** Clear action image identifier.
* @deprecated use the platform shared image for clear - {@link ISharedImages#IMG_ETOOL_CLEAR}*/
- @Deprecated
- public static final String IMG_LCL_CLEAR= "IMG_LCL_CLEAR"; //$NON-NLS-1$
+ @Deprecated String IMG_LCL_CLEAR= "IMG_LCL_CLEAR"; //$NON-NLS-1$
/** Display variable type names action image identifier. */
- public static final String IMG_LCL_TYPE_NAMES= "IMG_LCL_TYPE_NAMES"; //$NON-NLS-1$
+ String IMG_LCL_TYPE_NAMES= "IMG_LCL_TYPE_NAMES"; //$NON-NLS-1$
/** Toggle detail pane action image identifier.*/
- public static final String IMG_LCL_DETAIL_PANE= "IMG_LCL_DETAIL_PANE"; //$NON-NLS-1$
+ String IMG_LCL_DETAIL_PANE= "IMG_LCL_DETAIL_PANE"; //$NON-NLS-1$
/** Change variable value action image identifier.*/
- public static final String IMG_LCL_CHANGE_VARIABLE_VALUE= "IMG_LCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
+ String IMG_LCL_CHANGE_VARIABLE_VALUE= "IMG_LCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
/**
* Disconnect action image identifier
*
* @since 2.0
*/
- public static final String IMG_LCL_DISCONNECT= "IMG_LCL_DISCONNECT"; //$NON-NLS-1$
+ String IMG_LCL_DISCONNECT= "IMG_LCL_DISCONNECT"; //$NON-NLS-1$
/**
* Scroll lock action image identifier
*
* @since 2.1
*/
- public static final String IMG_LCL_LOCK = "IMG_LCL_LOCK"; //$NON-NLS-1$
+ String IMG_LCL_LOCK = "IMG_LCL_LOCK"; //$NON-NLS-1$
/**
* Add action image identifier.
*
* @since 3.8
*/
- public static final String IMG_LCL_ADD = "IMG_LCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
+ String IMG_LCL_ADD = "IMG_LCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
/**
* Remove all action image identifier
*
* @since 2.1
*/
- public static final String IMG_LCL_REMOVE_ALL = "IMG_LCL_REMOVE_ALL"; //$NON-NLS-1$
+ String IMG_LCL_REMOVE_ALL = "IMG_LCL_REMOVE_ALL"; //$NON-NLS-1$
/**
* Remove action image identifier
*
* @since 3.2
*/
- public static final String IMG_LCL_REMOVE = "IMG_LCL_REMOVE"; //$NON-NLS-1$
+ String IMG_LCL_REMOVE = "IMG_LCL_REMOVE"; //$NON-NLS-1$
/**
* Content assist action image identifier.
*/
- public static final String IMG_LCL_CONTENT_ASSIST= "IMG_LCL_CONTENT_ASSIST"; //$NON-NLS-1$
+ String IMG_LCL_CONTENT_ASSIST= "IMG_LCL_CONTENT_ASSIST"; //$NON-NLS-1$
/**
* Content assist action image identifier (enabled).
*/
- public static final String IMG_ELCL_CONTENT_ASSIST= "IMG_ELCL_CONTENT_ASSIST"; //$NON-NLS-1$
+ String IMG_ELCL_CONTENT_ASSIST= "IMG_ELCL_CONTENT_ASSIST"; //$NON-NLS-1$
/**
* Content assist action image identifier (disabled).
*/
- public static final String IMG_DLCL_CONTENT_ASSIST= "IMG_DLCL_CONTENT_ASSIST"; //$NON-NLS-1$
+ String IMG_DLCL_CONTENT_ASSIST= "IMG_DLCL_CONTENT_ASSIST"; //$NON-NLS-1$
/**
* Content assist action image identifier.
*/
- public static final String IMG_LCL_DETAIL_PANE_UNDER= "IMG_LCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
+ String IMG_LCL_DETAIL_PANE_UNDER= "IMG_LCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
/**
* Content assist action image identifier.
*/
- public static final String IMG_LCL_DETAIL_PANE_RIGHT= "IMG_LCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
+ String IMG_LCL_DETAIL_PANE_RIGHT= "IMG_LCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
/**
* Content assist action image identifier.
*/
- public static final String IMG_LCL_DETAIL_PANE_HIDE= "IMG_LCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
+ String IMG_LCL_DETAIL_PANE_HIDE= "IMG_LCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
// Debug element images
/** Debug mode launch image identifier. */
- public static final String IMG_OBJS_LAUNCH_DEBUG= "IMG_OBJS_LAUNCH_DEBUG"; //$NON-NLS-1$
+ String IMG_OBJS_LAUNCH_DEBUG= "IMG_OBJS_LAUNCH_DEBUG"; //$NON-NLS-1$
/** Run mode launch image identifier. */
- public static final String IMG_OBJS_LAUNCH_RUN= "IMG_OBJS_LAUNCH_RUN"; //$NON-NLS-1$
+ String IMG_OBJS_LAUNCH_RUN= "IMG_OBJS_LAUNCH_RUN"; //$NON-NLS-1$
/** Terminated run mode launch image identifier. */
- public static final String IMG_OBJS_LAUNCH_RUN_TERMINATED= "IMG_OBJS_LAUNCH_RUN_TERMINATED"; //$NON-NLS-1$
+ String IMG_OBJS_LAUNCH_RUN_TERMINATED= "IMG_OBJS_LAUNCH_RUN_TERMINATED"; //$NON-NLS-1$
/** Running debug target image identifier. */
- public static final String IMG_OBJS_DEBUG_TARGET= "IMG_OBJS_DEBUG_TARGET"; //$NON-NLS-1$
+ String IMG_OBJS_DEBUG_TARGET= "IMG_OBJS_DEBUG_TARGET"; //$NON-NLS-1$
/** Suspended debug target image identifier. */
- public static final String IMG_OBJS_DEBUG_TARGET_SUSPENDED= "IMG_OBJS_DEBUG_TARGET_SUSPENDED"; //$NON-NLS-1$
+ String IMG_OBJS_DEBUG_TARGET_SUSPENDED= "IMG_OBJS_DEBUG_TARGET_SUSPENDED"; //$NON-NLS-1$
/** Terminated debug target image identifier. */
- public static final String IMG_OBJS_DEBUG_TARGET_TERMINATED= "IMG_OBJS_DEBUG_TARGET_TERMINATED"; //$NON-NLS-1$
+ String IMG_OBJS_DEBUG_TARGET_TERMINATED= "IMG_OBJS_DEBUG_TARGET_TERMINATED"; //$NON-NLS-1$
/** Running thread image identifier. */
- public static final String IMG_OBJS_THREAD_RUNNING= "IMG_OBJS_THREAD_RUNNING"; //$NON-NLS-1$
+ String IMG_OBJS_THREAD_RUNNING= "IMG_OBJS_THREAD_RUNNING"; //$NON-NLS-1$
/** Suspended thread image identifier. */
- public static final String IMG_OBJS_THREAD_SUSPENDED= "IMG_OBJS_THREAD_SUSPENDED"; //$NON-NLS-1$
+ String IMG_OBJS_THREAD_SUSPENDED= "IMG_OBJS_THREAD_SUSPENDED"; //$NON-NLS-1$
/** Terminated thread image identifier. */
- public static final String IMG_OBJS_THREAD_TERMINATED= "IMG_OBJS_THREAD_TERMINATED"; //$NON-NLS-1$
+ String IMG_OBJS_THREAD_TERMINATED= "IMG_OBJS_THREAD_TERMINATED"; //$NON-NLS-1$
/** Stack frame (suspended) image identifier. */
- public static final String IMG_OBJS_STACKFRAME= "IMG_OBJS_STACKFRAME"; //$NON-NLS-1$
+ String IMG_OBJS_STACKFRAME= "IMG_OBJS_STACKFRAME"; //$NON-NLS-1$
/** Stack frame (running) image identifier. */
- public static final String IMG_OBJS_STACKFRAME_RUNNING= "IMG_OBJS_STACKFRAME_RUNNING"; //$NON-NLS-1$
+ String IMG_OBJS_STACKFRAME_RUNNING= "IMG_OBJS_STACKFRAME_RUNNING"; //$NON-NLS-1$
/** Enabled breakpoint image identifier. */
- public static final String IMG_OBJS_BREAKPOINT= "IMG_OBJS_BREAKPOINT"; //$NON-NLS-1$
+ String IMG_OBJS_BREAKPOINT= "IMG_OBJS_BREAKPOINT"; //$NON-NLS-1$
/** Disabled breakpoint image identifier. */
- public static final String IMG_OBJS_BREAKPOINT_DISABLED= "IMG_OBJS_BREAKPOINT_DISABLED"; //$NON-NLS-1$
+ String IMG_OBJS_BREAKPOINT_DISABLED= "IMG_OBJS_BREAKPOINT_DISABLED"; //$NON-NLS-1$
/**
* Breakpoint group image identifier.
*
* @since 3.1
*/
- public static final String IMG_OBJS_BREAKPOINT_GROUP = "IMG_OBJS_BREAKPOINT_GROUP"; //$NON-NLS-1$
+ String IMG_OBJS_BREAKPOINT_GROUP = "IMG_OBJS_BREAKPOINT_GROUP"; //$NON-NLS-1$
/**
* Disabled breakpoint group image identifier.
*
* @since 3.1
*/
- public static final String IMG_OBJS_BREAKPOINT_GROUP_DISABLED = "IMG_OBJS_BREAKPOINT_GROUP_DISABLED"; //$NON-NLS-1$
+ String IMG_OBJS_BREAKPOINT_GROUP_DISABLED = "IMG_OBJS_BREAKPOINT_GROUP_DISABLED"; //$NON-NLS-1$
/**
* Enabled watchpoint image identifier (access & modification).
* @since 3.0
*/
- public static final String IMG_OBJS_WATCHPOINT= "IMG_OBJS_WATCHPOINT"; //$NON-NLS-1$
+ String IMG_OBJS_WATCHPOINT= "IMG_OBJS_WATCHPOINT"; //$NON-NLS-1$
/**
* Disabled watchpoint image identifier (access & modification).
* @since 3.0
*/
- public static final String IMG_OBJS_WATCHPOINT_DISABLED= "IMG_OBJS_WATCHPOINT_DISABLED"; //$NON-NLS-1$
+ String IMG_OBJS_WATCHPOINT_DISABLED= "IMG_OBJS_WATCHPOINT_DISABLED"; //$NON-NLS-1$
/**
* Enabled access watchpoint image identifier.
* @since 3.1
*/
- public static final String IMG_OBJS_ACCESS_WATCHPOINT= "IMG_OBJS_ACCESS_WATCHPOINT"; //$NON-NLS-1$
+ String IMG_OBJS_ACCESS_WATCHPOINT= "IMG_OBJS_ACCESS_WATCHPOINT"; //$NON-NLS-1$
/**
* Disabled access watchpoint image identifier.
* @since 3.1
*/
- public static final String IMG_OBJS_ACCESS_WATCHPOINT_DISABLED= "IMG_OBJS_ACCESS_WATCHPOINT_DISABLED"; //$NON-NLS-1$
+ String IMG_OBJS_ACCESS_WATCHPOINT_DISABLED= "IMG_OBJS_ACCESS_WATCHPOINT_DISABLED"; //$NON-NLS-1$
/**
* Enabled modification watchpoint image identifier.
* @since 3.1
*/
- public static final String IMG_OBJS_MODIFICATION_WATCHPOINT= "IMG_OBJS_MODIFICATION_WATCHPOINT"; //$NON-NLS-1$
+ String IMG_OBJS_MODIFICATION_WATCHPOINT= "IMG_OBJS_MODIFICATION_WATCHPOINT"; //$NON-NLS-1$
/**
* Disabled modification watchpoint image identifier.
* @since 3.1
*/
- public static final String IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED= "IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED"; //$NON-NLS-1$
+ String IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED= "IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED"; //$NON-NLS-1$
/** Running system process image identifier. */
- public static final String IMG_OBJS_OS_PROCESS= "IMG_OBJS_OS_PROCESS"; //$NON-NLS-1$
+ String IMG_OBJS_OS_PROCESS= "IMG_OBJS_OS_PROCESS"; //$NON-NLS-1$
/** Terminated system process image identifier. */
- public static final String IMG_OBJS_OS_PROCESS_TERMINATED= "IMG_OBJS_OS_PROCESS_TERMINATED"; //$NON-NLS-1$
+ String IMG_OBJS_OS_PROCESS_TERMINATED= "IMG_OBJS_OS_PROCESS_TERMINATED"; //$NON-NLS-1$
/**
* Expression image identifier.
*
* @since 2.0
*/
- public static final String IMG_OBJS_EXPRESSION= "IMG_OBJS_EXPRESSION"; //$NON-NLS-1$
+ String IMG_OBJS_EXPRESSION= "IMG_OBJS_EXPRESSION"; //$NON-NLS-1$
/**
* Generic variable image identifier.
*
* @since 2.0
*/
- public static final String IMG_OBJS_VARIABLE= "IMG_OBJS_VARIABLE"; //$NON-NLS-1$
+ String IMG_OBJS_VARIABLE= "IMG_OBJS_VARIABLE"; //$NON-NLS-1$
/**
* Generic identifier of register group image.
*
* @since 3.0
*/
- public static final String IMG_OBJS_REGISTER_GROUP= "IMG_OBJS_REGISTER_GROUP"; //$NON-NLS-1$
+ String IMG_OBJS_REGISTER_GROUP= "IMG_OBJS_REGISTER_GROUP"; //$NON-NLS-1$
/**
* Generic register image identifier.
*
* @since 3.0
*/
- public static final String IMG_OBJS_REGISTER= "IMG_OBJS_REGISTER"; //$NON-NLS-1$
+ String IMG_OBJS_REGISTER= "IMG_OBJS_REGISTER"; //$NON-NLS-1$
/**
* Environment image identifier.
*
* @since 3.0
*/
- public static final String IMG_OBJS_ENVIRONMENT = "IMG_OBJS_ENVIRONMENT"; //$NON-NLS-1$
+ String IMG_OBJS_ENVIRONMENT = "IMG_OBJS_ENVIRONMENT"; //$NON-NLS-1$
/**
* Environment variable image identifier.
*
* @since 3.0
*/
- public static final String IMG_OBJS_ENV_VAR = "IMG_OBJS_ENV_VAR"; //$NON-NLS-1$
+ String IMG_OBJS_ENV_VAR = "IMG_OBJS_ENV_VAR"; //$NON-NLS-1$
// views
@@ -564,35 +560,35 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String IMG_VIEW_LAUNCHES= "IMG_VIEW_LAUNCHES"; //$NON-NLS-1$
+ String IMG_VIEW_LAUNCHES= "IMG_VIEW_LAUNCHES"; //$NON-NLS-1$
/**
* Breakpoints view image identifier
*
* @since 2.0
*/
- public static final String IMG_VIEW_BREAKPOINTS= "IMG_VIEW_BREAKPOINTS"; //$NON-NLS-1$
+ String IMG_VIEW_BREAKPOINTS= "IMG_VIEW_BREAKPOINTS"; //$NON-NLS-1$
/**
* Variables view image identifier
*
* @since 2.0
*/
- public static final String IMG_VIEW_VARIABLES= "IMG_VIEW_VARIABLES"; //$NON-NLS-1$
+ String IMG_VIEW_VARIABLES= "IMG_VIEW_VARIABLES"; //$NON-NLS-1$
/**
* Expressions view image identifier
*
* @since 2.0
*/
- public static final String IMG_VIEW_EXPRESSIONS= "IMG_VIEW_EXPRESSIONS"; //$NON-NLS-1$
+ String IMG_VIEW_EXPRESSIONS= "IMG_VIEW_EXPRESSIONS"; //$NON-NLS-1$
/**
* Console view image identifier
*
* @since 2.0
*/
- public static final String IMG_VIEW_CONSOLE= "IMG_VIEW_CONSOLE"; //$NON-NLS-1$
+ String IMG_VIEW_CONSOLE= "IMG_VIEW_CONSOLE"; //$NON-NLS-1$
// perspective
/**
@@ -600,43 +596,43 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String IMG_PERSPECTIVE_DEBUG= "IMG_PERSPECTIVE_DEBUG"; //$NON-NLS-1$
+ String IMG_PERSPECTIVE_DEBUG= "IMG_PERSPECTIVE_DEBUG"; //$NON-NLS-1$
// wizard banners
/** Debug wizard banner image identifier. */
- public static final String IMG_WIZBAN_DEBUG= "IMG_WIZBAN_DEBUG"; //$NON-NLS-1$
+ String IMG_WIZBAN_DEBUG= "IMG_WIZBAN_DEBUG"; //$NON-NLS-1$
/** Run wizard banner image identifier. */
- public static final String IMG_WIZBAN_RUN= "IMG_WIZBAN_RUN"; //$NON-NLS-1$
+ String IMG_WIZBAN_RUN= "IMG_WIZBAN_RUN"; //$NON-NLS-1$
// overlays
/** Error overlay image identifier. */
- public static final String IMG_OVR_ERROR = "IMG_OVR_ERROR"; //$NON-NLS-1$
+ String IMG_OVR_ERROR = "IMG_OVR_ERROR"; //$NON-NLS-1$
/**
* Skip breakpoint image overlay identifier.
* @since 3.1
*/
- public static final String IMG_OVR_SKIP_BREAKPOINT = "IMG_OVR_SKIP_BREAKPOINT"; //$NON-NLS-1$
+ String IMG_OVR_SKIP_BREAKPOINT = "IMG_OVR_SKIP_BREAKPOINT"; //$NON-NLS-1$
/**
* Prototype image overlay identifier.
*
* @since 3.13
*/
- public static final String IMG_OVR_PROTOTYPE = "IMG_OVR_PROTOTYPE"; //$NON-NLS-1$
+ String IMG_OVR_PROTOTYPE = "IMG_OVR_PROTOTYPE"; //$NON-NLS-1$
/**
* Debug action set identifier (value <code>"org.eclipse.debug.ui.debugActionSet"</code>).
*/
- public static final String DEBUG_ACTION_SET= PLUGIN_ID + ".debugActionSet"; //$NON-NLS-1$
+ String DEBUG_ACTION_SET= PLUGIN_ID + ".debugActionSet"; //$NON-NLS-1$
/**
* Debug Toolbar action set identifier (value <code>"org.eclipse.debug.ui.debugToolbarActionSet"</code>).
*
* @since 3.8
*/
- public static final String DEBUG_TOOLBAR_ACTION_SET= PLUGIN_ID + ".debugToolbarActionSet"; //$NON-NLS-1$
+ String DEBUG_TOOLBAR_ACTION_SET= PLUGIN_ID + ".debugToolbarActionSet"; //$NON-NLS-1$
/**
* System property which indicates whether the common debugging actions
@@ -646,31 +642,31 @@ public interface IDebugUIConstants {
*
* @since 3.8
*/
- public static final String DEBUG_VIEW_TOOBAR_VISIBLE = PLUGIN_ID + ".debugViewToolbarVisible"; //$NON-NLS-1$
+ String DEBUG_VIEW_TOOBAR_VISIBLE = PLUGIN_ID + ".debugViewToolbarVisible"; //$NON-NLS-1$
/**
* Launch action set identifier (value <code>"org.eclipse.debug.ui.launchActionSet"</code>).
*/
- public static final String LAUNCH_ACTION_SET= PLUGIN_ID + ".launchActionSet"; //$NON-NLS-1$
+ String LAUNCH_ACTION_SET= PLUGIN_ID + ".launchActionSet"; //$NON-NLS-1$
// extensions
/**
* Identifier for the standard 'debug' launch group.
* @since 2.1
*/
- public static final String ID_DEBUG_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.debug"; //$NON-NLS-1$
+ String ID_DEBUG_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.debug"; //$NON-NLS-1$
/**
* Identifier for the standard 'run' launch group.
* @since 2.1
*/
- public static final String ID_RUN_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.run"; //$NON-NLS-1$
+ String ID_RUN_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.run"; //$NON-NLS-1$
/**
* Identifier for the standard 'profile' launch group.
* @since 3.0
*/
- public static final String ID_PROFILE_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.profile"; //$NON-NLS-1$
+ String ID_PROFILE_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.profile"; //$NON-NLS-1$
// menus
@@ -678,106 +674,106 @@ public interface IDebugUIConstants {
* Identifier for an empty group preceding an
* edit group in a menu (value <code>"emptyEditGroup"</code>).
*/
- public static final String EMPTY_EDIT_GROUP = "emptyEditGroup"; //$NON-NLS-1$
+ String EMPTY_EDIT_GROUP = "emptyEditGroup"; //$NON-NLS-1$
/**
* Identifier for an edit group in a menu (value <code>"editGroup"</code>).
*/
- public static final String EDIT_GROUP = "editGroup"; //$NON-NLS-1$
+ String EDIT_GROUP = "editGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* step group in a menu (value <code>"emptyStepGroup"</code>).
*/
- public static final String EMPTY_STEP_GROUP = "emptyStepGroup"; //$NON-NLS-1$
+ String EMPTY_STEP_GROUP = "emptyStepGroup"; //$NON-NLS-1$
/**
* Identifier for a step group in a menu or toolbar (value <code>"stepGroup"</code>).
*/
- public static final String STEP_GROUP = "stepGroup"; //$NON-NLS-1$
+ String STEP_GROUP = "stepGroup"; //$NON-NLS-1$
/**
* Identifier for a step into group in a menu or toolbar (value <code>"stepIntoGroup"</code>).
*/
- public static final String STEP_INTO_GROUP = "stepIntoGroup"; //$NON-NLS-1$
+ String STEP_INTO_GROUP = "stepIntoGroup"; //$NON-NLS-1$
/**
* Identifier for a step over group in a menu or toolbar (value <code>"stepOverGroup"</code>).
*/
- public static final String STEP_OVER_GROUP = "stepOverGroup"; //$NON-NLS-1$
+ String STEP_OVER_GROUP = "stepOverGroup"; //$NON-NLS-1$
/**
* Identifier for a step return group in a menu or toolbar (value <code>"stepReturnGroup"</code>).
*/
- public static final String STEP_RETURN_GROUP = "stepReturnGroup"; //$NON-NLS-1$
+ String STEP_RETURN_GROUP = "stepReturnGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* thread group in a menu (value <code>"emptyThreadGroup"</code>).
*/
- public static final String EMPTY_THREAD_GROUP = "emptyThreadGroup"; //$NON-NLS-1$
+ String EMPTY_THREAD_GROUP = "emptyThreadGroup"; //$NON-NLS-1$
/**
* Identifier for a thread group in a menu or toolbar(value <code>"threadGroup"</code>).
*/
- public static final String THREAD_GROUP = "threadGroup"; //$NON-NLS-1$
+ String THREAD_GROUP = "threadGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* launch group in a menu (value <code>"emptyLaunchGroup"</code>).
*/
- public static final String EMPTY_LAUNCH_GROUP = "emptyLaunchGroup"; //$NON-NLS-1$
+ String EMPTY_LAUNCH_GROUP = "emptyLaunchGroup"; //$NON-NLS-1$
/**
* Identifier for a launch group in a menu (value <code>"launchGroup"</code>).
*/
- public static final String LAUNCH_GROUP = "launchGroup"; //$NON-NLS-1$
+ String LAUNCH_GROUP = "launchGroup"; //$NON-NLS-1$
/**
* Identifier for an output group in a menu (value
* <code>"outputGroup"</code>).
*/
- public static final String OUTPUT_GROUP = "outputGroup"; //$NON-NLS-1$
+ String OUTPUT_GROUP = "outputGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* variable group in a menu (value <code>"emptyVariableGroup"</code>).
*/
- public static final String EMPTY_VARIABLE_GROUP = "emptyVariableGroup"; //$NON-NLS-1$
+ String EMPTY_VARIABLE_GROUP = "emptyVariableGroup"; //$NON-NLS-1$
/**
* Identifier for a variable group in a menu (value <code>"variableGroup"</code>).
*/
- public static final String VARIABLE_GROUP = "variableGroup"; //$NON-NLS-1$
+ String VARIABLE_GROUP = "variableGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* navigation group in a menu (value <code>"emptyNavigationGroup"</code>).
*/
- public static final String EMPTY_NAVIGATION_GROUP = "emptyNavigationGroup"; //$NON-NLS-1$
+ String EMPTY_NAVIGATION_GROUP = "emptyNavigationGroup"; //$NON-NLS-1$
/**
* Identifier for a navigation group in a menu (value <code>"navigationGroup"</code>).
*/
- public static final String NAVIGATION_GROUP = "navigationGroup"; //$NON-NLS-1$
+ String NAVIGATION_GROUP = "navigationGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* breakpoint group in a menu (value <code>"emptyBreakpointGroup"</code>).
*/
- public static final String EMPTY_BREAKPOINT_GROUP = "emptyBreakpointGroup"; //$NON-NLS-1$
+ String EMPTY_BREAKPOINT_GROUP = "emptyBreakpointGroup"; //$NON-NLS-1$
/**
* Identifier for a breakpoint group in a menu (value <code>"breakpointGroup"</code>).
*/
- public static final String BREAKPOINT_GROUP = "breakpointGroup"; //$NON-NLS-1$
+ String BREAKPOINT_GROUP = "breakpointGroup"; //$NON-NLS-1$
/**
* Identifier for a "breakpoint group" group in a menu (value <code>"breakpointGroupGroup"</code>).
*
* @since 3.1
*/
- public static final String BREAKPOINT_GROUP_GROUP = "breakpointGroupGroup"; //$NON-NLS-1$
+ String BREAKPOINT_GROUP_GROUP = "breakpointGroupGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding an
@@ -785,74 +781,74 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String EMPTY_EXPRESSION_GROUP = "emptyExpressionGroup"; //$NON-NLS-1$
+ String EMPTY_EXPRESSION_GROUP = "emptyExpressionGroup"; //$NON-NLS-1$
/**
* Identifier for an expression group in a menu (value <code>"expressionGroup"</code>).
*
* @since 2.0
*/
- public static final String EXPRESSION_GROUP = "expressionGroup"; //$NON-NLS-1$
+ String EXPRESSION_GROUP = "expressionGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* render group in a menu (value <code>"emptyRenderGroup"</code>).
*/
- public static final String EMPTY_RENDER_GROUP = "emptyRenderGroup"; //$NON-NLS-1$
+ String EMPTY_RENDER_GROUP = "emptyRenderGroup"; //$NON-NLS-1$
/**
* Identifier for a render group in a menu or toolbar(value <code>"renderGroup"</code>).
*/
- public static final String RENDER_GROUP = "renderGroup"; //$NON-NLS-1$
+ String RENDER_GROUP = "renderGroup"; //$NON-NLS-1$
/**
* Identifier for a property group in a menu (value <code>"propertyGroup"</code>).
*/
- public static final String PROPERTY_GROUP = "propertyGroup"; //$NON-NLS-1$
+ String PROPERTY_GROUP = "propertyGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* register group in a menu (value <code>"emptyRegisterGroup"</code>).
*/
- public static final String EMPTY_REGISTER_GROUP = "emptyRegisterGroup"; //$NON-NLS-1$
+ String EMPTY_REGISTER_GROUP = "emptyRegisterGroup"; //$NON-NLS-1$
/**
* Identifier for a register group in a menu (value <code>"registerGroup"</code>).
*/
- public static final String REGISTER_GROUP = "registerGroup"; //$NON-NLS-1$
+ String REGISTER_GROUP = "registerGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* modules group in a menu (value <code>"emptyModulesGroup"</code>).
* @since 3.4
*/
- public static final String EMPTY_MODULES_GROUP = "emptyModulesGroup"; //$NON-NLS-1$
+ String EMPTY_MODULES_GROUP = "emptyModulesGroup"; //$NON-NLS-1$
/**
* Identifier for a modules group in a menu (value <code>"modulesGroup"</code>).
* @since 3.4
*/
- public static final String MODULES_GROUP = "modulesGroup"; //$NON-NLS-1$
+ String MODULES_GROUP = "modulesGroup"; //$NON-NLS-1$
/**
* Id for the popup menu associated with the variables (tree viewer) part of the VariableView
*/
- public static final String VARIABLE_VIEW_VARIABLE_ID = "org.eclipse.debug.ui.VariableView.variables"; //$NON-NLS-1$
+ String VARIABLE_VIEW_VARIABLE_ID = "org.eclipse.debug.ui.VariableView.variables"; //$NON-NLS-1$
/**
* Id for the popup menu associated with the detail (text viewer) part of the VariableView
*/
- public static final String VARIABLE_VIEW_DETAIL_ID = "org.eclipse.debug.ui.VariableView.detail"; //$NON-NLS-1$
+ String VARIABLE_VIEW_DETAIL_ID = "org.eclipse.debug.ui.VariableView.detail"; //$NON-NLS-1$
// status codes
/**
* Status indicating an invalid extension definition.
*/
- public static final int STATUS_INVALID_EXTENSION_DEFINITION = 100;
+ int STATUS_INVALID_EXTENSION_DEFINITION = 100;
/**
* Status code indicating an unexpected internal error.
*/
- public static final int INTERNAL_ERROR = 120;
+ int INTERNAL_ERROR = 120;
// launch configuration attribute keys
/**
@@ -866,8 +862,7 @@ public interface IDebugUIConstants {
* @deprecated Since 3.0, this launch configuration attribute is no longer supported.
* Use <code>DebugUITools.setLaunchPerspective(ILaunchConfigurationType type, String mode, String perspective)</code>.
*/
- @Deprecated
- public static final String ATTR_TARGET_RUN_PERSPECTIVE = PLUGIN_ID + ".target_run_perspective"; //$NON-NLS-1$
+ @Deprecated String ATTR_TARGET_RUN_PERSPECTIVE = PLUGIN_ID + ".target_run_perspective"; //$NON-NLS-1$
/**
* Launch configuration attribute - the perspective to
@@ -880,8 +875,7 @@ public interface IDebugUIConstants {
* @deprecated Since 3.0, this launch configuration attribute is no longer supported.
* Use <code>DebugUITools.setLaunchPerspective(ILaunchConfigurationType type, String mode, String perspective)</code>.
*/
- @Deprecated
- public static final String ATTR_TARGET_DEBUG_PERSPECTIVE = PLUGIN_ID + ".target_debug_perspective"; //$NON-NLS-1$
+ @Deprecated String ATTR_TARGET_DEBUG_PERSPECTIVE = PLUGIN_ID + ".target_debug_perspective"; //$NON-NLS-1$
/**
* Launch configuration attribute - the container where the configuration file
@@ -891,7 +885,7 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String ATTR_CONTAINER = PLUGIN_ID + ".container"; //$NON-NLS-1$
+ String ATTR_CONTAINER = PLUGIN_ID + ".container"; //$NON-NLS-1$
/**
* Launch configuration attribute - a boolean value that indicates if the launch configuration
@@ -900,7 +894,7 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String ATTR_PRIVATE = ILaunchManager.ATTR_PRIVATE;
+ String ATTR_PRIVATE = ILaunchManager.ATTR_PRIVATE;
/**
* Launch configuration attribute - a boolean value that indicates if the launch configuration
@@ -910,8 +904,7 @@ public interface IDebugUIConstants {
* @since 2.0
* @deprecated use <code>ATTR_FAVORITE_GROUPS</code> instead
*/
- @Deprecated
- public static final String ATTR_DEBUG_FAVORITE = PLUGIN_ID + ".debugFavorite"; //$NON-NLS-1$
+ @Deprecated String ATTR_DEBUG_FAVORITE = PLUGIN_ID + ".debugFavorite"; //$NON-NLS-1$
/**
* Launch configuration attribute - a boolean value that indicates if the launch configuration
@@ -921,8 +914,7 @@ public interface IDebugUIConstants {
* @since 2.0
* @deprecated use <code>ATTR_FAVORITE_GROUPS</code> instead
*/
- @Deprecated
- public static final String ATTR_RUN_FAVORITE = PLUGIN_ID + ".runFavorite"; //$NON-NLS-1$
+ @Deprecated String ATTR_RUN_FAVORITE = PLUGIN_ID + ".runFavorite"; //$NON-NLS-1$
/**
* Launch configuration attribute - a list of launch group identifiers
@@ -932,7 +924,7 @@ public interface IDebugUIConstants {
*
* @since 2.1
*/
- public static final String ATTR_FAVORITE_GROUPS = PLUGIN_ID + ".favoriteGroups"; //$NON-NLS-1$
+ String ATTR_FAVORITE_GROUPS = PLUGIN_ID + ".favoriteGroups"; //$NON-NLS-1$
/**
* Launch configuration attribute - a boolean value indicating whether a
@@ -940,14 +932,14 @@ public interface IDebugUIConstants {
*
* @since 3.0
*/
- public static final String ATTR_LAUNCH_IN_BACKGROUND = PLUGIN_ID + ".ATTR_LAUNCH_IN_BACKGROUND"; //$NON-NLS-1$
+ String ATTR_LAUNCH_IN_BACKGROUND = PLUGIN_ID + ".ATTR_LAUNCH_IN_BACKGROUND"; //$NON-NLS-1$
/**
* ProcessConsole attribute - references the process that was launched.
*
* @since 3.1
*/
- public static final String ATTR_CONSOLE_PROCESS = PLUGIN_ID + ".ATTR_CONSOLE_PROCESS"; //$NON-NLS-1$
+ String ATTR_CONSOLE_PROCESS = PLUGIN_ID + ".ATTR_CONSOLE_PROCESS"; //$NON-NLS-1$
/**
* Launch configuration attribute specifying the encoding that the console should use.
@@ -957,8 +949,7 @@ public interface IDebugUIConstants {
* @since 3.1
* @deprecated in 3.3 Please use DebugPlugin.ATTR_CONSOLE_ENCODING instead.
*/
- @Deprecated
- public static final String ATTR_CONSOLE_ENCODING = DebugPlugin.ATTR_CONSOLE_ENCODING;
+ @Deprecated String ATTR_CONSOLE_ENCODING = DebugPlugin.ATTR_CONSOLE_ENCODING;
/**
* Launch configuration boolean attribute specifying whether output from the launched process will
@@ -966,7 +957,7 @@ public interface IDebugUIConstants {
*
* @since 3.1
*/
- public static final String ATTR_CAPTURE_IN_CONSOLE = PLUGIN_ID + ".ATTR_CONSOLE_OUTPUT_ON"; //$NON-NLS-1$
+ String ATTR_CAPTURE_IN_CONSOLE = PLUGIN_ID + ".ATTR_CONSOLE_OUTPUT_ON"; //$NON-NLS-1$
/**
* Launch configuration boolean attribute specifying whether input for the
@@ -975,7 +966,7 @@ public interface IDebugUIConstants {
*
* @since 3.11
*/
- public static final String ATTR_CAPTURE_STDIN_FILE = PLUGIN_ID + ".ATTR_CAPTURE_STDIN_FILE"; //$NON-NLS-1$
+ String ATTR_CAPTURE_STDIN_FILE = PLUGIN_ID + ".ATTR_CAPTURE_STDIN_FILE"; //$NON-NLS-1$
/**
* Launch configuration attribute specifying a file name that console output
@@ -987,7 +978,7 @@ public interface IDebugUIConstants {
*
* @since 3.1
*/
- public static final String ATTR_CAPTURE_IN_FILE = PLUGIN_ID + ".ATTR_CAPTURE_IN_FILE"; //$NON-NLS-1$
+ String ATTR_CAPTURE_IN_FILE = PLUGIN_ID + ".ATTR_CAPTURE_IN_FILE"; //$NON-NLS-1$
/**
* Launch configuration attribute specifying whether process output will be appended to the
@@ -996,14 +987,14 @@ public interface IDebugUIConstants {
*
* @since 3.1
*/
- public static final String ATTR_APPEND_TO_FILE = PLUGIN_ID + ".ATTR_APPEND_TO_FILE"; //$NON-NLS-1$
+ String ATTR_APPEND_TO_FILE = PLUGIN_ID + ".ATTR_APPEND_TO_FILE"; //$NON-NLS-1$
// Extension points
/**
* Debug model presentation simple extension point identifier (value <code>"debugModelPresentations"</code>).
*/
- public static final String ID_DEBUG_MODEL_PRESENTATION= "debugModelPresentations"; //$NON-NLS-1$
+ String ID_DEBUG_MODEL_PRESENTATION= "debugModelPresentations"; //$NON-NLS-1$
/**
* Debug action groups extension point identifier
@@ -1013,8 +1004,7 @@ public interface IDebugUIConstants {
* @deprecated The Debug Action Groups extension point no longer exists. Product
* vendors should use Activities instead.
*/
- @Deprecated
- public static final String EXTENSION_POINT_DEBUG_ACTION_GROUPS= "debugActionGroups"; //$NON-NLS-1$
+ @Deprecated String EXTENSION_POINT_DEBUG_ACTION_GROUPS= "debugActionGroups"; //$NON-NLS-1$
/**
* Launch configuration tab groups extension point identifier
@@ -1022,7 +1012,7 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String EXTENSION_POINT_LAUNCH_CONFIGURATION_TAB_GROUPS= "launchConfigurationTabGroups"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_CONFIGURATION_TAB_GROUPS= "launchConfigurationTabGroups"; //$NON-NLS-1$
/**
* Contributed Launch Configuration Tab extension point identifier
@@ -1030,7 +1020,7 @@ public interface IDebugUIConstants {
*
* @since 3.3
*/
- public static final String EXTENSION_POINT_LAUNCH_TABS = "launchConfigurationTabs"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_TABS = "launchConfigurationTabs"; //$NON-NLS-1$
/**
* Launch shortcuts extension point identifier
@@ -1038,14 +1028,14 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String EXTENSION_POINT_LAUNCH_SHORTCUTS= "launchShortcuts"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_SHORTCUTS= "launchShortcuts"; //$NON-NLS-1$
/**
* Extension point for launch configuration type images.
*
* @since 2.0
*/
- public static final String EXTENSION_POINT_LAUNCH_CONFIGURATION_TYPE_IMAGES = "launchConfigurationTypeImages"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_CONFIGURATION_TYPE_IMAGES = "launchConfigurationTypeImages"; //$NON-NLS-1$
/**
* Console document color provider extension point identifier
@@ -1053,7 +1043,7 @@ public interface IDebugUIConstants {
*
* @since 2.1
*/
- public static final String EXTENSION_POINT_CONSOLE_COLOR_PROVIDERS = "consoleColorProviders"; //$NON-NLS-1$
+ String EXTENSION_POINT_CONSOLE_COLOR_PROVIDERS = "consoleColorProviders"; //$NON-NLS-1$
/**
* Launch groups extension point identifier (value
@@ -1061,7 +1051,7 @@ public interface IDebugUIConstants {
*
* @since 2.1
*/
- public static final String EXTENSION_POINT_LAUNCH_GROUPS = "launchGroups"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_GROUPS = "launchGroups"; //$NON-NLS-1$
/**
* Console line trackers extension point identifier (value
@@ -1069,7 +1059,7 @@ public interface IDebugUIConstants {
*
* @since 2.1
*/
- public static final String EXTENSION_POINT_CONSOLE_LINE_TRACKERS = "consoleLineTrackers"; //$NON-NLS-1$
+ String EXTENSION_POINT_CONSOLE_LINE_TRACKERS = "consoleLineTrackers"; //$NON-NLS-1$
/**
* Variables content providers extension point identifier (value
@@ -1077,7 +1067,7 @@ public interface IDebugUIConstants {
*
* @since 3.0
*/
- public static final String EXTENSION_POINT_OBJECT_BROWSERS = "objectBrowsers"; //$NON-NLS-1$
+ String EXTENSION_POINT_OBJECT_BROWSERS = "objectBrowsers"; //$NON-NLS-1$
/**
* Launch variable components extension point identifier (value
@@ -1085,7 +1075,7 @@ public interface IDebugUIConstants {
* components extension point specifies an <code>IVariableComponent</code>
* for an <code>IContextLaunchVariable</code>.
*/
- public static final String EXTENSION_POINT_LAUNCH_VARIABLE_COMPONENTS = "launchVariableComponents"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_VARIABLE_COMPONENTS = "launchVariableComponents"; //$NON-NLS-1$
/**
* Variable value editors extension point identifier (value
@@ -1093,7 +1083,7 @@ public interface IDebugUIConstants {
*
* @since 3.1
*/
- public static final String EXTENSION_POINT_VARIABLE_VALUE_EDITORS = "variableValueEditors"; //$NON-NLS-1$
+ String EXTENSION_POINT_VARIABLE_VALUE_EDITORS = "variableValueEditors"; //$NON-NLS-1$
/**
* Memory renderings extension point identifier (value
@@ -1102,8 +1092,7 @@ public interface IDebugUIConstants {
* @since 3.1
* @deprecated As of release 3.4, replaced by {@link #EXTENSION_POINT_MEMORY_RENDERINGS}
*/
- @Deprecated
- public static final String EXTENSION_POINT_MEMORY_RENDERIGNS = "memoryRenderings"; //$NON-NLS-1$
+ @Deprecated String EXTENSION_POINT_MEMORY_RENDERIGNS = "memoryRenderings"; //$NON-NLS-1$
/**
* Memory renderings extension point identifier (value
@@ -1111,7 +1100,7 @@ public interface IDebugUIConstants {
*
* @since 3.4
*/
- public static final String EXTENSION_POINT_MEMORY_RENDERINGS = "memoryRenderings"; //$NON-NLS-1$
+ String EXTENSION_POINT_MEMORY_RENDERINGS = "memoryRenderings"; //$NON-NLS-1$
/**
* Breakpoint organizers extension point identifier (value
@@ -1119,7 +1108,7 @@ public interface IDebugUIConstants {
*
* @since 3.1
*/
- public static final String EXTENSION_POINT_BREAKPOINT_ORGANIZERS = "breakpointOrganizers"; //$NON-NLS-1$
+ String EXTENSION_POINT_BREAKPOINT_ORGANIZERS = "breakpointOrganizers"; //$NON-NLS-1$
/**
* Simple identifier constant (value <code>"detailPaneFactories"</code>) for the
@@ -1127,7 +1116,7 @@ public interface IDebugUIConstants {
*
* @since 3.3
*/
- public static final String EXTENSION_POINT_DETAIL_FACTORIES = "detailPaneFactories"; //$NON-NLS-1$
+ String EXTENSION_POINT_DETAIL_FACTORIES = "detailPaneFactories"; //$NON-NLS-1$
/**
* Simple identifier constant (value <code>"toggleBreakpointsTargetFactories"</code>) for the
@@ -1135,7 +1124,7 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String EXTENSION_POINT_TOGGLE_BREAKPOINTS_TARGET_FACTORIES = "toggleBreakpointsTargetFactories"; //$NON-NLS-1$
+ String EXTENSION_POINT_TOGGLE_BREAKPOINTS_TARGET_FACTORIES = "toggleBreakpointsTargetFactories"; //$NON-NLS-1$
/**
* Update policies extension point identifier (value
@@ -1143,26 +1132,26 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String EXTENSION_POINT_UPDATE_POLICIES = "updatePolicies"; //$NON-NLS-1$
+ String EXTENSION_POINT_UPDATE_POLICIES = "updatePolicies"; //$NON-NLS-1$
/**
* Padded string preference for renderings. Padded string is the string to be used in place of
* of a memory byte if a rendering cannot render the data properly.
* @since 3.1
*/
- public static final String PREF_PADDED_STR = PLUGIN_ID + ".memory.paddedStr"; //$NON-NLS-1$
+ String PREF_PADDED_STR = PLUGIN_ID + ".memory.paddedStr"; //$NON-NLS-1$
/**
* ASCII code page for rendering memory to ASCII strings.
* @since 3.1
*/
- public static final String PREF_DEFAULT_ASCII_CODE_PAGE = PLUGIN_ID + ".defaultAsciiCodePage"; //$NON-NLS-1$
+ String PREF_DEFAULT_ASCII_CODE_PAGE = PLUGIN_ID + ".defaultAsciiCodePage"; //$NON-NLS-1$
/**
* EBCDIC code page for rendering memory to EBCDIC strings.
* @since 3.1
*/
- public static final String PREF_DEFAULT_EBCDIC_CODE_PAGE = PLUGIN_ID + ".defaultEbcdicCodePage"; //$NON-NLS-1$
+ String PREF_DEFAULT_EBCDIC_CODE_PAGE = PLUGIN_ID + ".defaultEbcdicCodePage"; //$NON-NLS-1$
/**
* Maximum number of characters to display in the details area of the variables
@@ -1170,7 +1159,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String PREF_MAX_DETAIL_LENGTH = PLUGIN_ID + ".max_detail_length"; //$NON-NLS-1$
+ String PREF_MAX_DETAIL_LENGTH = PLUGIN_ID + ".max_detail_length"; //$NON-NLS-1$
/**
* Identifier for breakpoint working set type.
@@ -1179,14 +1168,14 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String BREAKPOINT_WORKINGSET_ID = "org.eclipse.debug.ui.breakpointWorkingSet"; //$NON-NLS-1$
+ String BREAKPOINT_WORKINGSET_ID = "org.eclipse.debug.ui.breakpointWorkingSet"; //$NON-NLS-1$
/**
* Memory view identifier (value <code>"org.eclipse.debug.ui.MemoryView"</code>).
*
* @since 3.2
*/
- public static String ID_MEMORY_VIEW = "org.eclipse.debug.ui.MemoryView"; //$NON-NLS-1$
+ String ID_MEMORY_VIEW = "org.eclipse.debug.ui.MemoryView"; //$NON-NLS-1$
/**
* Memory view's rendering view pane identifier for the rendering view pane
@@ -1194,7 +1183,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static String ID_RENDERING_VIEW_PANE_1 = "org.eclipse.debug.ui.MemoryView.RenderingViewPane.1"; //$NON-NLS-1$
+ String ID_RENDERING_VIEW_PANE_1 = "org.eclipse.debug.ui.MemoryView.RenderingViewPane.1"; //$NON-NLS-1$
/**
* Memory view's rendering view pane identifier for the rendering view pane
@@ -1202,7 +1191,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static String ID_RENDERING_VIEW_PANE_2 = "org.eclipse.debug.ui.MemoryView.RenderingViewPane.2"; //$NON-NLS-1$
+ String ID_RENDERING_VIEW_PANE_2 = "org.eclipse.debug.ui.MemoryView.RenderingViewPane.2"; //$NON-NLS-1$
/**
* Preference color to indicate that a <code>MemoryByte</code> does not have history.
@@ -1210,7 +1199,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String PREF_MEMORY_HISTORY_UNKNOWN_COLOR = PLUGIN_ID + ".MemoryHistoryUnknownColor"; //$NON-NLS-1$
+ String PREF_MEMORY_HISTORY_UNKNOWN_COLOR = PLUGIN_ID + ".MemoryHistoryUnknownColor"; //$NON-NLS-1$
/**
* Preference color to indicate that a <code>MemoryByte</code> has history.
@@ -1218,7 +1207,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String PREF_MEMORY_HISTORY_KNOWN_COLOR = PLUGIN_ID + ".MemoryHistoryKnownColor"; //$NON-NLS-1$
+ String PREF_MEMORY_HISTORY_KNOWN_COLOR = PLUGIN_ID + ".MemoryHistoryKnownColor"; //$NON-NLS-1$
/**
* Annotation type identifier for default annotation of the current instruction
@@ -1228,7 +1217,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String ANNOTATION_TYPE_INSTRUCTION_POINTER_CURRENT = "org.eclipse.debug.ui.currentIP"; //$NON-NLS-1$
+ String ANNOTATION_TYPE_INSTRUCTION_POINTER_CURRENT = "org.eclipse.debug.ui.currentIP"; //$NON-NLS-1$
/**
* Annotation type identifier for default annotation of secondary instruction pointers
@@ -1238,7 +1227,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String ANNOTATION_TYPE_INSTRUCTION_POINTER_SECONDARY = "org.eclipse.debug.ui.secondaryIP"; //$NON-NLS-1$
+ String ANNOTATION_TYPE_INSTRUCTION_POINTER_SECONDARY = "org.eclipse.debug.ui.secondaryIP"; //$NON-NLS-1$
/**
* Editor Identifier for the "Common Source Not Found" editor.
@@ -1246,7 +1235,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String ID_COMMON_SOURCE_NOT_FOUND_EDITOR="org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor"; //$NON-NLS-1$
+ String ID_COMMON_SOURCE_NOT_FOUND_EDITOR="org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor"; //$NON-NLS-1$
/**
* Preference color used to render debug elements that have changed
@@ -1257,7 +1246,7 @@ public interface IDebugUIConstants {
* @since 3.2
* @see DebugUITools
*/
- public static final String PREF_CHANGED_DEBUG_ELEMENT_COLOR= "org.eclipse.debug.ui.changedDebugElement"; //$NON-NLS-1$
+ String PREF_CHANGED_DEBUG_ELEMENT_COLOR= "org.eclipse.debug.ui.changedDebugElement"; //$NON-NLS-1$
/**
@@ -1266,7 +1255,7 @@ public interface IDebugUIConstants {
* @since 3.5
* @see DebugUITools
*/
- public static final String PREF_CHANGED_VALUE_BACKGROUND = PLUGIN_ID + ".PREF_CHANGED_VALUE_BACKGROUND"; //$NON-NLS-1$
+ String PREF_CHANGED_VALUE_BACKGROUND = PLUGIN_ID + ".PREF_CHANGED_VALUE_BACKGROUND"; //$NON-NLS-1$
/**
@@ -1275,7 +1264,7 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String PREF_VARIABLE_TEXT_FONT= "org.eclipse.debug.ui.VariableTextFont"; //$NON-NLS-1$
+ String PREF_VARIABLE_TEXT_FONT= "org.eclipse.debug.ui.VariableTextFont"; //$NON-NLS-1$
/**
* The name of the font to use for detail panes. This font is managed via
@@ -1283,7 +1272,7 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String PREF_DETAIL_PANE_FONT= "org.eclipse.debug.ui.DetailPaneFont"; //$NON-NLS-1$
+ String PREF_DETAIL_PANE_FONT= "org.eclipse.debug.ui.DetailPaneFont"; //$NON-NLS-1$
/**
* Instruction pointer image for editor ruler for the currently executing
@@ -1291,14 +1280,14 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String IMG_OBJS_INSTRUCTION_POINTER_TOP = "IMG_OBJS_INSTRUCTION_POINTER_TOP"; //$NON-NLS-1$
+ String IMG_OBJS_INSTRUCTION_POINTER_TOP = "IMG_OBJS_INSTRUCTION_POINTER_TOP"; //$NON-NLS-1$
/**
* Instruction pointer image for editor ruler for secondary (non-top) stack frames.
*
* @since 3.2
*/
- public static final String IMG_OBJS_INSTRUCTION_POINTER = "IMG_OBJS_INSTRUCTION_POINTER"; //$NON-NLS-1$
+ String IMG_OBJS_INSTRUCTION_POINTER = "IMG_OBJS_INSTRUCTION_POINTER"; //$NON-NLS-1$
/**
* A key for a system property that indicates whether there are toggle
@@ -1307,7 +1296,7 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String SYS_PROP_BREAKPOINT_TOGGLE_FACTORIES_USED = "org.eclipse.debug.ui.breakpoints.toggleFactoriesUsed"; //$NON-NLS-1$
+ String SYS_PROP_BREAKPOINT_TOGGLE_FACTORIES_USED = "org.eclipse.debug.ui.breakpoints.toggleFactoriesUsed"; //$NON-NLS-1$
/**
* Name of the debug context variable which can be used in standard
@@ -1315,7 +1304,7 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String DEBUG_CONTEXT_SOURCE_NAME = "debugContext"; //$NON-NLS-1$
+ String DEBUG_CONTEXT_SOURCE_NAME = "debugContext"; //$NON-NLS-1$
/**
@@ -1324,33 +1313,33 @@ public interface IDebugUIConstants {
*
* @since 3.8
*/
- public final static String COLUMN_PRESENTATION_ID_VARIABLE = IDebugUIConstants.PLUGIN_ID + ".VARIALBE_COLUMN_PRESENTATION"; //$NON-NLS-1$
+ String COLUMN_PRESENTATION_ID_VARIABLE = IDebugUIConstants.PLUGIN_ID + ".VARIALBE_COLUMN_PRESENTATION"; //$NON-NLS-1$
/**
* Default ID for the "Name" column in the Variables views.
*
* @since 3.8
*/
- public final static String COLUMN_ID_VARIABLE_NAME = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_NAME"; //$NON-NLS-1$
+ String COLUMN_ID_VARIABLE_NAME = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_NAME"; //$NON-NLS-1$
/**
* Default ID for the "Declared Type" column in the Variables views.
*
* @since 3.8
*/
- public final static String COLUMN_ID_VARIABLE_TYPE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_TYPE"; //$NON-NLS-1$
+ String COLUMN_ID_VARIABLE_TYPE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_TYPE"; //$NON-NLS-1$
/**
* Default ID for the "Value" column in the Variables views.
*
* @since 3.8
*/
- public final static String COLUMN_ID_VARIABLE_VALUE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_VALUE"; //$NON-NLS-1$
+ String COLUMN_ID_VARIABLE_VALUE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_VALUE"; //$NON-NLS-1$
/**
* Default ID for the "Actual Type" column in the Variables views.
*
* @since 3.8
*/
- public final static String COLUMN_ID_VARIABLE_VALUE_TYPE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VALUE_TYPE"; //$NON-NLS-1$
+ String COLUMN_ID_VARIABLE_VALUE_TYPE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VALUE_TYPE"; //$NON-NLS-1$
}

Back to the top