Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2018-05-15 09:35:38 +0000
committerLars Vogel2018-06-12 10:04:07 +0000
commitec354463f89b22d856915a4a1c63eed3a7cb4464 (patch)
treeeee3b90d9d0aa7d2458fbe7d87a21515743304f0 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal
parentf488e25eeaee6a4b38800a4270b5196b7980d7a7 (diff)
downloadeclipse.platform.debug-ec354463f89b22d856915a4a1c63eed3a7cb4464.tar.gz
eclipse.platform.debug-ec354463f89b22d856915a4a1c63eed3a7cb4464.tar.xz
eclipse.platform.debug-ec354463f89b22d856915a4a1c63eed3a7cb4464.zip
Bug 534681 - Remove redundant modifiers in org.eclipse.debug.ui
Change-Id: I1d0b999ad8ead1bad88e9f23aa32fd34418c63aa Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java220
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java338
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchHistoryChangedListener.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchLabelChangedListener.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointContainer.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointOrganizer.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointUIConstants.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/ICommandParticipant.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/IEnabledTarget.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/IImportExportConstants.java30
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/AbstractLaunchConfigurationAction.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IPersistableDebugElement.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java111
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/ILabelResult.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/IBreadcrumbDropDownSite.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/IInternalTreeModelViewer.java53
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ILabelUpdateListener.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelContentProvider.java46
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelLabelProvider.java12
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ViewerStateTracker.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckUpdate.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckboxModelProxy.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenUpdate.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation.java16
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation2.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentationFactory.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementCompareRequest.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementContentProvider.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementEditor.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementLabelProvider.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoProvider.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoRequest.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ILabelUpdate.java12
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelChangedListener.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta.java44
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDeltaVisitor.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy.java12
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy2.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory2.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicy.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicyFactory.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IPresentationContext.java24
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStateUpdateListener.java12
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ITreeModelViewer.java55
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewActionProvider.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputRequestor.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputUpdate.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdateListener.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemListener.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemValidator.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousContentAdapter.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousLabelAdapter.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IChildrenRequestMonitor.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IContainerRequestMonitor.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/ILabelRequestMonitor.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/IDebugExceptionHandler.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryView.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewPane.java22
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java14
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IContentChangeComputer.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IPresentationErrorListener.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IVirtualContentListener.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/modules/IHelpContextIdProvider.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer.java12
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java2
74 files changed, 631 insertions, 638 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
index 868bbcffc..6507d2c97 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
@@ -26,133 +26,133 @@ import org.eclipse.debug.ui.IDebugUIConstants;
*/
public interface IDebugHelpContextIds {
- public static final String PREFIX = IDebugUIConstants.PLUGIN_ID + "."; //$NON-NLS-1$
+ String PREFIX = IDebugUIConstants.PLUGIN_ID + "."; //$NON-NLS-1$
// Actions
- public static final String CHANGE_VALUE_ACTION = PREFIX + "change_value_action_context"; //$NON-NLS-1$
- public static final String OPEN_BREAKPOINT_ACTION = PREFIX + "open_breakpoint_action_context"; //$NON-NLS-1$
- public static final String RELAUNCH_HISTORY_ACTION = PREFIX + "relaunch_history_action_context"; //$NON-NLS-1$
- public static final String SHOW_BREAKPOINTS_FOR_MODEL_ACTION = PREFIX + "show_breakpoints_for_model_action_context"; //$NON-NLS-1$
- public static final String COPY_BREAKPOINTS_ACTION = PREFIX + "copy_breakpoints_action_context"; //$NON-NLS-1$
- public static final String PASTE_BREAKPOINTS_ACTION = PREFIX + "paste_breakpoints_action_context"; //$NON-NLS-1$
- public static final String SHOW_TYPES_ACTION = PREFIX + "show_types_action_context"; //$NON-NLS-1$
- public static final String VARIABLES_CONTENT_PROVIDERS_ACTION = PREFIX + "variables_content_providers_action_context"; //$NON-NLS-1$
- public static final String VARIABLES_SELECT_LOGICAL_STRUCTURE = PREFIX + "variables_select_logical_structure"; //$NON-NLS-1$
- public static final String VARIABLES_SELECT_DETAIL_PANE = PREFIX + "variables_select_detail_pane_action_context"; //$NON-NLS-1$
- public static final String VARIABLES_AUTO_EXPAND = PREFIX + "variables_auto_expand_action_context"; //$NON-NLS-1$
- public static final String SELECT_WORKING_SET_ACTION = PREFIX + "select_working_set_context"; //$NON-NLS-1$
- public static final String CLEAR_WORKING_SET_ACTION = PREFIX + "clear_working_set_context"; //$NON-NLS-1$
- public static final String EDIT_LAUNCH_CONFIGURATION_ACTION = PREFIX + "edit_launch_configuration_action_context"; //$NON-NLS-1$
- public static final String OPEN_LAUNCH_CONFIGURATION_ACTION = PREFIX + "open_launch_configuration_action_context"; //$NON-NLS-1$
- public static final String LINK_BREAKPOINTS_WITH_DEBUG_ACTION= PREFIX + "link_breakpoints_with_debug_context"; //$NON-NLS-1$
- public static final String EDIT_SOURCELOOKUP_ACTION = PREFIX + "edit_source_lookup_path_context";//$NON-NLS-1$
- public static final String LOOKUP_SOURCE_ACTION = PREFIX + "lookup_source_context";//$NON-NLS-1$
- public static final String SKIP_ALL_BREAKPOINT_ACTION = PREFIX + "skip_all_breakpoints_context"; //$NON-NLS-1$
- public static final String AUTO_MANAGE_VIEWS_ACTION = PREFIX + "auto_manage_views_context"; //$NON-NLS-1$
- public static final String FIND_ELEMENT_ACTION = PREFIX + "find_element_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE = PREFIX + "detail_pane_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_ASSIGN_VALUE_ACTION = PREFIX + "detail_pane_assign_value_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_CONTENT_ASSIST_ACTION = PREFIX + "detail_pane_content_assist_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_CUT_ACTION = PREFIX + "detail_pane_cut_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_COPY_ACTION = PREFIX + "detail_pane_copy_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_PASTE_ACTION = PREFIX + "detail_pane_paste_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_SELECT_ALL_ACTION = PREFIX + "detail_pane_select_all_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_FIND_REPLACE_ACTION = PREFIX + "detail_pane_find_replace_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_WORD_WRAP_ACTION = PREFIX + "detail_pane_word_wrap_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_MAX_LENGTH_ACTION = PREFIX + "detail_pane_max_length_action_context"; //$NON-NLS-1$
- public static final String CONSOLE_TERMINATE_ACTION = PREFIX + "console_terminate_action_context"; //$NON-NLS-1$
- public static final String CONSOLE_REMOVE_ALL_TERMINATED = PREFIX + "console_remove_all_terminated_context"; //$NON-NLS-1$
- public static final String CONSOLE_REMOVE_LAUNCH = PREFIX + "console_remove_launch_context"; //$NON-NLS-1$;
- public static final String CONSOLE_SHOW_PREFERENCES = PREFIX + "console_show_preferences_action_context"; //$NON-NLS-1$
- public static final String SHOW_COLUMNS_ACTION = PREFIX + "show_columns_context"; //$NON-NLS-1$;
- public static final String CONFIGURE_COLUMNS_ACTION = PREFIX + "configure_columns_context"; //$NON-NLS-1$;
- public static final String MEMORY_VIEW_PANE_ORIENTATION_ACTION = PREFIX + "memory_view_pane_orientation_action_context"; //$NON-NLS-1$
- public static final String SHOW_WHEN_STDOUT_CHANGES_ACTION = PREFIX + "show_stdout_action_context"; //$NON-NLS-1$
- public static final String SHOW_WHEN_STDERR_CHANGES_ACTION = PREFIX + "show_stderr_action_context"; //$NON-NLS-1$
- public static final String HORIZONTAL_DETAIL_PANE_LAYOUT_ACTION = PREFIX + "horizontal_detail_pane_layout_action_context"; //$NON-NLS-1$
- public static final String VERTICAL_DETAIL_PANE_LAYOUT_ACTION = PREFIX + "vertical_detail_pane_layout_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_HIDDEN_LAYOUT_ACTION = PREFIX + "detail_pane_hidden_layout_action_context"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_AUTO_ACTION = PREFIX + "debug_view_mode_auto_action_context"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_FULL_ACTION = PREFIX + "debug_view_mode_full_action_context"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_COMPACT_ACTION = PREFIX + "debug_view_mode_compact_action_context"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_DROP_DOWN_AUTOEXPAND_ACTION = PREFIX + "debug_view_drop_down_autoexpand_action_context"; //$NON-NLS-1$
- public static final String DEBUG_TOOLBAR_VIEW_ACTION = PREFIX + "debug_toolbar_view_action_context"; //$NON-NLS-1$
- public static final String DEBUG_TOOLBAR_WINDOW_ACTION = PREFIX + "debug_toolbar_window_action_context"; //$NON-NLS-1$
- public static final String DEBUG_TOOLBAR_BOTH_ACTION = PREFIX + "debug_toolbar_both_action_context"; //$NON-NLS-1$
+ String CHANGE_VALUE_ACTION = PREFIX + "change_value_action_context"; //$NON-NLS-1$
+ String OPEN_BREAKPOINT_ACTION = PREFIX + "open_breakpoint_action_context"; //$NON-NLS-1$
+ String RELAUNCH_HISTORY_ACTION = PREFIX + "relaunch_history_action_context"; //$NON-NLS-1$
+ String SHOW_BREAKPOINTS_FOR_MODEL_ACTION = PREFIX + "show_breakpoints_for_model_action_context"; //$NON-NLS-1$
+ String COPY_BREAKPOINTS_ACTION = PREFIX + "copy_breakpoints_action_context"; //$NON-NLS-1$
+ String PASTE_BREAKPOINTS_ACTION = PREFIX + "paste_breakpoints_action_context"; //$NON-NLS-1$
+ String SHOW_TYPES_ACTION = PREFIX + "show_types_action_context"; //$NON-NLS-1$
+ String VARIABLES_CONTENT_PROVIDERS_ACTION = PREFIX + "variables_content_providers_action_context"; //$NON-NLS-1$
+ String VARIABLES_SELECT_LOGICAL_STRUCTURE = PREFIX + "variables_select_logical_structure"; //$NON-NLS-1$
+ String VARIABLES_SELECT_DETAIL_PANE = PREFIX + "variables_select_detail_pane_action_context"; //$NON-NLS-1$
+ String VARIABLES_AUTO_EXPAND = PREFIX + "variables_auto_expand_action_context"; //$NON-NLS-1$
+ String SELECT_WORKING_SET_ACTION = PREFIX + "select_working_set_context"; //$NON-NLS-1$
+ String CLEAR_WORKING_SET_ACTION = PREFIX + "clear_working_set_context"; //$NON-NLS-1$
+ String EDIT_LAUNCH_CONFIGURATION_ACTION = PREFIX + "edit_launch_configuration_action_context"; //$NON-NLS-1$
+ String OPEN_LAUNCH_CONFIGURATION_ACTION = PREFIX + "open_launch_configuration_action_context"; //$NON-NLS-1$
+ String LINK_BREAKPOINTS_WITH_DEBUG_ACTION= PREFIX + "link_breakpoints_with_debug_context"; //$NON-NLS-1$
+ String EDIT_SOURCELOOKUP_ACTION = PREFIX + "edit_source_lookup_path_context";//$NON-NLS-1$
+ String LOOKUP_SOURCE_ACTION = PREFIX + "lookup_source_context";//$NON-NLS-1$
+ String SKIP_ALL_BREAKPOINT_ACTION = PREFIX + "skip_all_breakpoints_context"; //$NON-NLS-1$
+ String AUTO_MANAGE_VIEWS_ACTION = PREFIX + "auto_manage_views_context"; //$NON-NLS-1$
+ String FIND_ELEMENT_ACTION = PREFIX + "find_element_context"; //$NON-NLS-1$
+ String DETAIL_PANE = PREFIX + "detail_pane_context"; //$NON-NLS-1$
+ String DETAIL_PANE_ASSIGN_VALUE_ACTION = PREFIX + "detail_pane_assign_value_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_CONTENT_ASSIST_ACTION = PREFIX + "detail_pane_content_assist_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_CUT_ACTION = PREFIX + "detail_pane_cut_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_COPY_ACTION = PREFIX + "detail_pane_copy_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_PASTE_ACTION = PREFIX + "detail_pane_paste_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_SELECT_ALL_ACTION = PREFIX + "detail_pane_select_all_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_FIND_REPLACE_ACTION = PREFIX + "detail_pane_find_replace_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_WORD_WRAP_ACTION = PREFIX + "detail_pane_word_wrap_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_MAX_LENGTH_ACTION = PREFIX + "detail_pane_max_length_action_context"; //$NON-NLS-1$
+ String CONSOLE_TERMINATE_ACTION = PREFIX + "console_terminate_action_context"; //$NON-NLS-1$
+ String CONSOLE_REMOVE_ALL_TERMINATED = PREFIX + "console_remove_all_terminated_context"; //$NON-NLS-1$
+ String CONSOLE_REMOVE_LAUNCH = PREFIX + "console_remove_launch_context"; //$NON-NLS-1$;
+ String CONSOLE_SHOW_PREFERENCES = PREFIX + "console_show_preferences_action_context"; //$NON-NLS-1$
+ String SHOW_COLUMNS_ACTION = PREFIX + "show_columns_context"; //$NON-NLS-1$;
+ String CONFIGURE_COLUMNS_ACTION = PREFIX + "configure_columns_context"; //$NON-NLS-1$;
+ String MEMORY_VIEW_PANE_ORIENTATION_ACTION = PREFIX + "memory_view_pane_orientation_action_context"; //$NON-NLS-1$
+ String SHOW_WHEN_STDOUT_CHANGES_ACTION = PREFIX + "show_stdout_action_context"; //$NON-NLS-1$
+ String SHOW_WHEN_STDERR_CHANGES_ACTION = PREFIX + "show_stderr_action_context"; //$NON-NLS-1$
+ String HORIZONTAL_DETAIL_PANE_LAYOUT_ACTION = PREFIX + "horizontal_detail_pane_layout_action_context"; //$NON-NLS-1$
+ String VERTICAL_DETAIL_PANE_LAYOUT_ACTION = PREFIX + "vertical_detail_pane_layout_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_HIDDEN_LAYOUT_ACTION = PREFIX + "detail_pane_hidden_layout_action_context"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_AUTO_ACTION = PREFIX + "debug_view_mode_auto_action_context"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_FULL_ACTION = PREFIX + "debug_view_mode_full_action_context"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_COMPACT_ACTION = PREFIX + "debug_view_mode_compact_action_context"; //$NON-NLS-1$
+ String DEBUG_VIEW_DROP_DOWN_AUTOEXPAND_ACTION = PREFIX + "debug_view_drop_down_autoexpand_action_context"; //$NON-NLS-1$
+ String DEBUG_TOOLBAR_VIEW_ACTION = PREFIX + "debug_toolbar_view_action_context"; //$NON-NLS-1$
+ String DEBUG_TOOLBAR_WINDOW_ACTION = PREFIX + "debug_toolbar_window_action_context"; //$NON-NLS-1$
+ String DEBUG_TOOLBAR_BOTH_ACTION = PREFIX + "debug_toolbar_both_action_context"; //$NON-NLS-1$
// Views
- public static final String DEBUG_VIEW = PREFIX + "debug_view_context"; //$NON-NLS-1$
- public static final String VARIABLE_VIEW = PREFIX + "variable_view_context"; //$NON-NLS-1$
- public static final String BREAKPOINT_VIEW = PREFIX + "breakpoint_view_context"; //$NON-NLS-1$
- public static final String EXPRESSION_VIEW = PREFIX + "expression_view_context"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_VIEW = PREFIX + "launch_configuration_view_context"; //$NON-NLS-1$
- public static final String REGISTERS_VIEW = PREFIX + "registers_view_context"; //$NON-NLS-1$
- public static final String PROCESS_CONSOLE = PREFIX + "process_console_context"; //$NON-NLS-1$
- public static final String MODULES_VIEW = PREFIX + "modules_view_context"; //$NON-NLS-1$
+ String DEBUG_VIEW = PREFIX + "debug_view_context"; //$NON-NLS-1$
+ String VARIABLE_VIEW = PREFIX + "variable_view_context"; //$NON-NLS-1$
+ String BREAKPOINT_VIEW = PREFIX + "breakpoint_view_context"; //$NON-NLS-1$
+ String EXPRESSION_VIEW = PREFIX + "expression_view_context"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_VIEW = PREFIX + "launch_configuration_view_context"; //$NON-NLS-1$
+ String REGISTERS_VIEW = PREFIX + "registers_view_context"; //$NON-NLS-1$
+ String PROCESS_CONSOLE = PREFIX + "process_console_context"; //$NON-NLS-1$
+ String MODULES_VIEW = PREFIX + "modules_view_context"; //$NON-NLS-1$
// Preference pages
- public static final String DEBUG_PREFERENCE_PAGE = PREFIX + "debug_preference_page_context"; //$NON-NLS-1$
- public static final String CONSOLE_PREFERENCE_PAGE = PREFIX + "console_preference_page_context"; //$NON-NLS-1$
- public static final String SIMPLE_VARIABLE_PREFERENCE_PAGE = PREFIX + "simple_variable_preference_page_context"; //$NON-NLS-1$
- public static final String PERSPECTIVE_PREFERENCE_PAGE = PREFIX + "perspective_preference_page_context"; //$NON-NLS-1$
- public static final String LAUNCHING_PREFERENCE_PAGE = PREFIX + "launching_preference_page_context"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_PREFERENCE_PAGE = PREFIX + "launch_configuration_preference_page_context"; //$NON-NLS-1$
- public static final String VIEW_MANAGEMENT_PREFERENCE_PAGE = PREFIX + "view_management_preference_page_context"; //$NON-NLS-1$
- public static final String LAUNCH_DELEGATES_PREFERENCE_PAGE = PREFIX + "launch_delegate_preference_page_context"; //$NON-NLS-1$
+ String DEBUG_PREFERENCE_PAGE = PREFIX + "debug_preference_page_context"; //$NON-NLS-1$
+ String CONSOLE_PREFERENCE_PAGE = PREFIX + "console_preference_page_context"; //$NON-NLS-1$
+ String SIMPLE_VARIABLE_PREFERENCE_PAGE = PREFIX + "simple_variable_preference_page_context"; //$NON-NLS-1$
+ String PERSPECTIVE_PREFERENCE_PAGE = PREFIX + "perspective_preference_page_context"; //$NON-NLS-1$
+ String LAUNCHING_PREFERENCE_PAGE = PREFIX + "launching_preference_page_context"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_PREFERENCE_PAGE = PREFIX + "launch_configuration_preference_page_context"; //$NON-NLS-1$
+ String VIEW_MANAGEMENT_PREFERENCE_PAGE = PREFIX + "view_management_preference_page_context"; //$NON-NLS-1$
+ String LAUNCH_DELEGATES_PREFERENCE_PAGE = PREFIX + "launch_delegate_preference_page_context"; //$NON-NLS-1$
// Dialogs
- public static final String LAUNCH_CONFIGURATION_DIALOG = PREFIX + "launch_configuration_dialog"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_PROPERTIES_DIALOG = PREFIX + "launch_configuration_properties_dialog"; //$NON-NLS-1$
- public static final String SINGLE_LAUNCH_CONFIGURATION_DIALOG = PREFIX + "single_launch_configuration_dialog"; //$NON-NLS-1$
- public static final String VARIABLE_SELECTION_DIALOG = PREFIX + "variable_selection_dialog_context"; //$NON-NLS-1$
- public static final String EDIT_SOURCELOOKUP_DIALOG = PREFIX + "edit_source_lookup_path_dialog";//$NON-NLS-1$
- public static final String SOURCELOOKUP_TAB = PREFIX + "launch_configuration_dialog_source_tab";//$NON-NLS-1$
- public static final String ADD_SOURCE_CONTAINER_DIALOG = PREFIX + "add_source_container_dialog";//$NON-NLS-1$
- public static final String ADD_PROJECT_CONTAINER_DIALOG = PREFIX + "project_source_container_dialog";//$NON-NLS-1$
- public static final String ADD_FOLDER_CONTAINER_DIALOG = PREFIX + "folder_source_container_dialog";//$NON-NLS-1$
- public static final String ADD_ARCHIVE_CONTAINER_DIALOG = PREFIX + "archive_source_container_dialog";//$NON-NLS-1$
- public static final String MULTIPLE_SOURCE_DIALOG = PREFIX + "multiple_source_selection_dialog";//$NON-NLS-1$
- public static final String ADD_WATCH_EXPRESSION_DIALOG= PREFIX + "add_watch_expression_dialog_context"; //$NON-NLS-1$
- public static final String EDIT_WATCH_EXPRESSION_DIALOG = PREFIX + "edit_watch_expression_dialog_context"; //$NON-NLS-1$
- public static final String FIND_ELEMENT_DIALOG = PREFIX + "find_element_dialog_context"; //$NON-NLS-1$
- public static final String CONFIGURE_COLUMNS_DIALOG = PREFIX + "configure_columns_dialog_context"; //$NON-NLS-1$;
- public static final String GROUP_BREAKPOINTS_DIALOG = PREFIX + "group_breakpoints_dialog_context"; //$NON-NLS-1$
- public static final String ORGANIZE_FAVORITES_DIALOG = PREFIX + "organize_favorites_dialog_context"; //$NON-NLS-1$
- public static final String SELECT_DEFAULT_WORKINGSET_DIALOG = PREFIX + "select_breakpoint_workingset_dialog"; //$NON-NLS-1$
- public static final String DELETE_ASSOCIATED_LAUNCH_CONFIGS_DIALOG = PREFIX + "delete_associated_launch_configs_dialog"; //$NON-NLS-1$
- public static final String SELECT_LAUNCH_MODES_DIALOG = PREFIX + "select_launch_modes_dialog"; //$NON-NLS-1$
- public static final String SELECT_LAUNCHERS_DIALOG = PREFIX + "select_launchers_dialog"; //$NON-NLS-1$
- public static final String SELECT_RESOURCES_TO_SAVE_DIALOG = PREFIX + "select_resources_to_save_dialog"; //$NON-NLS-1$
- public static final String SELECT_LAUNCH_METHOD_DIALOG = PREFIX + "select_launch_method_dialog"; //$NON-NLS-1$
- public static final String SELECT_LAUNCH_CONFIGURATION_DIALOG = PREFIX + "select_launch_configuration_dialog"; //$NON-NLS-1$
- public static final String SELECT_DIRECTORY_SOURCE_CONTAINER_DIALOG = PREFIX + "select_directory_source_container_dialog"; //$NON-NLS-1$
- public static final String SELECT_CONFIGURATION_TYPE_DIALOG = PREFIX + "select_configuration_type_dialog"; //$NON-NLS-1$
- public static final String SELECT_FAVORITES_DIALOG = PREFIX + "select_favorites_dialog"; //$NON-NLS-1$
- public static final String SELECT_NATIVE_ENVIRONMENT_DIALOG = PREFIX + "select_native_environment_dialog"; //$NON-NLS-1$
- public static final String SELECT_LAUNCH_CONFIGURATION_MIGRATION_DIALOG = PREFIX + "select_launch_configuration_migration_dialog"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG = PREFIX + "launch_configuration_dialog"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_PROPERTIES_DIALOG = PREFIX + "launch_configuration_properties_dialog"; //$NON-NLS-1$
+ String SINGLE_LAUNCH_CONFIGURATION_DIALOG = PREFIX + "single_launch_configuration_dialog"; //$NON-NLS-1$
+ String VARIABLE_SELECTION_DIALOG = PREFIX + "variable_selection_dialog_context"; //$NON-NLS-1$
+ String EDIT_SOURCELOOKUP_DIALOG = PREFIX + "edit_source_lookup_path_dialog";//$NON-NLS-1$
+ String SOURCELOOKUP_TAB = PREFIX + "launch_configuration_dialog_source_tab";//$NON-NLS-1$
+ String ADD_SOURCE_CONTAINER_DIALOG = PREFIX + "add_source_container_dialog";//$NON-NLS-1$
+ String ADD_PROJECT_CONTAINER_DIALOG = PREFIX + "project_source_container_dialog";//$NON-NLS-1$
+ String ADD_FOLDER_CONTAINER_DIALOG = PREFIX + "folder_source_container_dialog";//$NON-NLS-1$
+ String ADD_ARCHIVE_CONTAINER_DIALOG = PREFIX + "archive_source_container_dialog";//$NON-NLS-1$
+ String MULTIPLE_SOURCE_DIALOG = PREFIX + "multiple_source_selection_dialog";//$NON-NLS-1$
+ String ADD_WATCH_EXPRESSION_DIALOG= PREFIX + "add_watch_expression_dialog_context"; //$NON-NLS-1$
+ String EDIT_WATCH_EXPRESSION_DIALOG = PREFIX + "edit_watch_expression_dialog_context"; //$NON-NLS-1$
+ String FIND_ELEMENT_DIALOG = PREFIX + "find_element_dialog_context"; //$NON-NLS-1$
+ String CONFIGURE_COLUMNS_DIALOG = PREFIX + "configure_columns_dialog_context"; //$NON-NLS-1$;
+ String GROUP_BREAKPOINTS_DIALOG = PREFIX + "group_breakpoints_dialog_context"; //$NON-NLS-1$
+ String ORGANIZE_FAVORITES_DIALOG = PREFIX + "organize_favorites_dialog_context"; //$NON-NLS-1$
+ String SELECT_DEFAULT_WORKINGSET_DIALOG = PREFIX + "select_breakpoint_workingset_dialog"; //$NON-NLS-1$
+ String DELETE_ASSOCIATED_LAUNCH_CONFIGS_DIALOG = PREFIX + "delete_associated_launch_configs_dialog"; //$NON-NLS-1$
+ String SELECT_LAUNCH_MODES_DIALOG = PREFIX + "select_launch_modes_dialog"; //$NON-NLS-1$
+ String SELECT_LAUNCHERS_DIALOG = PREFIX + "select_launchers_dialog"; //$NON-NLS-1$
+ String SELECT_RESOURCES_TO_SAVE_DIALOG = PREFIX + "select_resources_to_save_dialog"; //$NON-NLS-1$
+ String SELECT_LAUNCH_METHOD_DIALOG = PREFIX + "select_launch_method_dialog"; //$NON-NLS-1$
+ String SELECT_LAUNCH_CONFIGURATION_DIALOG = PREFIX + "select_launch_configuration_dialog"; //$NON-NLS-1$
+ String SELECT_DIRECTORY_SOURCE_CONTAINER_DIALOG = PREFIX + "select_directory_source_container_dialog"; //$NON-NLS-1$
+ String SELECT_CONFIGURATION_TYPE_DIALOG = PREFIX + "select_configuration_type_dialog"; //$NON-NLS-1$
+ String SELECT_FAVORITES_DIALOG = PREFIX + "select_favorites_dialog"; //$NON-NLS-1$
+ String SELECT_NATIVE_ENVIRONMENT_DIALOG = PREFIX + "select_native_environment_dialog"; //$NON-NLS-1$
+ String SELECT_LAUNCH_CONFIGURATION_MIGRATION_DIALOG = PREFIX + "select_launch_configuration_migration_dialog"; //$NON-NLS-1$
// Property pages
- public static final String PROCESS_PROPERTY_PAGE = PREFIX + "process_property_page_context"; //$NON-NLS-1$
- public static final String PROCESS_PAGE_RUN_AT = PREFIX + "process_page_run_at_time_widget"; //$NON-NLS-1$
- public static final String RUN_DEBUG_RESOURCE_PROPERTY_PAGE = PREFIX + "run_debug_resource_property_page"; //$NON-NLS-1$
+ String PROCESS_PROPERTY_PAGE = PREFIX + "process_property_page_context"; //$NON-NLS-1$
+ String PROCESS_PAGE_RUN_AT = PREFIX + "process_page_run_at_time_widget"; //$NON-NLS-1$
+ String RUN_DEBUG_RESOURCE_PROPERTY_PAGE = PREFIX + "run_debug_resource_property_page"; //$NON-NLS-1$
// Launch configuration dialog pages
- public static final String LAUNCH_CONFIGURATION_DIALOG_COMMON_TAB = PREFIX + "launch_configuration_dialog_common_tab"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_DIALOG_PERSPECTIVE_TAB = PREFIX + "launch_configuration_dialog_perspective_tab"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_DIALOG_REFRESH_TAB = PREFIX + "launch_configuration_dialog_refresh_tab"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_DIALOG_ENVIRONMENT_TAB = PREFIX + "launch_configuration_dialog_environment_tab"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_DIALOG_PROTOTYPE_TAB = PREFIX + "launch_configuration_dialog_prototype_tab"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG_COMMON_TAB = PREFIX + "launch_configuration_dialog_common_tab"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG_PERSPECTIVE_TAB = PREFIX + "launch_configuration_dialog_perspective_tab"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG_REFRESH_TAB = PREFIX + "launch_configuration_dialog_refresh_tab"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG_ENVIRONMENT_TAB = PREFIX + "launch_configuration_dialog_environment_tab"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG_PROTOTYPE_TAB = PREFIX + "launch_configuration_dialog_prototype_tab"; //$NON-NLS-1$
// Working set page
- public static final String WORKING_SET_PAGE = PREFIX + "working_set_page_context"; //$NON-NLS-1$
+ String WORKING_SET_PAGE = PREFIX + "working_set_page_context"; //$NON-NLS-1$
//Wizards
- public static final String IMPORT_BREAKPOINTS_WIZARD_PAGE = PREFIX + "import_breakpoints_wizard_page_context"; //$NON-NLS-1$
- public static final String EXPORT_BREAKPOINTS_WIZARD_PAGE = PREFIX + "export_breakpoints_wizard_page_context"; //$NON-NLS-1$
- public static final String IMPORT_LAUNCH_CONFIGURATIONS_PAGE = PREFIX + "import_launch_configurations_context"; //$NON-NLS-1$
- public static final String EXPORT_LAUNCH_CONFIGURATIONS_PAGE = PREFIX + "export_launch_configurations_context"; //$NON-NLS-1$
+ String IMPORT_BREAKPOINTS_WIZARD_PAGE = PREFIX + "import_breakpoints_wizard_page_context"; //$NON-NLS-1$
+ String EXPORT_BREAKPOINTS_WIZARD_PAGE = PREFIX + "export_breakpoints_wizard_page_context"; //$NON-NLS-1$
+ String IMPORT_LAUNCH_CONFIGURATIONS_PAGE = PREFIX + "import_launch_configurations_context"; //$NON-NLS-1$
+ String EXPORT_LAUNCH_CONFIGURATIONS_PAGE = PREFIX + "export_launch_configurations_context"; //$NON-NLS-1$
//Editor
- public static final String NO_SOURCE_EDITOR = PREFIX + "debugger_editor_no_source_common";//$NON-NLS-1$
+ String NO_SOURCE_EDITOR = PREFIX + "debugger_editor_no_source_common";//$NON-NLS-1$
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
index b404e9fa9..8e8fa7451 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
@@ -21,202 +21,201 @@ import org.eclipse.debug.ui.IDebugUIConstants;
public interface IInternalDebugUIConstants {
- public static final String DIALOGSTORE_LASTEXTJAR= "org.eclipse.debug.ui.lastextjar"; //$NON-NLS-1$
+ String DIALOGSTORE_LASTEXTJAR= "org.eclipse.debug.ui.lastextjar"; //$NON-NLS-1$
//Folders
- public static final String ID_NAVIGATOR_FOLDER_VIEW= "org.eclipse.debug.internal.ui.NavigatorFolderView"; //$NON-NLS-1$
- public static final String ID_TOOLS_FOLDER_VIEW= "org.eclipse.debug.internal.ui.ToolsFolderView"; //$NON-NLS-1$
- public static final String ID_CONSOLE_FOLDER_VIEW= "org.eclipse.debug.internal.ui.ConsoleFolderView"; //$NON-NLS-1$
- public static final String ID_OUTLINE_FOLDER_VIEW= "org.eclipse.debug.internal.ui.OutlineFolderView"; //$NON-NLS-1$
+ String ID_NAVIGATOR_FOLDER_VIEW= "org.eclipse.debug.internal.ui.NavigatorFolderView"; //$NON-NLS-1$
+ String ID_TOOLS_FOLDER_VIEW= "org.eclipse.debug.internal.ui.ToolsFolderView"; //$NON-NLS-1$
+ String ID_CONSOLE_FOLDER_VIEW= "org.eclipse.debug.internal.ui.ConsoleFolderView"; //$NON-NLS-1$
+ String ID_OUTLINE_FOLDER_VIEW= "org.eclipse.debug.internal.ui.OutlineFolderView"; //$NON-NLS-1$
// tool images
- public static final String IMG_LCL_COLLAPSE_ALL = "IMG_LCL_COLLAPSE_ALL"; //$NON-NLS-1$
- public static final String IMG_LCL_TERMINATE = "IMG_LCL_TERMINATE"; //$NON-NLS-1$
- public static final String IMG_LCL_SHOW_LOGICAL_STRUCTURE = "IMG_LCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
- public static final String IMG_LCL_RUN_TO_LINE= "IMG_LCL_RUN_TO_LINE"; //$NON-NLS-1$
- public static final String IMG_SRC_LOOKUP_MENU = "IMG_SRC_LOOKUP_MENU"; //$NON-NLS-1$
+ String IMG_LCL_COLLAPSE_ALL = "IMG_LCL_COLLAPSE_ALL"; //$NON-NLS-1$
+ String IMG_LCL_TERMINATE = "IMG_LCL_TERMINATE"; //$NON-NLS-1$
+ String IMG_LCL_SHOW_LOGICAL_STRUCTURE = "IMG_LCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
+ String IMG_LCL_RUN_TO_LINE= "IMG_LCL_RUN_TO_LINE"; //$NON-NLS-1$
+ String IMG_SRC_LOOKUP_MENU = "IMG_SRC_LOOKUP_MENU"; //$NON-NLS-1$
/**
* @deprecated Use IDebugUIConstants#IMG_LCL_ADD
*/
- @Deprecated
- public static final String IMG_LCL_MONITOR_EXPRESSION= IDebugUIConstants.IMG_LCL_ADD;
- public static final String IMG_LCL_REMOVE_MEMORY= "IMG_LCL_REMOVE_MEMORY"; //$NON-NLS-1$
- public static final String IMG_LCL_RESET_MEMORY= "IMG_LCL_RESET_MEMORY";//$NON-NLS-1$
- public static final String IMG_LCL_COPY_VIEW_TO_CLIPBOARD = "IMG_LCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
- public static final String IMG_LCL_PRINT_TOP_VIEW_TAB = "IMG_LCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
+ @Deprecated String IMG_LCL_MONITOR_EXPRESSION= IDebugUIConstants.IMG_LCL_ADD;
+ String IMG_LCL_REMOVE_MEMORY= "IMG_LCL_REMOVE_MEMORY"; //$NON-NLS-1$
+ String IMG_LCL_RESET_MEMORY= "IMG_LCL_RESET_MEMORY";//$NON-NLS-1$
+ String IMG_LCL_COPY_VIEW_TO_CLIPBOARD = "IMG_LCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
+ String IMG_LCL_PRINT_TOP_VIEW_TAB = "IMG_LCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
// disabled local tool images
- public static final String IMG_DLCL_LOCK= "IMG_DLCL_LOCK"; //$NON-NLS-1$
- public static final String IMG_DLCL_DETAIL_PANE= "IMG_DLCL_DETAIL_PANE"; //$NON-NLS-1$
- public static final String IMG_DLCL_CHANGE_VARIABLE_VALUE= "IMG_DLCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
- public static final String IMG_DLCL_TYPE_NAMES= "IMG_DLCL_TYPE_NAMES"; //$NON-NLS-1$
- public static final String IMG_DLCL_SHOW_LOGICAL_STRUCTURE= "IMG_DLCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
- public static final String IMG_DLCL_DETAIL_PANE_UNDER= "IMG_DLCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
- public static final String IMG_DLCL_DETAIL_PANE_RIGHT= "IMG_DLCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
- public static final String IMG_DLCL_DETAIL_PANE_HIDE= "IMG_DLCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
- public static final String IMG_DLCL_DETAIL_PANE_AUTO= "IMG_DLCL_DETAIL_PANE_AUTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_COLLAPSE_ALL = "IMG_DLCL_COLLAPSE_ALL"; //$NON-NLS-1$
- public static final String IMG_DLCL_TERMINATE = "IMG_DLCL_TERMINATE"; //$NON-NLS-1$
- public static final String IMG_DLCL_REMOVE_ALL = "IMG_DLCL_REMOVE_ALL"; //$NON-NLS-1$
- public static final String IMG_DLCL_REMOVE = "IMG_DLCL_REMOVE"; //$NON-NLS-1$
- public static final String IMG_DLCL_RUN_TO_LINE= "IMG_DLCL_RUN_TO_LINE"; //$NON-NLS-1$
- public static final String IMG_SRC_LOOKUP_MENU_DLCL = "IMG_SRC_LOOKUP_MENU_DISABLED"; //$NON-NLS-1$
- public static final String IMG_DLCL_MONITOR_EXPRESSION= "IMG_DLCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
- public static final String IMG_DLCL_REMOVE_MEMORY= "IMG_DLCL_REMOVE_MEMORY"; //$NON-NLS-1$
- public static final String IMG_DLCL_RESET_MEMORY= "IMG_DLCL_RESET_MEMORY"; //$NON-NLS-1$
- public static final String IMG_DLCL_COPY_VIEW_TO_CLIPBOARD= "IMG_DLCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
- public static final String IMG_DLCL_PRINT_TOP_VIEW_TAB= "IMG_DLCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
- public static final String IMG_DLCL_NEW_CONFIG = "IMG_DLCL_NEW_CONFIG"; //$NON-NLS-1$
- public static final String IMG_DLCL_DUPLICATE_CONFIG = "IMG_DLCL_DUPLICATE_CONFIG"; //$NON-NLS-1$
- public static final String IMG_DLCL_DELETE_CONFIG = "IMG_DLCL_DELETE_CONFIG"; //$NON-NLS-1$
- public static final String IMG_DLCL_FILTER_CONFIGS = "IMG_DLCL_FILTER_CONFIGS"; //$NON-NLS-1$
- public static final String IMG_DLCL_NEW_PROTO = "IMG_DLCL_NEW_PROTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_LINK_PROTO = "IMG_DLCL_LINK_PROTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_UNLINK_PROTO = "IMG_DLCL_UNLINK_PROTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_RESET_PROTO = "IMG_DLCL_RESET_PROTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_SUSPEND = "IMG_DLCL_SUSPEND"; //$NON-NLS-1$
- public static final String IMG_DLCL_RESUME = "IMG_DLCL_RESUME"; //$NON-NLS-1$
- public static final String IMG_DLCL_STEP_RETURN = "IMG_DLCL_STEP_RETURN"; //$NON-NLS-1$
- public static final String IMG_DLCL_STEP_OVER = "IMG_DLCL_STEP_OVER"; //$NON-NLS-1$
- public static final String IMG_DLCL_STEP_INTO = "IMG_DLCL_STEP_INTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_TERMINATE_AND_REMOVE = "IMG_DLCL_TERMINATE_AND_REMOVE"; //$NON-NLS-1$
- public static final String IMG_DLCL_TERMINATE_ALL = "IMG_DLCL_TERMINATE_ALL"; //$NON-NLS-1$
- public static final String IMG_DLCL_TERMINATE_AND_RELAUNCH = "IMG_DLCL_TERMINATE_AND_RELAUNCH"; //$NON-NLS-1$
- public static final String IMG_DLCL_TOGGLE_STEP_FILTERS = "IMG_DLCL_TOGGLE_STEP_FILTERS"; //$NON-NLS-1$
- public static final String IMG_DLCL_NEXT_THREAD = "IMG_DLCL_NEXT_THREAD"; //$NON-NLS-1$
- public static final String IMG_DLCL_PREVIOUS_THREAD = "IMG_DLCL_PREVIOUS_THREAD"; //$NON-NLS-1$
- public static final String IMG_DLCL_RESTART = "IMG_DLCL_RESTART"; //$NON-NLS-1$
- public static final String IMG_DLCL_EXPORT_CONFIG = "IMG_DLCL_EXPORT_CONFIG"; //$NON-NLS-1$
+ String IMG_DLCL_LOCK= "IMG_DLCL_LOCK"; //$NON-NLS-1$
+ String IMG_DLCL_DETAIL_PANE= "IMG_DLCL_DETAIL_PANE"; //$NON-NLS-1$
+ String IMG_DLCL_CHANGE_VARIABLE_VALUE= "IMG_DLCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
+ String IMG_DLCL_TYPE_NAMES= "IMG_DLCL_TYPE_NAMES"; //$NON-NLS-1$
+ String IMG_DLCL_SHOW_LOGICAL_STRUCTURE= "IMG_DLCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
+ String IMG_DLCL_DETAIL_PANE_UNDER= "IMG_DLCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
+ String IMG_DLCL_DETAIL_PANE_RIGHT= "IMG_DLCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
+ String IMG_DLCL_DETAIL_PANE_HIDE= "IMG_DLCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
+ String IMG_DLCL_DETAIL_PANE_AUTO= "IMG_DLCL_DETAIL_PANE_AUTO"; //$NON-NLS-1$
+ String IMG_DLCL_COLLAPSE_ALL = "IMG_DLCL_COLLAPSE_ALL"; //$NON-NLS-1$
+ String IMG_DLCL_TERMINATE = "IMG_DLCL_TERMINATE"; //$NON-NLS-1$
+ String IMG_DLCL_REMOVE_ALL = "IMG_DLCL_REMOVE_ALL"; //$NON-NLS-1$
+ String IMG_DLCL_REMOVE = "IMG_DLCL_REMOVE"; //$NON-NLS-1$
+ String IMG_DLCL_RUN_TO_LINE= "IMG_DLCL_RUN_TO_LINE"; //$NON-NLS-1$
+ String IMG_SRC_LOOKUP_MENU_DLCL = "IMG_SRC_LOOKUP_MENU_DISABLED"; //$NON-NLS-1$
+ String IMG_DLCL_MONITOR_EXPRESSION= "IMG_DLCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
+ String IMG_DLCL_REMOVE_MEMORY= "IMG_DLCL_REMOVE_MEMORY"; //$NON-NLS-1$
+ String IMG_DLCL_RESET_MEMORY= "IMG_DLCL_RESET_MEMORY"; //$NON-NLS-1$
+ String IMG_DLCL_COPY_VIEW_TO_CLIPBOARD= "IMG_DLCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
+ String IMG_DLCL_PRINT_TOP_VIEW_TAB= "IMG_DLCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
+ String IMG_DLCL_NEW_CONFIG = "IMG_DLCL_NEW_CONFIG"; //$NON-NLS-1$
+ String IMG_DLCL_DUPLICATE_CONFIG = "IMG_DLCL_DUPLICATE_CONFIG"; //$NON-NLS-1$
+ String IMG_DLCL_DELETE_CONFIG = "IMG_DLCL_DELETE_CONFIG"; //$NON-NLS-1$
+ String IMG_DLCL_FILTER_CONFIGS = "IMG_DLCL_FILTER_CONFIGS"; //$NON-NLS-1$
+ String IMG_DLCL_NEW_PROTO = "IMG_DLCL_NEW_PROTO"; //$NON-NLS-1$
+ String IMG_DLCL_LINK_PROTO = "IMG_DLCL_LINK_PROTO"; //$NON-NLS-1$
+ String IMG_DLCL_UNLINK_PROTO = "IMG_DLCL_UNLINK_PROTO"; //$NON-NLS-1$
+ String IMG_DLCL_RESET_PROTO = "IMG_DLCL_RESET_PROTO"; //$NON-NLS-1$
+ String IMG_DLCL_SUSPEND = "IMG_DLCL_SUSPEND"; //$NON-NLS-1$
+ String IMG_DLCL_RESUME = "IMG_DLCL_RESUME"; //$NON-NLS-1$
+ String IMG_DLCL_STEP_RETURN = "IMG_DLCL_STEP_RETURN"; //$NON-NLS-1$
+ String IMG_DLCL_STEP_OVER = "IMG_DLCL_STEP_OVER"; //$NON-NLS-1$
+ String IMG_DLCL_STEP_INTO = "IMG_DLCL_STEP_INTO"; //$NON-NLS-1$
+ String IMG_DLCL_TERMINATE_AND_REMOVE = "IMG_DLCL_TERMINATE_AND_REMOVE"; //$NON-NLS-1$
+ String IMG_DLCL_TERMINATE_ALL = "IMG_DLCL_TERMINATE_ALL"; //$NON-NLS-1$
+ String IMG_DLCL_TERMINATE_AND_RELAUNCH = "IMG_DLCL_TERMINATE_AND_RELAUNCH"; //$NON-NLS-1$
+ String IMG_DLCL_TOGGLE_STEP_FILTERS = "IMG_DLCL_TOGGLE_STEP_FILTERS"; //$NON-NLS-1$
+ String IMG_DLCL_NEXT_THREAD = "IMG_DLCL_NEXT_THREAD"; //$NON-NLS-1$
+ String IMG_DLCL_PREVIOUS_THREAD = "IMG_DLCL_PREVIOUS_THREAD"; //$NON-NLS-1$
+ String IMG_DLCL_RESTART = "IMG_DLCL_RESTART"; //$NON-NLS-1$
+ String IMG_DLCL_EXPORT_CONFIG = "IMG_DLCL_EXPORT_CONFIG"; //$NON-NLS-1$
//TODO: Move this IDebugUIConstants. Created too late in 3.2 cycle to add API.
//The enabled icon is already API.
- public static final String IMG_DLCL_DISCONNECT= "IMG_DLCL_DISCONNECT"; //$NON-NLS-1$
+ String IMG_DLCL_DISCONNECT= "IMG_DLCL_DISCONNECT"; //$NON-NLS-1$
// enabled local tool images
- public static final String IMG_ELCL_LOCK= "IMG_ELCL_LOCK"; //$NON-NLS-1$
- public static final String IMG_ELCL_DETAIL_PANE= "IMG_ELCL_DETAIL_PANE"; //$NON-NLS-1$
- public static final String IMG_ELCL_CHANGE_VARIABLE_VALUE= "IMG_ELCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
- public static final String IMG_ELCL_TYPE_NAMES= "IMG_ELCL_TYPE_NAMES"; //$NON-NLS-1$
- public static final String IMG_ELCL_SHOW_LOGICAL_STRUCTURE= "IMG_ELCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
- public static final String IMG_ELCL_DETAIL_PANE_UNDER= "IMG_ELCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
- public static final String IMG_ELCL_DETAIL_PANE_RIGHT= "IMG_ELCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
- public static final String IMG_ELCL_DETAIL_PANE_HIDE= "IMG_ELCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
- public static final String IMG_ELCL_DETAIL_PANE_AUTO= "IMG_ELCL_DETAIL_PANE_AUTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_COLLAPSE_ALL = "IMG_ELCL_COLLAPSE_ALL"; //$NON-NLS-1$
- public static final String IMG_ELCL_TERMINATE = "IMG_ELCL_TERMINATE"; //$NON-NLS-1$
- public static final String IMG_SRC_LOOKUP_MENU_ELCL = "IMG_SRC_LOOKUP_MENU_ENABLED"; //$NON-NLS-1$
- public static final String IMG_ELCL_MONITOR_EXPRESSION= "IMG_ELCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
- public static final String IMG_ELCL_REMOVE_MEMORY= "IMG_ELCL_REMOVE_MEMORY"; //$NON-NLS-1$
- public static final String IMG_ELCL_RESET_MEMORY= "IMG_ELCL_RESET_MEMORY"; //$NON-NLS-1$
- public static final String IMG_ELCL_COPY_VIEW_TO_CLIPBOARD= "IMG_ELCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
- public static final String IMG_ELCL_PRINT_TOP_VIEW_TAB= "IMG_ELCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
- public static final String IMG_ELCL_REMOVE_ALL = "IMG_ELCL_REMOVE_ALL"; //$NON-NLS-1$
- public static final String IMG_ELCL_REMOVE = "IMG_ELCL_REMOVE"; //$NON-NLS-1$
- public static final String IMG_ELCL_HIERARCHICAL = "IMG_ELCL_HIERARCHICAL"; //$NON-NLS-1$
- public static final String IMG_ELCL_HELP = "IMG_ELCL_HELP"; //$NON-NLS-1$
- public static final String IMG_ELCL_NEW_CONFIG = "IMG_ELCL_NEW_CONFIG"; //$NON-NLS-1$
- public static final String IMG_ELCL_DELETE_CONFIG = "IMG_ELCL_DELETE_CONFIG"; //$NON-NLS-1$
- public static final String IMG_ELCL_FILTER_CONFIGS = "IMG_ELCL_FILTER_CONFIGS"; //$NON-NLS-1$
- public static final String IMG_ELCL_DUPLICATE_CONFIG = "IMG_ELCL_DUPLICATE_CONFIG"; //$NON-NLS-1$
- public static final String IMG_ELCL_NEW_PROTO = "IMG_ELCL_NEW_PROTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_LINK_PROTO = "IMG_ELCL_LINK_PROTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_UNLINK_PROTO = "IMG_ELCL_UNLINK_PROTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_RESET_PROTO = "IMG_ELCL_RESET_PROTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_SUSPEND = "IMG_ELCL_SUSPEND"; //$NON-NLS-1$
- public static final String IMG_ELCL_RESUME = "IMG_ELCL_RESUME"; //$NON-NLS-1$
- public static final String IMG_ELCL_STEP_RETURN = "IMG_ELCL_STEP_RETURN"; //$NON-NLS-1$
- public static final String IMG_ELCL_STEP_OVER = "IMG_ELCL_STEP_OVER"; //$NON-NLS-1$
- public static final String IMG_ELCL_STEP_INTO = "IMG_ELCL_STEP_INTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_DROP_TO_FRAME = "IMG_ELCL_DROP_TO_FRAME"; //$NON-NLS-1$
- public static final String IMG_ELCL_TERMINATE_AND_REMOVE = "IMG_ELCL_TERMINATE_AND_REMOVE"; //$NON-NLS-1$
- public static final String IMG_ELCL_TERMINATE_ALL = "IMG_ELCL_TERMINATE_ALL"; //$NON-NLS-1$
- public static final String IMG_ELCL_TERMINATE_AND_RELAUNCH = "IMG_ELCL_TERMINATE_AND_RELAUNCH"; //$NON-NLS-1$
- public static final String IMG_ELCL_TOGGLE_STEP_FILTERS = "IMG_ELCL_TOGGLE_STEP_FILTERS"; //$NON-NLS-1$
- public static final String IMG_ELCL_STANDARD_OUT = "IMG_ELCL_STANDARD_OUT"; //$NON-NLS-1$
- public static final String IMG_ELCL_STANDARD_ERR = "IMG_ELCL_STANDARD_ERR"; //$NON-NLS-1$
- public static final String IMG_ELCL_NEXT_THREAD = "IMG_ELCL_NEXT_THREAD"; //$NON-NLS-1$
- public static final String IMG_ELCL_PREVIOUS_THREAD = "IMG_ELCL_PREVIOUS_THREAD"; //$NON-NLS-1$
- public static final String IMG_ELCL_RESTART = "IMG_ELCL_RESTART"; //$NON-NLS-1$
- public static final String IMG_ELCL_DEBUG_VIEW_COMPACT_LAYOUT = "IMG_ELCL_DEBUG_VIEW_BREADCRUMB_LAYOUT"; //$NON-NLS-1$
- public static final String IMG_ELCL_EXPORT_CONFIG = "IMG_ELCL_EXPORT_CONFIG"; //$NON-NLS-1$
-
- public static final String IMG_OBJS_COMMON_TAB = "IMG_OBJS_COMMON_TAB"; //$NON-NLS-1$
- public static final String IMG_OBJS_REFRESH_TAB = "IMG_OBJS_REFRESH_TAB"; //$NON-NLS-1$
- public static final String IMG_OBJS_PERSPECTIVE_TAB = "IMG_OBJS_PERSPECTIVE_TAB"; //$NON-NLS-1$
- public static final String IMG_OBJS_ARRAY_PARTITION = "IMG_OBJS_ARRAY_PARTITION"; //$NON-NLS-1$
- public static final String IMG_SRC_LOOKUP_TAB = "IMG_SRC_LOOKUP_TAB"; //$NON-NLS-1$
- public static final String IMG_OBJECT_MEMORY_CHANGED="IMG_OBJECT_MEMORY_CHANGED"; //$NON-NLS-1$
- public static final String IMG_OBJECT_MEMORY="IMG_OBJECT_MEMORY"; //$NON-NLS-1$
- public static final String IMG_OBJS_BREAKPOINT_TYPE="IMG_OBJ_BREAKPOINT_TYPE"; //$NON-NLS-1$
- public static final String IMG_OBJS_LAUNCH_GROUP = "IMG_OBJ_LAUNCH_GROUP"; //$NON-NLS-1$
- public static final String IMG_OBJS_CHECK = "IMG_OBJS_CHECK"; //$NON-NLS-1$
- public static final String IMG_OBJS_UNCHECK = "IMG_OBJS_UNCHECK"; //$NON-NLS-1$
- public static final String IMG_OBJS_PROTO_TAB = "IMG_OBJS_PROTO_TAB"; //$NON-NLS-1$
+ String IMG_ELCL_LOCK= "IMG_ELCL_LOCK"; //$NON-NLS-1$
+ String IMG_ELCL_DETAIL_PANE= "IMG_ELCL_DETAIL_PANE"; //$NON-NLS-1$
+ String IMG_ELCL_CHANGE_VARIABLE_VALUE= "IMG_ELCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
+ String IMG_ELCL_TYPE_NAMES= "IMG_ELCL_TYPE_NAMES"; //$NON-NLS-1$
+ String IMG_ELCL_SHOW_LOGICAL_STRUCTURE= "IMG_ELCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
+ String IMG_ELCL_DETAIL_PANE_UNDER= "IMG_ELCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
+ String IMG_ELCL_DETAIL_PANE_RIGHT= "IMG_ELCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
+ String IMG_ELCL_DETAIL_PANE_HIDE= "IMG_ELCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
+ String IMG_ELCL_DETAIL_PANE_AUTO= "IMG_ELCL_DETAIL_PANE_AUTO"; //$NON-NLS-1$
+ String IMG_ELCL_COLLAPSE_ALL = "IMG_ELCL_COLLAPSE_ALL"; //$NON-NLS-1$
+ String IMG_ELCL_TERMINATE = "IMG_ELCL_TERMINATE"; //$NON-NLS-1$
+ String IMG_SRC_LOOKUP_MENU_ELCL = "IMG_SRC_LOOKUP_MENU_ENABLED"; //$NON-NLS-1$
+ String IMG_ELCL_MONITOR_EXPRESSION= "IMG_ELCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
+ String IMG_ELCL_REMOVE_MEMORY= "IMG_ELCL_REMOVE_MEMORY"; //$NON-NLS-1$
+ String IMG_ELCL_RESET_MEMORY= "IMG_ELCL_RESET_MEMORY"; //$NON-NLS-1$
+ String IMG_ELCL_COPY_VIEW_TO_CLIPBOARD= "IMG_ELCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
+ String IMG_ELCL_PRINT_TOP_VIEW_TAB= "IMG_ELCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
+ String IMG_ELCL_REMOVE_ALL = "IMG_ELCL_REMOVE_ALL"; //$NON-NLS-1$
+ String IMG_ELCL_REMOVE = "IMG_ELCL_REMOVE"; //$NON-NLS-1$
+ String IMG_ELCL_HIERARCHICAL = "IMG_ELCL_HIERARCHICAL"; //$NON-NLS-1$
+ String IMG_ELCL_HELP = "IMG_ELCL_HELP"; //$NON-NLS-1$
+ String IMG_ELCL_NEW_CONFIG = "IMG_ELCL_NEW_CONFIG"; //$NON-NLS-1$
+ String IMG_ELCL_DELETE_CONFIG = "IMG_ELCL_DELETE_CONFIG"; //$NON-NLS-1$
+ String IMG_ELCL_FILTER_CONFIGS = "IMG_ELCL_FILTER_CONFIGS"; //$NON-NLS-1$
+ String IMG_ELCL_DUPLICATE_CONFIG = "IMG_ELCL_DUPLICATE_CONFIG"; //$NON-NLS-1$
+ String IMG_ELCL_NEW_PROTO = "IMG_ELCL_NEW_PROTO"; //$NON-NLS-1$
+ String IMG_ELCL_LINK_PROTO = "IMG_ELCL_LINK_PROTO"; //$NON-NLS-1$
+ String IMG_ELCL_UNLINK_PROTO = "IMG_ELCL_UNLINK_PROTO"; //$NON-NLS-1$
+ String IMG_ELCL_RESET_PROTO = "IMG_ELCL_RESET_PROTO"; //$NON-NLS-1$
+ String IMG_ELCL_SUSPEND = "IMG_ELCL_SUSPEND"; //$NON-NLS-1$
+ String IMG_ELCL_RESUME = "IMG_ELCL_RESUME"; //$NON-NLS-1$
+ String IMG_ELCL_STEP_RETURN = "IMG_ELCL_STEP_RETURN"; //$NON-NLS-1$
+ String IMG_ELCL_STEP_OVER = "IMG_ELCL_STEP_OVER"; //$NON-NLS-1$
+ String IMG_ELCL_STEP_INTO = "IMG_ELCL_STEP_INTO"; //$NON-NLS-1$
+ String IMG_ELCL_DROP_TO_FRAME = "IMG_ELCL_DROP_TO_FRAME"; //$NON-NLS-1$
+ String IMG_ELCL_TERMINATE_AND_REMOVE = "IMG_ELCL_TERMINATE_AND_REMOVE"; //$NON-NLS-1$
+ String IMG_ELCL_TERMINATE_ALL = "IMG_ELCL_TERMINATE_ALL"; //$NON-NLS-1$
+ String IMG_ELCL_TERMINATE_AND_RELAUNCH = "IMG_ELCL_TERMINATE_AND_RELAUNCH"; //$NON-NLS-1$
+ String IMG_ELCL_TOGGLE_STEP_FILTERS = "IMG_ELCL_TOGGLE_STEP_FILTERS"; //$NON-NLS-1$
+ String IMG_ELCL_STANDARD_OUT = "IMG_ELCL_STANDARD_OUT"; //$NON-NLS-1$
+ String IMG_ELCL_STANDARD_ERR = "IMG_ELCL_STANDARD_ERR"; //$NON-NLS-1$
+ String IMG_ELCL_NEXT_THREAD = "IMG_ELCL_NEXT_THREAD"; //$NON-NLS-1$
+ String IMG_ELCL_PREVIOUS_THREAD = "IMG_ELCL_PREVIOUS_THREAD"; //$NON-NLS-1$
+ String IMG_ELCL_RESTART = "IMG_ELCL_RESTART"; //$NON-NLS-1$
+ String IMG_ELCL_DEBUG_VIEW_COMPACT_LAYOUT = "IMG_ELCL_DEBUG_VIEW_BREADCRUMB_LAYOUT"; //$NON-NLS-1$
+ String IMG_ELCL_EXPORT_CONFIG = "IMG_ELCL_EXPORT_CONFIG"; //$NON-NLS-1$
+
+ String IMG_OBJS_COMMON_TAB = "IMG_OBJS_COMMON_TAB"; //$NON-NLS-1$
+ String IMG_OBJS_REFRESH_TAB = "IMG_OBJS_REFRESH_TAB"; //$NON-NLS-1$
+ String IMG_OBJS_PERSPECTIVE_TAB = "IMG_OBJS_PERSPECTIVE_TAB"; //$NON-NLS-1$
+ String IMG_OBJS_ARRAY_PARTITION = "IMG_OBJS_ARRAY_PARTITION"; //$NON-NLS-1$
+ String IMG_SRC_LOOKUP_TAB = "IMG_SRC_LOOKUP_TAB"; //$NON-NLS-1$
+ String IMG_OBJECT_MEMORY_CHANGED="IMG_OBJECT_MEMORY_CHANGED"; //$NON-NLS-1$
+ String IMG_OBJECT_MEMORY="IMG_OBJECT_MEMORY"; //$NON-NLS-1$
+ String IMG_OBJS_BREAKPOINT_TYPE="IMG_OBJ_BREAKPOINT_TYPE"; //$NON-NLS-1$
+ String IMG_OBJS_LAUNCH_GROUP = "IMG_OBJ_LAUNCH_GROUP"; //$NON-NLS-1$
+ String IMG_OBJS_CHECK = "IMG_OBJS_CHECK"; //$NON-NLS-1$
+ String IMG_OBJS_UNCHECK = "IMG_OBJS_UNCHECK"; //$NON-NLS-1$
+ String IMG_OBJS_PROTO_TAB = "IMG_OBJS_PROTO_TAB"; //$NON-NLS-1$
// wizard images
- public static final String IMG_WIZBAN_IMPORT_BREAKPOINTS = "IMG_WIZBAN_IMPORT_BREAKPOINTS"; //$NON-NLS-1$
- public static final String IMG_WIZBAN_EXPORT_BREAKPOINTS = "IMG_WIZBAN_EXPORT_BREAKPOINTS"; //$NON-NLS-1$
- public static final String IMG_WIZBAN_IMPORT_CONFIGS = "IMG_WIZBAN_IMPORT_CONFIGS"; //$NON-NLS-1$
- public static final String IMG_WIZBAN_EXPORT_CONFIGS = "IMG_WIZBAN_EXPORT_CONFIGS"; //$NON-NLS-1$
- public static final String IMG_ADD_SRC_LOC_WIZ = "IMG_ADD_SRC_LOCATION"; //$NON-NLS-1$
- public static final String IMG_EDIT_SRC_LOC_WIZ = "IMG_EDIT_SRC_LOCATION"; //$NON-NLS-1$
- public static final String IMG_ADD_SRC_DIR_WIZ = "IMG_ADD_SRC_DIRECTORY"; //$NON-NLS-1$
- public static final String IMG_EDIT_SRC_DIR_WIZ = "IMG_EDIT_SRC_DIRECTORY"; //$NON-NLS-1$
+ String IMG_WIZBAN_IMPORT_BREAKPOINTS = "IMG_WIZBAN_IMPORT_BREAKPOINTS"; //$NON-NLS-1$
+ String IMG_WIZBAN_EXPORT_BREAKPOINTS = "IMG_WIZBAN_EXPORT_BREAKPOINTS"; //$NON-NLS-1$
+ String IMG_WIZBAN_IMPORT_CONFIGS = "IMG_WIZBAN_IMPORT_CONFIGS"; //$NON-NLS-1$
+ String IMG_WIZBAN_EXPORT_CONFIGS = "IMG_WIZBAN_EXPORT_CONFIGS"; //$NON-NLS-1$
+ String IMG_ADD_SRC_LOC_WIZ = "IMG_ADD_SRC_LOCATION"; //$NON-NLS-1$
+ String IMG_EDIT_SRC_LOC_WIZ = "IMG_EDIT_SRC_LOCATION"; //$NON-NLS-1$
+ String IMG_ADD_SRC_DIR_WIZ = "IMG_ADD_SRC_DIRECTORY"; //$NON-NLS-1$
+ String IMG_EDIT_SRC_DIR_WIZ = "IMG_EDIT_SRC_DIRECTORY"; //$NON-NLS-1$
// internal preferences
/**
* XML for perspective settings - see PerspectiveManager.
* @since 3.0
*/
- public static final String PREF_LAUNCH_PERSPECTIVES = IDebugUIConstants.PLUGIN_ID + ".PREF_LAUNCH_PERSPECTIVES"; //$NON-NLS-1$
+ String PREF_LAUNCH_PERSPECTIVES = IDebugUIConstants.PLUGIN_ID + ".PREF_LAUNCH_PERSPECTIVES"; //$NON-NLS-1$
/**
* Preference for enabling/disabling launch configuration filtering based on project accessibility status
*
* @since 3.2
*/
- public static final String PREF_FILTER_LAUNCH_CLOSED = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_CLOSED"; //$NON-NLS-1$
+ String PREF_FILTER_LAUNCH_CLOSED = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_CLOSED"; //$NON-NLS-1$
/**
* Preference for enabling/disabling launch configuration filtering based on project context
*
* @since 3.2
*/
- public static final String PREF_FILTER_LAUNCH_DELETED = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_DELETED"; //$NON-NLS-1$
+ String PREF_FILTER_LAUNCH_DELETED = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_DELETED"; //$NON-NLS-1$
/**
* Preference for enabling/disabling filtering based on selected items from the launch configuration type table
* @since 3.2
*/
- public static final String PREF_FILTER_LAUNCH_TYPES = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_TYPES"; //$NON-NLS-1$
+ String PREF_FILTER_LAUNCH_TYPES = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_TYPES"; //$NON-NLS-1$
/**
* Preference that saves which launch configuration types have been checked on the Launch Configurations pref page
* @since 3.2
*/
- public static final String PREF_FILTER_TYPE_LIST = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_TYPE_LIST"; //$NON-NLS-1$
+ String PREF_FILTER_TYPE_LIST = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_TYPE_LIST"; //$NON-NLS-1$
/**
* Preference for filtering launch configurations based on the currently active working sets
* @since 3.2
*/
- public static final String PREF_FILTER_WORKING_SETS = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_WORKING_SETS"; //$NON-NLS-1$
+ String PREF_FILTER_WORKING_SETS = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_WORKING_SETS"; //$NON-NLS-1$
/**
* Transparent overlay image identifier.
*/
- public static final String IMG_OVR_TRANSPARENT = "IMG_OVR_TRANSPARENT"; //$NON-NLS-1$
+ String IMG_OVR_TRANSPARENT = "IMG_OVR_TRANSPARENT"; //$NON-NLS-1$
/**
* Logical Structure overlay image identifier.
*/
- public static final String IMG_OVR_SHOW_LOGICAL_STRUCTURE = "IMG_OVR_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
+ String IMG_OVR_SHOW_LOGICAL_STRUCTURE = "IMG_OVR_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
/**
* Editor Id for the "Source Not Found" editor
*/
- public static final String ID_SOURCE_NOT_FOUND_EDITOR = "org.eclipse.debug.ui.NoSourceFoundEditor"; //$NON-NLS-1$
+ String ID_SOURCE_NOT_FOUND_EDITOR = "org.eclipse.debug.ui.NoSourceFoundEditor"; //$NON-NLS-1$
/**
* Boolean preference indicating if contextual launch options should be visible
@@ -225,7 +224,7 @@ public interface IInternalDebugUIConstants {
* @since 3.3.0
* CONTEXTLAUNCHING
*/
- public static final String PREF_USE_CONTEXTUAL_LAUNCH = IDebugUIConstants.PLUGIN_ID + ".UseContextualLaunch"; //$NON-NLS-1$
+ String PREF_USE_CONTEXTUAL_LAUNCH = IDebugUIConstants.PLUGIN_ID + ".UseContextualLaunch"; //$NON-NLS-1$
/**
* Boolean preference indicating that if the selected resource is not launchable, then we should
@@ -234,7 +233,7 @@ public interface IInternalDebugUIConstants {
* @since 3.3.0
* CONTEXTLAUNCHING
*/
- public static final String PREF_LAUNCH_LAST_IF_NOT_LAUNCHABLE = IDebugUIConstants.PLUGIN_ID + ".LaunchLastIfNotLaunchable"; //$NON-NLS-1$
+ String PREF_LAUNCH_LAST_IF_NOT_LAUNCHABLE = IDebugUIConstants.PLUGIN_ID + ".LaunchLastIfNotLaunchable"; //$NON-NLS-1$
/**
* Boolean preference indicating if we should always consider the parent project when
@@ -243,7 +242,7 @@ public interface IInternalDebugUIConstants {
* @since 3.3.0
* CONTEXTLAUNCHING
*/
- public static final String PREF_LAUNCH_PARENT_PROJECT = IDebugUIConstants.PLUGIN_ID + ".LaunchParentProject"; //$NON-NLS-1$
+ String PREF_LAUNCH_PARENT_PROJECT = IDebugUIConstants.PLUGIN_ID + ".LaunchParentProject"; //$NON-NLS-1$
/**
* Boolean preference indicating if the user should be prompted prior to removing a launch configuration
@@ -251,7 +250,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.4
*/
- public static final String PREF_REMOVE_FROM_LAUNCH_HISTORY = IDebugUIConstants.PLUGIN_ID + ".RemoveFromLaunchHistory"; //$NON-NLS-1$
+ String PREF_REMOVE_FROM_LAUNCH_HISTORY = IDebugUIConstants.PLUGIN_ID + ".RemoveFromLaunchHistory"; //$NON-NLS-1$
/**
* String preference controlling whether editors are saved before launching.
@@ -261,19 +260,19 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_SAVE_DIRTY_EDITORS_BEFORE_LAUNCH = IDebugUIConstants.PLUGIN_ID + ".save_dirty_editors_before_launch"; //$NON-NLS-1$
+ String PREF_SAVE_DIRTY_EDITORS_BEFORE_LAUNCH = IDebugUIConstants.PLUGIN_ID + ".save_dirty_editors_before_launch"; //$NON-NLS-1$
/**
* Preference specifying that all launches should be DEBUG_MODE if breakpoints exist in the workspace
* @since 3.0
*/
- public static final String PREF_RELAUNCH_IN_DEBUG_MODE = IDebugUIConstants.PLUGIN_ID + ".relaunch_in_debug_mode"; //$NON-NLS-1$
+ String PREF_RELAUNCH_IN_DEBUG_MODE = IDebugUIConstants.PLUGIN_ID + ".relaunch_in_debug_mode"; //$NON-NLS-1$
/**
* Preference specifying that launches should continue when compile errors exist.
* @since 3.0
*/
- public static final String PREF_CONTINUE_WITH_COMPILE_ERROR = IDebugUIConstants.PLUGIN_ID + ".cancel_launch_with_compile_errors"; //$NON-NLS-1$
+ String PREF_CONTINUE_WITH_COMPILE_ERROR = IDebugUIConstants.PLUGIN_ID + ".cancel_launch_with_compile_errors"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debugger will force activate the debug
@@ -281,7 +280,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_ACTIVATE_DEBUG_VIEW= IDebugUIConstants.PLUGIN_ID + ".activate_debug_view"; //$NON-NLS-1$
+ String PREF_ACTIVATE_DEBUG_VIEW= IDebugUIConstants.PLUGIN_ID + ".activate_debug_view"; //$NON-NLS-1$
/**
* String preference controlling whether the debugger switching to
@@ -292,7 +291,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_SWITCH_TO_PERSPECTIVE= IDebugUIConstants.PLUGIN_ID + ".switch_to_perspective"; //$NON-NLS-1$
+ String PREF_SWITCH_TO_PERSPECTIVE= IDebugUIConstants.PLUGIN_ID + ".switch_to_perspective"; //$NON-NLS-1$
/**
* String preference controlling whether the debugger switching to
@@ -303,7 +302,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_SWITCH_PERSPECTIVE_ON_SUSPEND= IDebugUIConstants.PLUGIN_ID + ".switch_perspective_on_suspend"; //$NON-NLS-1$
+ String PREF_SWITCH_PERSPECTIVE_ON_SUSPEND= IDebugUIConstants.PLUGIN_ID + ".switch_perspective_on_suspend"; //$NON-NLS-1$
/**
* String preference controlling whether the debugger waits for a currently
@@ -314,36 +313,36 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_WAIT_FOR_BUILD= IDebugUIConstants.PLUGIN_ID + ".wait_for_build"; //$NON-NLS-1$
+ String PREF_WAIT_FOR_BUILD= IDebugUIConstants.PLUGIN_ID + ".wait_for_build"; //$NON-NLS-1$
/**
* Font for Memory View
*
* @since 3.0
*/
- public final static String FONT_NAME = IDebugUIConstants.PLUGIN_ID + ".MemoryViewTableFont"; //$NON-NLS-1$
+ String FONT_NAME = IDebugUIConstants.PLUGIN_ID + ".MemoryViewTableFont"; //$NON-NLS-1$
- public final static int ADD_UNIT_PER_LINE = 16; // number of addressable unit per line
- public final static int CHAR_PER_BYTE = 2; // number of characters to represent one byte
+ int ADD_UNIT_PER_LINE = 16; // number of addressable unit per line
+ int CHAR_PER_BYTE = 2; // number of characters to represent one byte
/**
* Memory view's rendering view pane identifier (value <code>"org.eclipse.debug.ui.MemoryView.RenderingViewPane"</code>).
* @since 3.1
*/
- public static String ID_RENDERING_VIEW_PANE = RenderingViewPane.RENDERING_VIEW_PANE_ID;
+ String ID_RENDERING_VIEW_PANE = RenderingViewPane.RENDERING_VIEW_PANE_ID;
/**
* Memory view's memory block tree viewer's identifier. (value <code>"org.eclipse.debug.ui.MemoryView.MemoryBlocksTreeViewPane"</code>).
* @since 3.1
*/
- public static String ID_MEMORY_BLOCK_TREE_VIEWER = MemoryBlocksTreeViewPane.PANE_ID;
+ String ID_MEMORY_BLOCK_TREE_VIEWER = MemoryBlocksTreeViewPane.PANE_ID;
/**
* Memory view image identifier
*
* @since 3.0
* */
- public static final String IMG_CVIEW_MEMORY_VIEW= "IMG_CVIEW_MEMORY_VIEW"; //$NON-NLS-1$
+ String IMG_CVIEW_MEMORY_VIEW= "IMG_CVIEW_MEMORY_VIEW"; //$NON-NLS-1$
/**
@@ -351,7 +350,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.4
* */
- public static final String IMG_CVIEW_MODULES_VIEW= "IMG_CVIEW_MODULES_VIEW"; //$NON-NLS-1$
+ String IMG_CVIEW_MODULES_VIEW= "IMG_CVIEW_MODULES_VIEW"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debug view tracks
@@ -360,13 +359,13 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_TRACK_VIEWS= IDebugUIConstants.PLUGIN_ID + ".track_views"; //$NON-NLS-1$
+ String PREF_TRACK_VIEWS= IDebugUIConstants.PLUGIN_ID + ".track_views"; //$NON-NLS-1$
/**
* Comma separated list of view ids closed by the user, that have view context bindings.
* @since 3.2
*/
- public static final String PREF_USER_VIEW_BINDINGS = IDebugUIConstants.PLUGIN_ID + ".user_view_bindings"; //$NON-NLS-1$
+ String PREF_USER_VIEW_BINDINGS = IDebugUIConstants.PLUGIN_ID + ".user_view_bindings"; //$NON-NLS-1$
/**
* Preference storing memento for the default breakpoint working set in
@@ -374,7 +373,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.1
*/
- public static final String MEMENTO_BREAKPOINT_WORKING_SET_NAME = DebugUIPlugin.getUniqueIdentifier() + ".MEMENTO_BREAKPOINT_WORKING_SET_NAME"; //$NON-NLS-1$
+ String MEMENTO_BREAKPOINT_WORKING_SET_NAME = DebugUIPlugin.getUniqueIdentifier() + ".MEMENTO_BREAKPOINT_WORKING_SET_NAME"; //$NON-NLS-1$
/**
* Breakpoint working set identifier.
@@ -383,15 +382,14 @@ public interface IInternalDebugUIConstants {
* @deprecated There is an API equivalent constant that should be used, see
* {@link IDebugUIConstants#BREAKPOINT_WORKINGSET_ID}
*/
- @Deprecated
- public static final String ID_BREAKPOINT_WORKINGSET = "org.eclipse.debug.ui.breakpointWorkingSet"; //$NON-NLS-1$
+ @Deprecated String ID_BREAKPOINT_WORKINGSET = "org.eclipse.debug.ui.breakpointWorkingSet"; //$NON-NLS-1$
/**
* Address at the beginning of a page in a table rendering.
* @since 3.1
*/
- public static final String PROPERTY_PAGE_START_ADDRESS = "pageStart"; //$NON-NLS-1$
+ String PROPERTY_PAGE_START_ADDRESS = "pageStart"; //$NON-NLS-1$
/**
@@ -400,7 +398,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.2
*/
- public static final String WORKING_SET_NAME = "workingset_name"; //$NON-NLS-1$
+ String WORKING_SET_NAME = "workingset_name"; //$NON-NLS-1$
/**
* This constant is used as a "quick-fix" for the issue of breakpoint to working set
@@ -408,7 +406,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.2
*/
- public static final String WORKING_SET_ID = "workingset_id"; //$NON-NLS-1$
+ String WORKING_SET_ID = "workingset_id"; //$NON-NLS-1$
/**
* Annotation type identifier for annotation of the an instruction
@@ -418,7 +416,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.2
*/
- public static final String ANNOTATION_TYPE_DYNAMIC_INSTRUCTION_POINTER = "org.eclipse.debug.ui.dynamicIP"; //$NON-NLS-1$
+ String ANNOTATION_TYPE_DYNAMIC_INSTRUCTION_POINTER = "org.eclipse.debug.ui.dynamicIP"; //$NON-NLS-1$
/**
* Identifier of the external tool builder launch category. Defined here since
@@ -426,7 +424,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.4
*/
- public static final String ID_EXTERNAL_TOOL_BUILDER_LAUNCH_CATEGORY = "org.eclipse.ui.externaltools.builder"; //$NON-NLS-1$
+ String ID_EXTERNAL_TOOL_BUILDER_LAUNCH_CATEGORY = "org.eclipse.ui.externaltools.builder"; //$NON-NLS-1$
//themes
@@ -435,28 +433,28 @@ public interface IInternalDebugUIConstants {
*
* @since 3.4
*/
- public static final String THEME_CONSOLE_COLOR_BACKGROUND= "org.eclipse.debug.ui.console.background"; //$NON-NLS-1$
+ String THEME_CONSOLE_COLOR_BACKGROUND= "org.eclipse.debug.ui.console.background"; //$NON-NLS-1$
/**
* Theme color definition for process console standard out.
*
* @since 3.4
*/
- public static final String THEME_CONSOLE_COLOR_STD_OUT= "org.eclipse.debug.ui.console.stream.out"; //$NON-NLS-1$
+ String THEME_CONSOLE_COLOR_STD_OUT= "org.eclipse.debug.ui.console.stream.out"; //$NON-NLS-1$
/**
* Theme color definition for process console standard in.
*
* @since 3.4
*/
- public static final String THEME_CONSOLE_COLOR_STD_IN= "org.eclipse.debug.ui.console.stream.in"; //$NON-NLS-1$
+ String THEME_CONSOLE_COLOR_STD_IN= "org.eclipse.debug.ui.console.stream.in"; //$NON-NLS-1$
/**
* Theme color definition for process console standard err.
*
* @since 3.4
*/
- public static final String THEME_CONSOLE_COLOR_STD_ERR = "org.eclipse.debug.ui.console.stream.err"; //$NON-NLS-1$
+ String THEME_CONSOLE_COLOR_STD_ERR = "org.eclipse.debug.ui.console.stream.err"; //$NON-NLS-1$
/**
@@ -465,27 +463,27 @@ public interface IInternalDebugUIConstants {
*
* @since 3.11
*/
- public static final String PREF_TERMINATE_AND_RELAUNCH_LAUNCH_ACTION = IDebugUIConstants.PLUGIN_ID + ".RelaunchAndTerminateLaunchAction"; //$NON-NLS-1$
+ String PREF_TERMINATE_AND_RELAUNCH_LAUNCH_ACTION = IDebugUIConstants.PLUGIN_ID + ".RelaunchAndTerminateLaunchAction"; //$NON-NLS-1$
/**
* Int preference indicating the sorting order of breakpoints
*
* @since 3.12
*/
- public static final String PREF_BREAKPOINT_SORTING_ORDER = IDebugUIConstants.PLUGIN_ID + ".BreakpointSortingOrder"; //$NON-NLS-1$
+ String PREF_BREAKPOINT_SORTING_ORDER = IDebugUIConstants.PLUGIN_ID + ".BreakpointSortingOrder"; //$NON-NLS-1$
/**
* Int indicating the breakpoints will be sorted by name
*
* @since 3.12
*/
- public static final int BREAKPOINT_SORTING_ORDER_NAME = 0;
+ int BREAKPOINT_SORTING_ORDER_NAME = 0;
/**
* Int indicating the breakpoints will be sorted by Creation Time
*
* @since 3.12
*/
- public static final int BREAKPOINT_SORTING_ORDER_CREATION_TIME = 1;
+ int BREAKPOINT_SORTING_ORDER_CREATION_TIME = 1;
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchHistoryChangedListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchHistoryChangedListener.java
index fee755caf..3e1fa8988 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchHistoryChangedListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchHistoryChangedListener.java
@@ -24,5 +24,5 @@ public interface ILaunchHistoryChangedListener {
* or last launched items could have changed. To examine the history items, retrieve them
* from the <code>DebugUIPlugin</code>.
*/
- public void launchHistoryChanged();
+ void launchHistoryChanged();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchLabelChangedListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchLabelChangedListener.java
index 557f8b27a..47c874520 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchLabelChangedListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchLabelChangedListener.java
@@ -29,11 +29,11 @@ public interface ILaunchLabelChangedListener {
* This method is called back to by <code>LaunchingResourceManager</code> iff the cache of labels
* for the current set of listeners has changed
*/
- public void labelChanged();
+ void labelChanged();
/**
* Returns the launch group that this listener is associated with.
* @return the launch group that this listener is associated with, or <code>null</code> if none
*/
- public ILaunchGroup getLaunchGroup();
+ ILaunchGroup getLaunchGroup();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointContainer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointContainer.java
index faf6824ac..6bfd6fcc1 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointContainer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointContainer.java
@@ -28,13 +28,13 @@ public interface IBreakpointContainer {
/**
* Returns the breakpoint organizer that this container uses.
*/
- public IBreakpointOrganizer getOrganizer();
+ IBreakpointOrganizer getOrganizer();
/**
* Returns the breakpoint category that this container is based on.
* @return
*/
- public IAdaptable getCategory();
+ IAdaptable getCategory();
/**
* Returns whether this breakpoint container contains the given breakpoint.
@@ -43,10 +43,10 @@ public interface IBreakpointContainer {
* @return Returns <code>true</code> if this container contains the
* given breakpoint.
*/
- public boolean contains(IBreakpoint breakpoint);
+ boolean contains(IBreakpoint breakpoint);
/**
* Returns the array of breakpoints in this container.
*/
- public IBreakpoint[] getBreakpoints();
+ IBreakpoint[] getBreakpoints();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointOrganizer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointOrganizer.java
index e10fa52ed..451094d98 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointOrganizer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointOrganizer.java
@@ -35,21 +35,21 @@ public interface IBreakpointOrganizer extends IBreakpointOrganizerDelegate {
*
* @return a label for this breakpoint organizer
*/
- public String getLabel();
+ String getLabel();
/**
* Returns an image descriptor for this breakpoint organizer or <code>null</code>.
*
* @return an image descriptor for this breakpoint organizer or <code>null</code>
*/
- public ImageDescriptor getImageDescriptor();
+ ImageDescriptor getImageDescriptor();
/**
* Returns a unique identifier for this breakpoint organizer.
*
* @return a unique identifier for this breakpoint organizer
*/
- public String getIdentifier();
+ String getIdentifier();
/**
* Returns the label for breakpoints that do not fall into a category
@@ -58,6 +58,6 @@ public interface IBreakpointOrganizer extends IBreakpointOrganizerDelegate {
* @return label for breakpoints that do not fall into a category
* for this organizer
*/
- public String getOthersLabel();
+ String getOthersLabel();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointUIConstants.java
index 259932301..4e0c0580a 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointUIConstants.java
@@ -24,7 +24,7 @@ public interface IBreakpointUIConstants {
*
* @see org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext#getProperty(String)
*/
- public static final String PROP_BREAKPOINTS_ORGANIZERS = "BreakpointOrganizers"; //$NON-NLS-1$
+ String PROP_BREAKPOINTS_ORGANIZERS = "BreakpointOrganizers"; //$NON-NLS-1$
/**
* Breakpoints presentation context property used to retrieve a flag
@@ -36,7 +36,7 @@ public interface IBreakpointUIConstants {
*
* @see org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext#getProperty(String)
*/
- public static final String PROP_BREAKPOINTS_FILTER_SELECTION = "FilterSelection"; //$NON-NLS-1$
+ String PROP_BREAKPOINTS_FILTER_SELECTION = "FilterSelection"; //$NON-NLS-1$
/**
* Breakpoints presentation context property used to retrieve a flag
@@ -48,7 +48,7 @@ public interface IBreakpointUIConstants {
*
* @see org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext#getProperty(String)
*/
- public static final String PROP_BREAKPOINTS_TRACK_SELECTION = "TrackSelection"; //$NON-NLS-1$
+ String PROP_BREAKPOINTS_TRACK_SELECTION = "TrackSelection"; //$NON-NLS-1$
/**
* Breakpoints presentation context property used to retrieve a
@@ -58,8 +58,8 @@ public interface IBreakpointUIConstants {
*
* @see org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext#getProperty(String)
*/
- public static final String PROP_BREAKPOINTS_ELEMENT_COMPARATOR = "ElementComparator"; //$NON-NLS-1$
+ String PROP_BREAKPOINTS_ELEMENT_COMPARATOR = "ElementComparator"; //$NON-NLS-1$
- public static final String PROP_BREAKPOINTS_ELEMENT_COMPARATOR_SORT = "ElementComparatorSort"; //$NON-NLS-1$
+ String PROP_BREAKPOINTS_ELEMENT_COMPARATOR_SORT = "ElementComparatorSort"; //$NON-NLS-1$
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/ICommandParticipant.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/ICommandParticipant.java
index 0d33b0727..677d960e4 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/ICommandParticipant.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/ICommandParticipant.java
@@ -19,5 +19,5 @@ import org.eclipse.debug.core.IRequest;
*/
public interface ICommandParticipant {
- public void requestDone(IRequest request);
+ void requestDone(IRequest request);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/IEnabledTarget.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/IEnabledTarget.java
index 37533e57b..b2b2da425 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/IEnabledTarget.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/IEnabledTarget.java
@@ -14,5 +14,5 @@ package org.eclipse.debug.internal.ui.commands.actions;
*
*/
public interface IEnabledTarget {
- public void setEnabled(boolean enabled);
+ void setEnabled(boolean enabled);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/IImportExportConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/IImportExportConstants.java
index 4faf07927..9288566d6 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/IImportExportConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/IImportExportConstants.java
@@ -35,7 +35,7 @@ public interface IImportExportConstants {
* @see WizardImportBreakpointsPage
*
*/
- public static final String IE_NODE_BREAKPOINTS = "breakpoints"; //$NON-NLS-1$
+ String IE_NODE_BREAKPOINTS = "breakpoints"; //$NON-NLS-1$
/**
* The name of the node type for each of the imported or exported breakpoints
@@ -43,7 +43,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_BREAKPOINT = "breakpoint"; //$NON-NLS-1$
+ String IE_NODE_BREAKPOINT = "breakpoint"; //$NON-NLS-1$
/**
* <p>
@@ -55,7 +55,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_VALUE = "value"; //$NON-NLS-1$
+ String IE_NODE_VALUE = "value"; //$NON-NLS-1$
/**
* Each breakpoint has an associated resource, which is described with this element
@@ -64,7 +64,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_RESOURCE = "resource"; //$NON-NLS-1$
+ String IE_NODE_RESOURCE = "resource"; //$NON-NLS-1$
/**
* To validate the resource when filtering importable breakpoints we need to know its path.
@@ -73,7 +73,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_PATH = "path"; //$NON-NLS-1$
+ String IE_NODE_PATH = "path"; //$NON-NLS-1$
/**
* To filter the type of path searched for within the workspace to allow for the filtering of
@@ -84,7 +84,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_TYPE = "type"; //$NON-NLS-1$
+ String IE_NODE_TYPE = "type"; //$NON-NLS-1$
/**
* The name for the marker node in the corresponding XMLMemento
@@ -92,7 +92,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_MARKER = "marker"; //$NON-NLS-1$
+ String IE_NODE_MARKER = "marker"; //$NON-NLS-1$
/**
* The name for a marker attribute node in the corresponding XMLMemento
@@ -100,7 +100,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_ATTRIB = "attrib"; //$NON-NLS-1$
+ String IE_NODE_ATTRIB = "attrib"; //$NON-NLS-1$
/**
* The generalized name for the "name" node used in marker attribute nodes.
@@ -110,7 +110,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_NAME = "name"; //$NON-NLS-1$
+ String IE_NODE_NAME = "name"; //$NON-NLS-1$
/**
* The name of the enabled attribute, which is part of the breakpoint node information
@@ -118,7 +118,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_BP_ENABLED = "enabled"; //$NON-NLS-1$
+ String IE_BP_ENABLED = "enabled"; //$NON-NLS-1$
/**
* The name of the registered attribute, which is part of the breakpoint node information
@@ -126,25 +126,25 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_BP_REGISTERED = "registered"; //$NON-NLS-1$
+ String IE_BP_REGISTERED = "registered"; //$NON-NLS-1$
/**
* The name of the persistent attribute for breakpoint information
*/
- public static final String IE_BP_PERSISTANT = "persistant"; //$NON-NLS-1$
+ String IE_BP_PERSISTANT = "persistant"; //$NON-NLS-1$
/**
* The default file extension for breakpoint export files
*/
- public static final String EXTENSION = "bkpt"; //$NON-NLS-1$
+ String EXTENSION = "bkpt"; //$NON-NLS-1$
/**
* the charstart attribute from a marker
*/
- public static final String CHARSTART = "charStart"; //$NON-NLS-1$
+ String CHARSTART = "charStart"; //$NON-NLS-1$
/**
* The delimiter for the listing of working sets that a marker belongs to
*/
- public static final String DELIMITER = "<;#>"; //$NON-NLS-1$
+ String DELIMITER = "<;#>"; //$NON-NLS-1$
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/AbstractLaunchConfigurationAction.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/AbstractLaunchConfigurationAction.java
index 1559bebfa..f6824a05b 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/AbstractLaunchConfigurationAction.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/AbstractLaunchConfigurationAction.java
@@ -38,7 +38,7 @@ public abstract class AbstractLaunchConfigurationAction extends SelectionListene
*
* @return whether this action should proceed
*/
- public boolean getConfirmation();
+ boolean getConfirmation();
}
/**
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java
index 9f45eec92..9c018605f 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java
@@ -23,5 +23,5 @@ public interface IMemoryBlockConnection {
/**
* Update the content of a memory block in a connection.
*/
- public void update();
+ void update();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java
index f667d5a38..4e4f0093a 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java
@@ -35,6 +35,6 @@ public interface IMemoryRenderingUpdater extends IMemoryBlockExtension {
/**
* @return true if the updater will manage the update of a rendering
*/
- public boolean supportsManagedUpdate(IMemoryRendering rendering);
+ boolean supportsManagedUpdate(IMemoryRendering rendering);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IPersistableDebugElement.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IPersistableDebugElement.java
index 973c97726..ae1680854 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IPersistableDebugElement.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IPersistableDebugElement.java
@@ -26,7 +26,7 @@ public interface IPersistableDebugElement {
* @return the value of the specified property
* @throws CoreException when an error has occurred getting this property
*/
- public Object getProperty(Object context, String propertyId) throws CoreException;
+ Object getProperty(Object context, String propertyId) throws CoreException;
/**
* Sets the property with the specified propertyId. Clients are expected
@@ -36,7 +36,7 @@ public interface IPersistableDebugElement {
* @param value is the value of the property
* @throws CoreException when an error has occurred setting this property
*/
- public void setProperty(Object context, String propertyId, Object value) throws CoreException;
+ void setProperty(Object context, String propertyId, Object value) throws CoreException;
/**
* @param context is the contex who is asking if this property is supported
@@ -44,6 +44,6 @@ public interface IPersistableDebugElement {
* @return true if the peristable debug element wishes to handle persistence of
* the specified property.
*/
- public boolean supportsProperty(Object context, String propertyId);
+ boolean supportsProperty(Object context, String propertyId);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java
index 78134aa0c..fefac8771 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java
@@ -50,7 +50,7 @@ public abstract class ElementLabelProvider implements IElementLabelProvider {
* @param updates updates
* @return whether the updates were queued
*/
- public boolean queue(ILabelUpdate[] updates);
+ boolean queue(ILabelUpdate[] updates);
}
/**
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java
index 45fd9cd0f..a1df60428 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java
@@ -32,55 +32,53 @@ public interface IDebugPreferenceConstants {
* The symbolic names for colors for displaying the content in the Console
* @see org.eclipse.jface.resource.ColorRegistry
*/
- public static final String CONSOLE_SYS_ERR_COLOR= "org.eclipse.debug.ui.errorColor"; //$NON-NLS-1$
- public static final String CONSOLE_SYS_OUT_COLOR= "org.eclipse.debug.ui.outColor"; //$NON-NLS-1$
- public static final String CONSOLE_SYS_IN_COLOR= "org.eclipse.debug.ui.inColor"; //$NON-NLS-1$
- public static final String CONSOLE_BAKGROUND_COLOR= "org.eclipse.debug.ui.consoleBackground"; //$NON-NLS-1$
+ String CONSOLE_SYS_ERR_COLOR= "org.eclipse.debug.ui.errorColor"; //$NON-NLS-1$
+ String CONSOLE_SYS_OUT_COLOR= "org.eclipse.debug.ui.outColor"; //$NON-NLS-1$
+ String CONSOLE_SYS_IN_COLOR= "org.eclipse.debug.ui.inColor"; //$NON-NLS-1$
+ String CONSOLE_BAKGROUND_COLOR= "org.eclipse.debug.ui.consoleBackground"; //$NON-NLS-1$
/**
* @deprecated use IDebugUIConstants.PREF_MEMORY_HISTORY_UNKNOWN_COLOR instead
*/
- @Deprecated
- public static final String MEMORY_VIEW_UNBUFFERED_LINE_COLOR = IDebugUIConstants.PLUGIN_ID + ".MemoryViewLineColor"; //$NON-NLS-1$
+ @Deprecated String MEMORY_VIEW_UNBUFFERED_LINE_COLOR = IDebugUIConstants.PLUGIN_ID + ".MemoryViewLineColor"; //$NON-NLS-1$
/**
* @deprecated use IDebugUIConstants.PREF_MEMORY_HISTORY_KNOWN_COLOR instead
*/
- @Deprecated
- public static final String MEMORY_VIEW_BUFFERED_LINE_COLOR = IDebugUIConstants.PLUGIN_ID + ".MemoryViewBufferedLineColor"; //$NON-NLS-1$
+ @Deprecated String MEMORY_VIEW_BUFFERED_LINE_COLOR = IDebugUIConstants.PLUGIN_ID + ".MemoryViewBufferedLineColor"; //$NON-NLS-1$
/**
* (boolean) Whether or not the text in the console will wrap
*/
- public static final String CONSOLE_WRAP= "Console.wrap"; //$NON-NLS-1$
+ String CONSOLE_WRAP= "Console.wrap"; //$NON-NLS-1$
/**
* (int) The maximum console character width, if wrapping.
*/
- public static final String CONSOLE_WIDTH = "Console.width"; //$NON-NLS-1$
+ String CONSOLE_WIDTH = "Console.width"; //$NON-NLS-1$
/**
* (boolean) Whether or not the console view will enable auto scroll lock
*/
- public static final String CONSOLE_AUTO_SCROLL_LOCK = "DEBUG.autoScrollLock"; //$NON-NLS-1$
+ String CONSOLE_AUTO_SCROLL_LOCK = "DEBUG.autoScrollLock"; //$NON-NLS-1$
/**
* (boolean) Whether or not the console view is shown
* when there is program output.
*/
- public static final String CONSOLE_OPEN_ON_OUT= "DEBUG.consoleOpenOnOut"; //$NON-NLS-1$
+ String CONSOLE_OPEN_ON_OUT= "DEBUG.consoleOpenOnOut"; //$NON-NLS-1$
/**
* (boolean) Whether or not the console view is shown
* when there is program error.
*/
- public static final String CONSOLE_OPEN_ON_ERR= "DEBUG.consoleOpenOnErr"; //$NON-NLS-1$
+ String CONSOLE_OPEN_ON_ERR= "DEBUG.consoleOpenOnErr"; //$NON-NLS-1$
/**
* Console buffer high and low water marks
*/
- public static final String CONSOLE_LIMIT_CONSOLE_OUTPUT = "Console.limitConsoleOutput"; //$NON-NLS-1$
- public static final String CONSOLE_LOW_WATER_MARK = "Console.lowWaterMark"; //$NON-NLS-1$
- public static final String CONSOLE_HIGH_WATER_MARK = "Console.highWaterMark"; //$NON-NLS-1$
+ String CONSOLE_LIMIT_CONSOLE_OUTPUT = "Console.limitConsoleOutput"; //$NON-NLS-1$
+ String CONSOLE_LOW_WATER_MARK = "Console.lowWaterMark"; //$NON-NLS-1$
+ String CONSOLE_HIGH_WATER_MARK = "Console.highWaterMark"; //$NON-NLS-1$
/**
* Integer preference specifying the number of spaces composing a
@@ -88,22 +86,22 @@ public interface IDebugPreferenceConstants {
*
* @since 3.0
*/
- public static final String CONSOLE_TAB_WIDTH= "Console.console_tab_width"; //$NON-NLS-1$
+ String CONSOLE_TAB_WIDTH= "Console.console_tab_width"; //$NON-NLS-1$
/**
* The orientation of the detail view in the VariablesView
*/
- public static final String VARIABLES_DETAIL_PANE_ORIENTATION = "Variables.detail.orientation"; //$NON-NLS-1$
- public static final String EXPRESSIONS_DETAIL_PANE_ORIENTATION = "Expressions.detail.orientation"; //$NON-NLS-1$
- public static final String REGISTERS_DETAIL_PANE_ORIENTATION = "Registers.detail.orientation"; //$NON-NLS-1$
- public static final String MODULES_DETAIL_PANE_ORIENTATION = "Modules.detail.orientation"; //$NON-NLS-1$
- public static final String BREAKPOINTS_DETAIL_PANE_ORIENTATION = "Breakpoints.detail.orientation"; //$NON-NLS-1$
- public static final String VARIABLES_DETAIL_PANE_RIGHT = "Variables.detail.orientation.right"; //$NON-NLS-1$
- public static final String VARIABLES_DETAIL_PANE_UNDERNEATH = "Variables.detail.orientation.underneath"; //$NON-NLS-1$
- public static final String VARIABLES_DETAIL_PANE_HIDDEN = "Variables.detail.orientation.hidden"; //$NON-NLS-1$
- public static final String VARIABLES_DETAIL_PANE_AUTO = "Variables.detail.orientation.auto"; //$NON-NLS-1$
+ String VARIABLES_DETAIL_PANE_ORIENTATION = "Variables.detail.orientation"; //$NON-NLS-1$
+ String EXPRESSIONS_DETAIL_PANE_ORIENTATION = "Expressions.detail.orientation"; //$NON-NLS-1$
+ String REGISTERS_DETAIL_PANE_ORIENTATION = "Registers.detail.orientation"; //$NON-NLS-1$
+ String MODULES_DETAIL_PANE_ORIENTATION = "Modules.detail.orientation"; //$NON-NLS-1$
+ String BREAKPOINTS_DETAIL_PANE_ORIENTATION = "Breakpoints.detail.orientation"; //$NON-NLS-1$
+ String VARIABLES_DETAIL_PANE_RIGHT = "Variables.detail.orientation.right"; //$NON-NLS-1$
+ String VARIABLES_DETAIL_PANE_UNDERNEATH = "Variables.detail.orientation.underneath"; //$NON-NLS-1$
+ String VARIABLES_DETAIL_PANE_HIDDEN = "Variables.detail.orientation.hidden"; //$NON-NLS-1$
+ String VARIABLES_DETAIL_PANE_AUTO = "Variables.detail.orientation.auto"; //$NON-NLS-1$
/**
* Memento for the last selected launch config in the
@@ -111,13 +109,12 @@ public interface IDebugPreferenceConstants {
*
* @deprecated no longer supported
*/
- @Deprecated
- public static final String PREF_LAST_LAUNCH_CONFIGURATION_SELECTION = IDebugUIConstants.PLUGIN_ID + ".lastLaunchConfigSelection"; //$NON-NLS-1$
+ @Deprecated String PREF_LAST_LAUNCH_CONFIGURATION_SELECTION = IDebugUIConstants.PLUGIN_ID + ".lastLaunchConfigSelection"; //$NON-NLS-1$
/**
* The maximum size of the launch history list
*/
- public static int MAX_LAUNCH_HISTORY_SIZE= 40;
+ int MAX_LAUNCH_HISTORY_SIZE= 40;
/**
* Boolean preference controlling whether the text in the detail panes is
@@ -126,21 +123,21 @@ public interface IDebugPreferenceConstants {
*
* @since 2.1
*/
- public static final String PREF_DETAIL_PANE_WORD_WRAP = IDebugUIConstants.PLUGIN_ID + ".detail_pane_word_wrap"; //$NON-NLS-1$
+ String PREF_DETAIL_PANE_WORD_WRAP = IDebugUIConstants.PLUGIN_ID + ".detail_pane_word_wrap"; //$NON-NLS-1$
/**
* Column size preference for the Memory View
*
* @since 3.0
*/
- public static final String PREF_COLUMN_SIZE = "org.eclipse.debug.ui.memory.columnSize"; //$NON-NLS-1$
+ String PREF_COLUMN_SIZE = "org.eclipse.debug.ui.memory.columnSize"; //$NON-NLS-1$
/**
* Default column size for the Memory View
*
* @since 3.0
*/
- public static final int PREF_COLUMN_SIZE_DEFAULT = 4;
+ int PREF_COLUMN_SIZE_DEFAULT = 4;
/**
@@ -148,20 +145,20 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String PREF_ROW_SIZE = "org.eclipse.debug.ui.memory.rowSize"; //$NON-NLS-1$
+ String PREF_ROW_SIZE = "org.eclipse.debug.ui.memory.rowSize"; //$NON-NLS-1$
/**
* Default row size for the Memory View
*
* @since 3.2
*/
- public static final int PREF_ROW_SIZE_DEFAULT = 16;
+ int PREF_ROW_SIZE_DEFAULT = 16;
/**
* Stores the boolean preference of whether to prompt when removing all breakpoints.
* @since 3.3
*/
- public static final String PREF_PROMPT_REMOVE_ALL_BREAKPOINTS = IDebugUIConstants.PLUGIN_ID + ".remove_all_breakpoints_prompt"; //$NON-NLS-1$
+ String PREF_PROMPT_REMOVE_ALL_BREAKPOINTS = IDebugUIConstants.PLUGIN_ID + ".remove_all_breakpoints_prompt"; //$NON-NLS-1$
/**
* Stores the boolean preference of whether to prompt when removing all
@@ -169,40 +166,40 @@ public interface IDebugPreferenceConstants {
*
* @since 3.11
*/
- public static final String PREF_PROMPT_REMOVE_ALL_TRIGGER_BREAKPOINTS = IDebugUIConstants.PLUGIN_ID + ".remove_all_trigger_breakpoints_prompt"; //$NON-NLS-1$
+ String PREF_PROMPT_REMOVE_ALL_TRIGGER_BREAKPOINTS = IDebugUIConstants.PLUGIN_ID + ".remove_all_trigger_breakpoints_prompt"; //$NON-NLS-1$
/**
* stores the boolean preference of whether or not to prompt when removing all of the breakpoints
* from a breakpoints container.
* @since 3.3
*/
- public static final String PREF_PROMPT_REMOVE_BREAKPOINTS_FROM_CONTAINER = IDebugUIConstants.PLUGIN_ID + ".remove_breakpoints_from_container_prompt"; //$NON-NLS-1$
+ String PREF_PROMPT_REMOVE_BREAKPOINTS_FROM_CONTAINER = IDebugUIConstants.PLUGIN_ID + ".remove_breakpoints_from_container_prompt"; //$NON-NLS-1$
/**
* Stores the boolean preference of whether to prompt when removing all expressions.
* @since 3.5
*/
- public static final String PREF_PROMPT_REMOVE_ALL_EXPRESSIONS = IDebugUIConstants.PLUGIN_ID + ".remove_all_expressions_prompt"; //$NON-NLS-1$
+ String PREF_PROMPT_REMOVE_ALL_EXPRESSIONS = IDebugUIConstants.PLUGIN_ID + ".remove_all_expressions_prompt"; //$NON-NLS-1$
/**
* Default padded string for renderings
*
* @since 3.1
*/
- public static final String PREF_PADDED_STR_DEFAULT = "??"; //$NON-NLS-1$
+ String PREF_PADDED_STR_DEFAULT = "??"; //$NON-NLS-1$
/**
* Default ASCII code page if ASCII code page preference is not set.
* @since 3.1
*/
- public static final String DEFAULT_ASCII_CP = "CP1252"; //$NON-NLS-1$
+ String DEFAULT_ASCII_CP = "CP1252"; //$NON-NLS-1$
/**
* Default EBCDIC code page if EBCDIC code page preference is not set.
* @since 3.1
*/
- public static final String DEFAULT_EBCDIC_CP = "CP037"; //$NON-NLS-1$
+ String DEFAULT_EBCDIC_CP = "CP037"; //$NON-NLS-1$
/**
* Preference to determine if table rendering should dynamically load
@@ -210,7 +207,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.1
*/
- public static final String PREF_DYNAMIC_LOAD_MEM = "org.eclpise.debug.ui.memory.dynamicLoad"; //$NON-NLS-1$
+ String PREF_DYNAMIC_LOAD_MEM = "org.eclpise.debug.ui.memory.dynamicLoad"; //$NON-NLS-1$
/**
@@ -218,7 +215,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.1
*/
- public static final String PREF_TABLE_RENDERING_PAGE_SIZE = "org.eclispe.debug.ui.memory.pageSize"; //$NON-NLS-1$
+ String PREF_TABLE_RENDERING_PAGE_SIZE = "org.eclispe.debug.ui.memory.pageSize"; //$NON-NLS-1$
/**
* Default page size when dynamic loading mode is off. This preference is stored
@@ -226,7 +223,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.1
*/
- public static final int DEFAULT_PAGE_SIZE = 20;
+ int DEFAULT_PAGE_SIZE = 20;
/**
* Preference for defining behavior when resetting a memory monitor.
* Possible values:
@@ -235,7 +232,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String PREF_RESET_MEMORY_BLOCK = IDebugUIConstants.PLUGIN_ID + ".reset_memory_block"; //$NON-NLS-1$
+ String PREF_RESET_MEMORY_BLOCK = IDebugUIConstants.PLUGIN_ID + ".reset_memory_block"; //$NON-NLS-1$
/**
* Constant to indicate that the memory view will reset all memory renderings when the reset
@@ -243,7 +240,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String RESET_ALL = IDebugUIConstants.PLUGIN_ID + "resetMemoryBlock.all"; //$NON-NLS-1$
+ String RESET_ALL = IDebugUIConstants.PLUGIN_ID + "resetMemoryBlock.all"; //$NON-NLS-1$
/**
@@ -252,7 +249,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String RESET_VISIBLE = IDebugUIConstants.PLUGIN_ID + "resetMemoryBlock.visible"; //$NON-NLS-1$
+ String RESET_VISIBLE = IDebugUIConstants.PLUGIN_ID + "resetMemoryBlock.visible"; //$NON-NLS-1$
/**
* Preference identifier for the row size in a table rendering.
@@ -266,7 +263,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String PREF_ROW_SIZE_BY_MODEL = "org.eclipse.debug.ui.AbstractTableRendering.rowSize"; //$NON-NLS-1$
+ String PREF_ROW_SIZE_BY_MODEL = "org.eclipse.debug.ui.AbstractTableRendering.rowSize"; //$NON-NLS-1$
/**
* Preference identifier for the column size in a table rendering.
* This preference is expected to be saved by an <code>IPersistableDebugElement</code>.
@@ -279,45 +276,45 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String PREF_COL_SIZE_BY_MODEL = "org.eclipse.debug.ui.AbstractTableRendering.colSize"; //$NON-NLS-1$
+ String PREF_COL_SIZE_BY_MODEL = "org.eclipse.debug.ui.AbstractTableRendering.colSize"; //$NON-NLS-1$
/**
* Number of lines to preload before the visible region in the table rendering
*
* @since 3.3
*/
- public static final String PREF_TABLE_RENDERING_PRE_BUFFER_SIZE = "org.eclispe.debug.ui.memory.preBufferSize"; //$NON-NLS-1$
+ String PREF_TABLE_RENDERING_PRE_BUFFER_SIZE = "org.eclispe.debug.ui.memory.preBufferSize"; //$NON-NLS-1$
/**
* Number of lines to preload after the visible region in the table rendering
*
* @since 3.3
*/
- public static final String PREF_TABLE_RENDERING_POST_BUFFER_SIZE = "org.eclispe.debug.ui.memory.postBufferSize"; //$NON-NLS-1$
+ String PREF_TABLE_RENDERING_POST_BUFFER_SIZE = "org.eclispe.debug.ui.memory.postBufferSize"; //$NON-NLS-1$
/**
* The layout mode in Debug view.
*
* @since 3.5
*/
- public static final String DEBUG_VIEW_MODE = "org.eclispe.debug.ui.Debug_view.mode"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_AUTO = "Debug_view.mode.auto"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_COMPACT = "Debug_view.mode.compact"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_FULL = "Debug_view.mode.full"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE = "org.eclispe.debug.ui.Debug_view.mode"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_AUTO = "Debug_view.mode.auto"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_COMPACT = "Debug_view.mode.compact"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_FULL = "Debug_view.mode.full"; //$NON-NLS-1$
/**
* Preference whether to auto-expand in the breadcrumb drop-down viewers.
*
* @since 3.5
*/
- public static final String DEBUG_VIEW_BREADCRUMB_AUTO_EXPAND_DROP_DOWN = "org.eclispe.debug.ui.Debug_view.Breadcrumb.dropDownAutoexpand"; //$NON-NLS-1$
+ String DEBUG_VIEW_BREADCRUMB_AUTO_EXPAND_DROP_DOWN = "org.eclispe.debug.ui.Debug_view.Breadcrumb.dropDownAutoexpand"; //$NON-NLS-1$
/**
* Perspectives in which the debug toolbar is hidden.
*
* @since 3.8
*/
- public static final String DEBUG_VIEW_TOOLBAR_HIDDEN_PERSPECTIVES = "org.eclispe.debug.ui.Debug_view.debug_toolbar_hidden_perspectives"; //$NON-NLS-1$
+ String DEBUG_VIEW_TOOLBAR_HIDDEN_PERSPECTIVES = "org.eclispe.debug.ui.Debug_view.debug_toolbar_hidden_perspectives"; //$NON-NLS-1$
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/ILabelResult.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/ILabelResult.java
index 6d0db0337..ef4e69e16 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/ILabelResult.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/ILabelResult.java
@@ -26,33 +26,33 @@ public interface ILabelResult {
*
* @return
*/
- public String[] getLabels();
+ String[] getLabels();
/**
* Returns the images for the element.
*
* @return
*/
- public Image[] getImages();
+ Image[] getImages();
/**
* Returns the element the label is for.
*
* @return
*/
- public Object getElement();
+ Object getElement();
/**
* Returns the path to the element in the tree.
*
* @return
*/
- public TreePath getTreePath();
+ TreePath getTreePath();
/**
* Returns this element's depth in the tree.
*
* @return
*/
- public int getDepth();
+ int getDepth();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/IBreadcrumbDropDownSite.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/IBreadcrumbDropDownSite.java
index eb1004a7b..bd692a269 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/IBreadcrumbDropDownSite.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/IBreadcrumbDropDownSite.java
@@ -25,16 +25,16 @@ public interface IBreadcrumbDropDownSite {
* viewer.
* @param selection Selection to set to breadcrumb.
*/
- public void notifySelection(ISelection selection);
+ void notifySelection(ISelection selection);
/**
* Notifies the breadcrumb that the drop-down viewer should be closed.
*/
- public void close();
+ void close();
/**
* Notifies the breadcrumb that the drop-down viewer's contents have
* changed and viewer shell should be adjusted for the new size.
*/
- public void updateSize();
+ void updateSize();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/IInternalTreeModelViewer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/IInternalTreeModelViewer.java
index 0b66433e4..b19363ee6 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/IInternalTreeModelViewer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/IInternalTreeModelViewer.java
@@ -35,15 +35,14 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @return an array of viewer filters
* @see org.eclipse.jface.viewers.StructuredViewer#setFilters(ViewerFilter[])
*/
- @Override
- public ViewerFilter[] getFilters();
+ @Override ViewerFilter[] getFilters();
/**
* Reveals the given element in the viewer.
* @param path Path to the element's parent.
* @param index Index of the element to be revealed.
*/
- public void reveal(TreePath path, int index);
+ void reveal(TreePath path, int index);
/**
* Triggers an update of the given element's state. If multiple instances
@@ -51,7 +50,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
*
* @param element Element to update.
*/
- public void update(Object element);
+ void update(Object element);
/**
* Sets the given object to be the element at the given index of the given parent.
@@ -64,7 +63,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param element Element object.
* @noreference This method is not intended to be referenced by clients.
*/
- public void replace(Object parentOrTreePath, final int index, Object element);
+ void replace(Object parentOrTreePath, final int index, Object element);
/**
* Set the number of children of the given element or tree path. To set the
@@ -78,7 +77,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param count new value
* @noreference This method is not intended to be referenced by clients.
*/
- public void setChildCount(final Object elementOrTreePath, final int count);
+ void setChildCount(final Object elementOrTreePath, final int count);
/**
* Inform the viewer about whether the given element or tree path has
@@ -92,7 +91,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param hasChildren new value.
* @noreference This method is not intended to be referenced by clients.
*/
- public void setHasChildren(final Object elementOrTreePath, final boolean hasChildren);
+ void setHasChildren(final Object elementOrTreePath, final boolean hasChildren);
/**
* Performs auto expand on an element at the specified path if the auto expand
@@ -104,7 +103,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param elementPath tree path to element to consider for expansion
* @noreference This method is not intended to be referenced by clients.
*/
- public void autoExpand(TreePath elementPath);
+ void autoExpand(TreePath elementPath);
/**
* Sets whether the node corresponding to the given element or tree path is
@@ -121,7 +120,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
*
* @noreference This method is not intended to be referenced by clients.
*/
- public void setExpandedState(Object elementOrTreePath, boolean expanded);
+ void setExpandedState(Object elementOrTreePath, boolean expanded);
/**
* Expands all ancestors of the given element or tree path so that the given
@@ -139,7 +138,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
*
* @noreference This method is not intended to be referenced by clients.
*/
- public void expandToLevel(Object elementOrTreePath, int level);
+ void expandToLevel(Object elementOrTreePath, int level);
/**
* Removes the given element from the viewer. The selection is updated if
@@ -150,7 +149,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param elementOrTreePath the element, or the tree path to the element
* @noreference This method is not intended to be referenced by clients.
*/
- public void remove(Object elementOrTreePath);
+ void remove(Object elementOrTreePath);
/**
* Removes the element at the specified index of the parent. The selection is updated if required.
@@ -162,7 +161,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param index child index
* @noreference This method is not intended to be referenced by clients.
*/
- public void remove(Object parentOrTreePath, final int index);
+ void remove(Object parentOrTreePath, final int index);
/**
* Inserts the given element as a new child element of the given parent
@@ -179,7 +178,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* the last position
* @noreference This method is not intended to be referenced by clients.
*/
- public void insert(Object parentOrTreePath, Object element, int position);
+ void insert(Object parentOrTreePath, Object element, int position);
/**
* Returns whether the candidate selection should override the current
@@ -188,7 +187,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param candidate Proposed new selection.
* @return whether new selection should override the current
*/
- public boolean overrideSelection(ISelection current, ISelection candidate);
+ boolean overrideSelection(ISelection current, ISelection candidate);
/**
* Returns whether the node corresponding to the given element or tree path
@@ -199,7 +198,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @return <code>true</code> if the node is expanded, and
* <code>false</code> if collapsed
*/
- public boolean getExpandedState(Object elementOrTreePath);
+ boolean getExpandedState(Object elementOrTreePath);
/**
* Returns whether the node corresponding to the given element or tree path
@@ -208,7 +207,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param elementOrTreePath Path to element
* @return Returns whether the given element has children.
*/
- public boolean getHasChildren(Object elementOrTreePath);
+ boolean getHasChildren(Object elementOrTreePath);
/**
* Returns the child count of the element at the given path. <br>
@@ -218,7 +217,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param path Path to get count for.
* @return The child count.
*/
- public int getChildCount(TreePath path);
+ int getChildCount(TreePath path);
/**
* Returns the element which is a child of the element at the
@@ -228,7 +227,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param index Index of child element.
* @return Child element.
*/
- public Object getChildElement(TreePath path, int index);
+ Object getChildElement(TreePath path, int index);
/**
* Returns the tree path of the element that is at the top of the
@@ -237,7 +236,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @return the tree path of the element at the top of the
* viewer.
*/
- public TreePath getTopElementPath();
+ TreePath getTopElementPath();
/**
* Finds the index of the given element with a parent of given path.
@@ -247,7 +246,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
*
* @return The element's index, or -1 if not found.
*/
- public int findElementIndex(TreePath parentPath, Object element);
+ int findElementIndex(TreePath parentPath, Object element);
/**
* Returns a boolean indicating whether all the child elements of the
@@ -256,14 +255,14 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param parentPath Path of parent element.
* @return true if all children realized
*/
- public boolean getElementChildrenRealized(TreePath parentPath);
+ boolean getElementChildrenRealized(TreePath parentPath);
/**
* Clears the selection in the viewer, if any, without firing
* selection change notification. This is only to be used by
* the platform.
*/
- public void clearSelectionQuiet();
+ void clearSelectionQuiet();
/**
* Sets the element's display information.
@@ -283,7 +282,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* <code>null</code>.
* @noreference This method is not intended to be referenced by clients.
*/
- public void setElementData(TreePath path, int numColumns, String[] labels, ImageDescriptor[] images, FontData[] fontDatas, RGB[] foregrounds, RGB[] backgrounds);
+ void setElementData(TreePath path, int numColumns, String[] labels, ImageDescriptor[] images, FontData[] fontDatas, RGB[] foregrounds, RGB[] backgrounds);
/**
* Returns identifiers of the visible columns in this viewer, or <code>null</code>
@@ -291,7 +290,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
*
* @return visible columns or <code>null</code>
*/
- public String[] getVisibleColumns();
+ String[] getVisibleColumns();
/**
* Sets the element check state data.
@@ -300,7 +299,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param checked if true, item will be checked
* @param grayed if true item will be grayed
*/
- public void setElementChecked(TreePath path, boolean checked, boolean grayed);
+ void setElementChecked(TreePath path, boolean checked, boolean grayed);
/**
* Retrieves the element check state.
@@ -308,7 +307,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param path Path of element to return check state for.
* @return the element checked state
*/
- public boolean getElementChecked(TreePath path);
+ boolean getElementChecked(TreePath path);
/**
* Retrieves the element's check box grayed state.
@@ -316,5 +315,5 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param path Path of element to return grayed state for.
* @return the element grayed state
*/
- public boolean getElementGrayed(TreePath path);
+ boolean getElementGrayed(TreePath path);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ILabelUpdateListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ILabelUpdateListener.java
index b296064a0..075bb2433 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ILabelUpdateListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ILabelUpdateListener.java
@@ -22,13 +22,13 @@ public interface ILabelUpdateListener {
/**
* Notification that a sequence of viewer updates are starting.
*/
- public void labelUpdatesBegin();
+ void labelUpdatesBegin();
/**
* Notification that viewer updates are complete. Corresponds to
* a <code>viewerUpdatesBegin()</code> notification.
*/
- public void labelUpdatesComplete();
+ void labelUpdatesComplete();
/**
* Notification that a specific update has started within
@@ -36,7 +36,7 @@ public interface ILabelUpdateListener {
*
* @param update update
*/
- public void labelUpdateStarted(ILabelUpdate update);
+ void labelUpdateStarted(ILabelUpdate update);
/**
* Notification that a specific update has completed within a
@@ -44,5 +44,5 @@ public interface ILabelUpdateListener {
*
* @param update update
*/
- public void labelUpdateComplete(ILabelUpdate update);
+ void labelUpdateComplete(ILabelUpdate update);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelContentProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelContentProvider.java
index cf2d9bcf2..88154d75e 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelContentProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelContentProvider.java
@@ -34,7 +34,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @since 3.6
* @see #setModelDeltaMask(int)
*/
- public static final int ALL_MODEL_DELTA_FLAGS = ~0;
+ int ALL_MODEL_DELTA_FLAGS = ~0;
/**
* Bit-mask which allows only flags which control selection and expansion.
@@ -42,7 +42,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @since 3.6
* @see #setModelDeltaMask(int)
*/
- public static final int CONTROL_MODEL_DELTA_FLAGS =
+ int CONTROL_MODEL_DELTA_FLAGS =
IModelDelta.EXPAND | IModelDelta.COLLAPSE | IModelDelta.SELECT | IModelDelta.REVEAL | IModelDelta.FORCE;
/**
@@ -52,7 +52,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @since 3.6
* @see #setModelDeltaMask(int)
*/
- public static final int UPDATE_MODEL_DELTA_FLAGS =
+ int UPDATE_MODEL_DELTA_FLAGS =
IModelDelta.ADDED | IModelDelta.CONTENT | IModelDelta.INSERTED | IModelDelta.INSTALL | IModelDelta.REMOVED |
IModelDelta.REPLACED | IModelDelta.STATE | IModelDelta.UNINSTALL;
@@ -64,7 +64,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param index index of child element in viewer (filtered) space
* @return index of child element in model (raw) space
*/
- public int viewToModelIndex(TreePath parentPath, int index);
+ int viewToModelIndex(TreePath parentPath, int index);
/**
* Translates and returns the given child count from the viewer coordinate
@@ -74,7 +74,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param count number of child elements in viewer (filtered) space
* @return number of child elements in model (raw) space
*/
- public int viewToModelCount(TreePath parentPath, int count);
+ int viewToModelCount(TreePath parentPath, int count);
/**
* Translates and returns the given child index from the model coordinate
@@ -84,7 +84,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param index index of child element in model (raw) space
* @return index of child element in viewer (filtered) space or -1 if filtered
*/
- public int modelToViewIndex(TreePath parentPath, int index);
+ int modelToViewIndex(TreePath parentPath, int index);
/**
* Returns whether the children of given element should be filtered.
@@ -98,7 +98,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @return whether there are any {@link TreeModelViewerFilter} filters
* applicable to given parent
*/
- public boolean areTreeModelViewerFiltersApplicable(Object parentElement);
+ boolean areTreeModelViewerFiltersApplicable(Object parentElement);
/**
* Returns whether the given element is filtered.
@@ -109,14 +109,14 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* the child element
* @return whether to filter the element
*/
- public boolean shouldFilter(Object parentElementOrTreePath, Object element);
+ boolean shouldFilter(Object parentElementOrTreePath, Object element);
/**
* Notification the given element is being unmapped.
*
* @param path Path to unmap
*/
- public void unmapPath(TreePath path);
+ void unmapPath(TreePath path);
/**
* Sets the bit mask which will be used to filter the {@link IModelDelta}
@@ -127,7 +127,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
*
* @since 3.6
*/
- public void setModelDeltaMask(int mask);
+ void setModelDeltaMask(int mask);
/**
* Returns the current model delta mask.
@@ -137,7 +137,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @see #setModelDeltaMask(int)
* @since 3.6
*/
- public int getModelDeltaMask();
+ int getModelDeltaMask();
/**
* Translates and returns the given child count from the model coordinate
@@ -147,19 +147,19 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param count child count element in model (raw) space
* @return child count in viewer (filtered) space
*/
- public int modelToViewChildCount(TreePath parentPath, int count);
+ int modelToViewChildCount(TreePath parentPath, int count);
/**
* Registers the specified listener for view update notifications.
* @param listener Listener to add
*/
- public void addViewerUpdateListener(IViewerUpdateListener listener);
+ void addViewerUpdateListener(IViewerUpdateListener listener);
/**
* Removes the specified listener from update notifications.
* @param listener Listener to remove
*/
- public void removeViewerUpdateListener(IViewerUpdateListener listener);
+ void removeViewerUpdateListener(IViewerUpdateListener listener);
/**
* Registers the given listener for model delta notification.
@@ -167,13 +167,13 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* the delta.
* @param listener Listener to add
*/
- public void addModelChangedListener(IModelChangedListener listener);
+ void addModelChangedListener(IModelChangedListener listener);
/**
* Removes the given listener from model delta notification.
* @param listener Listener to remove
*/
- public void removeModelChangedListener(IModelChangedListener listener);
+ void removeModelChangedListener(IModelChangedListener listener);
/**
* Causes the content provider to save the expansion and selection state
@@ -181,21 +181,21 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* re-populated.
* @param path Path of the element to save.
*/
- public void preserveState(TreePath path);
+ void preserveState(TreePath path);
/**
* Registers the specified listener for state update notifications.
* @param listener Listener to add
* @since 3.6
*/
- public void addStateUpdateListener(IStateUpdateListener listener);
+ void addStateUpdateListener(IStateUpdateListener listener);
/**
* Removes the specified listener from state update notifications.
* @param listener Listener to remove
* @since 3.6
*/
- public void removeStateUpdateListener(IStateUpdateListener listener);
+ void removeStateUpdateListener(IStateUpdateListener listener);
/**
* Instructs the content provider to process the given model delta. This
@@ -208,7 +208,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
*
* @since 3.6
*/
- public void updateModel(IModelDelta delta, int mask);
+ void updateModel(IModelDelta delta, int mask);
/**
* Instructs the content provider to cancel any pending state changes
@@ -221,7 +221,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param path Path of the element for which to cancel pending changes.
* @param flags Flags indicating the changes to cancel.
*/
- public void cancelRestore(TreePath path, int flags);
+ void cancelRestore(TreePath path, int flags);
/**
* Notifies the content provider that a client called {@link Viewer#setInput(Object)},
@@ -234,7 +234,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
*
* @since 3.8
*/
- public void postInputChanged(IInternalTreeModelViewer viewer, Object oldInput, Object newInput);
+ void postInputChanged(IInternalTreeModelViewer viewer, Object oldInput, Object newInput);
/**
* Notifies the receiver that the given element has had its
@@ -244,5 +244,5 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param checked The new checked state of the element
* @return false if the check state should not change
*/
- public boolean setChecked(TreePath path, boolean checked);
+ boolean setChecked(TreePath path, boolean checked);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelLabelProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelLabelProvider.java
index 190a0a8f7..1ce24bc56 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelLabelProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelLabelProvider.java
@@ -34,19 +34,19 @@ public interface ITreeModelLabelProvider extends IBaseLabelProvider {
* @return true if element label provider is found and update will
* be requested.
*/
- public boolean update(TreePath elementPath);
+ boolean update(TreePath elementPath);
/**
* Registers the specified listener for view label update notifications.
* @param listener Listener to add
*/
- public void addLabelUpdateListener(ILabelUpdateListener listener);
+ void addLabelUpdateListener(ILabelUpdateListener listener);
/**
* Removes the specified listener from view label update notifications.
* @param listener Listener to remove
*/
- public void removeLabelUpdateListener(ILabelUpdateListener listener);
+ void removeLabelUpdateListener(ILabelUpdateListener listener);
/**
* Returns an image for the given image descriptor or <code>null</code>. Adds the image
@@ -55,7 +55,7 @@ public interface ITreeModelLabelProvider extends IBaseLabelProvider {
* @param descriptor image descriptor or <code>null</code>
* @return image or <code>null</code>
*/
- public Image getImage(ImageDescriptor descriptor);
+ Image getImage(ImageDescriptor descriptor);
/**
* Returns a font for the given font data or <code>null</code>. Adds the font to the font
@@ -64,7 +64,7 @@ public interface ITreeModelLabelProvider extends IBaseLabelProvider {
* @param fontData font data or <code>null</code>
* @return font font or <code>null</code>
*/
- public Font getFont(FontData fontData);
+ Font getFont(FontData fontData);
/**
* Returns a color for the given RGB or <code>null</code>. Adds the color to the color
@@ -73,5 +73,5 @@ public interface ITreeModelLabelProvider extends IBaseLabelProvider {
* @param rgb RGB or <code>null</code>
* @return color or <code>null</code>
*/
- public Color getColor(RGB rgb);
+ Color getColor(RGB rgb);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ViewerStateTracker.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ViewerStateTracker.java
index f894f9e51..1423e60b3 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ViewerStateTracker.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ViewerStateTracker.java
@@ -97,24 +97,24 @@ class ViewerStateTracker {
*
* @param request to add
*/
- public void addRequest(ElementMementoRequest request);
+ void addRequest(ElementMementoRequest request);
/**
* Notification the request is complete.
*
* @param request that was completed
*/
- public void requestComplete(ElementMementoRequest request);
+ void requestComplete(ElementMementoRequest request);
/**
* Process the queued requests. Accepts no more new requests.
*/
- public void processReqeusts();
+ void processReqeusts();
/**
* Cancels the requests in progress.
*/
- public void cancel();
+ void cancel();
}
/**
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckUpdate.java
index c2d1f79e8..2e898715b 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckUpdate.java
@@ -23,7 +23,7 @@ public interface ICheckUpdate extends ILabelUpdate {
* Property of the presentation context which indicates that the viewer
* has the check box style.
*/
- public static final String PROP_CHECK = "org.eclipse.debug.ui.check"; //$NON-NLS-1$
+ String PROP_CHECK = "org.eclipse.debug.ui.check"; //$NON-NLS-1$
/**
* Sets the check state of the tree node.
@@ -31,6 +31,6 @@ public interface ICheckUpdate extends ILabelUpdate {
* @param checked Whether element should be checked.
* @param grayed Whether element should be grayed out.
*/
- public void setChecked(boolean checked, boolean grayed);
+ void setChecked(boolean checked, boolean grayed);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckboxModelProxy.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckboxModelProxy.java
index 3c3346ff3..1fb84f7ec 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckboxModelProxy.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckboxModelProxy.java
@@ -39,6 +39,6 @@ public interface ICheckboxModelProxy {
* @param checked The new checked state of the element
* @return false if the check state should not change
*/
- public boolean setChecked(IPresentationContext context, Object viewerInput, TreePath path, boolean checked);
+ boolean setChecked(IPresentationContext context, Object viewerInput, TreePath path, boolean checked);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java
index 2cc395bd3..f64ef66a7 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java
@@ -25,5 +25,5 @@ public interface IChildrenCountUpdate extends IViewerUpdate {
*
* @param numChildren number of children
*/
- public void setChildCount(int numChildren);
+ void setChildCount(int numChildren);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenUpdate.java
index 188dad545..a104b3541 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenUpdate.java
@@ -26,14 +26,14 @@ public interface IChildrenUpdate extends IViewerUpdate {
*
* @return offset at which children have been requested for
*/
- public int getOffset();
+ int getOffset();
/**
* Returns the number of children requested.
*
* @return number of children requested
*/
- public int getLength();
+ int getLength();
/**
* Sets the child for this request's parent at the given offset.
@@ -41,5 +41,5 @@ public interface IChildrenUpdate extends IViewerUpdate {
* @param child child
* @param offset child offset
*/
- public void setChild(Object child, int offset);
+ void setChild(Object child, int offset);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation.java
index b20f6f400..2e25a41c3 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation.java
@@ -27,12 +27,12 @@ public interface IColumnPresentation {
*
* @param context Presentation context.
*/
- public void init(IPresentationContext context);
+ void init(IPresentationContext context);
/**
* Disposes this column presentation
*/
- public void dispose();
+ void dispose();
/**
* Returns an array of all columns supported by this adapter as
@@ -40,7 +40,7 @@ public interface IColumnPresentation {
*
* @return column identifiers
*/
- public String[] getAvailableColumns();
+ String[] getAvailableColumns();
/**
* Returns an ordered array of columns that should be displayed initially for
@@ -48,7 +48,7 @@ public interface IColumnPresentation {
*
* @return initial columns to display
*/
- public String[] getInitialColumns();
+ String[] getInitialColumns();
/**
* Returns the column header for the column with the given identifier.
@@ -56,7 +56,7 @@ public interface IColumnPresentation {
* @param id a column identifier included in <code>getColumns()</code>
* @return column header
*/
- public String getHeader(String id);
+ String getHeader(String id);
/**
* Returns the image for the column with the given identifier, or <code>null</code>
@@ -64,7 +64,7 @@ public interface IColumnPresentation {
* @param id column id
* @return image descriptor or <code>null</code>
*/
- public ImageDescriptor getImageDescriptor(String id);
+ ImageDescriptor getImageDescriptor(String id);
/**
* Returns an identifier for this columns presentation.
@@ -75,7 +75,7 @@ public interface IColumnPresentation {
*
* @return identifier
*/
- public String getId();
+ String getId();
/**
* Returns whether this column presentation is optional. When a column presentation
@@ -83,6 +83,6 @@ public interface IColumnPresentation {
*
* @return whether this column presentation is optional
*/
- public boolean isOptional();
+ boolean isOptional();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation2.java
index 2f96073ea..59b5f8dd5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation2.java
@@ -30,6 +30,6 @@ public interface IColumnPresentation2 extends IColumnPresentation {
* and let the caller to decide the width. The caller may make the initial width
* be treeWidgetWidth / visibleColumnIds.length
*/
- public int getInitialColumnWidth(String id, int treeWidgetWidth, String[] visibleColumnIds);
+ int getInitialColumnWidth(String id, int treeWidgetWidth, String[] visibleColumnIds);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentationFactory.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentationFactory.java
index d32a2e371..c5dcc08c9 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentationFactory.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentationFactory.java
@@ -26,7 +26,7 @@ public interface IColumnPresentationFactory {
* @param element the input element
* @return column presentation or <code>null</code>
*/
- public IColumnPresentation createColumnPresentation(IPresentationContext context, Object element);
+ IColumnPresentation createColumnPresentation(IPresentationContext context, Object element);
/**
* Returns the type of column presentation to be used for the given context and object
@@ -37,5 +37,5 @@ public interface IColumnPresentationFactory {
* @param element input element
* @return column presentation id or <code>null</code>
*/
- public String getColumnPresentationId(IPresentationContext context, Object element);
+ String getColumnPresentationId(IPresentationContext context, Object element);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementCompareRequest.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementCompareRequest.java
index 64a7549b7..0da383cfe 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementCompareRequest.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementCompareRequest.java
@@ -24,5 +24,5 @@ public interface IElementCompareRequest extends IElementMementoRequest {
*
* @param equal whether the memento represents the element
*/
- public void setEqual(boolean equal);
+ void setEqual(boolean equal);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementContentProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementContentProvider.java
index 126850d2b..7f8c95fa6 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementContentProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementContentProvider.java
@@ -32,7 +32,7 @@ public interface IElementContentProvider {
* a store for the result. The update array is guaranteed to have at least
* one element, and for all updates to have the same presentation context.
*/
- public void update(IChildrenCountUpdate[] updates);
+ void update(IChildrenCountUpdate[] updates);
/**
* Updates children as requested by the given updates.
@@ -41,7 +41,7 @@ public interface IElementContentProvider {
* The update array is guaranteed to have at least one element, and for
* all updates to have the same presentation context.
*/
- public void update(IChildrenUpdate[] updates);
+ void update(IChildrenUpdate[] updates);
/**
* Updates whether elements have children.
@@ -50,6 +50,6 @@ public interface IElementContentProvider {
* a store for the result. The update array is guaranteed to have at least
* one element, and for all updates to have the same presentation context.
*/
- public void update(IHasChildrenUpdate[] updates);
+ void update(IHasChildrenUpdate[] updates);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementEditor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementEditor.java
index df2183113..ae3d7d46d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementEditor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementEditor.java
@@ -31,7 +31,7 @@ public interface IElementEditor {
* @param parent parent control to create the cell editor in
* @return cell editor or <code>null</code>
*/
- public CellEditor getCellEditor(IPresentationContext context, String columnId, Object element, Composite parent);
+ CellEditor getCellEditor(IPresentationContext context, String columnId, Object element, Composite parent);
/**
* Returns a cell modifier for the specified element in the given context
@@ -41,6 +41,6 @@ public interface IElementEditor {
*
* @return cell modifier or <code>null</code>
*/
- public ICellModifier getCellModifier(IPresentationContext context, Object element);
+ ICellModifier getCellModifier(IPresentationContext context, Object element);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementLabelProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementLabelProvider.java
index c99a3f67c..1422b326e 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementLabelProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementLabelProvider.java
@@ -31,5 +31,5 @@ public interface IElementLabelProvider {
* stores label attributes. The update array is guaranteed to have at least one element, and for
* all updates to have the same presentation context.
*/
- public void update(ILabelUpdate[] updates);
+ void update(ILabelUpdate[] updates);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoProvider.java
index 112a0a2a5..201037574 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoProvider.java
@@ -34,7 +34,7 @@ public interface IElementMementoProvider {
* The requests array is guaranteed to have at least one element, and for
* all requests to have the same presentation context.
*/
- public void encodeElements(IElementMementoRequest[] requests);
+ void encodeElements(IElementMementoRequest[] requests);
/**
* Determines whether mementos represent associated elements specified in the requests.
@@ -43,6 +43,6 @@ public interface IElementMementoProvider {
* The requests array is guaranteed to have at least one element, and for
* all requests to have the same presentation context.
*/
- public void compareElements(IElementCompareRequest[] requests);
+ void compareElements(IElementCompareRequest[] requests);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoRequest.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoRequest.java
index e7e2f4eb1..ed933e2e2 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoRequest.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoRequest.java
@@ -26,5 +26,5 @@ public interface IElementMementoRequest extends IViewerUpdate {
*
* @return memento
*/
- public IMemento getMemento();
+ IMemento getMemento();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate.java
index 40716074c..a9323a55f 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate.java
@@ -24,5 +24,5 @@ public interface IHasChildrenUpdate extends IViewerUpdate {
*
* @param hasChildren whether there are children
*/
- public void setHasChilren(boolean hasChildren);
+ void setHasChilren(boolean hasChildren);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ILabelUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ILabelUpdate.java
index 8dc771bcd..476ca0848 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ILabelUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ILabelUpdate.java
@@ -30,7 +30,7 @@ public interface ILabelUpdate extends IViewerUpdate {
*
* @return column id's or <code>null</code>
*/
- public String[] getColumnIds();
+ String[] getColumnIds();
/**
* Sets the text of the label of the specified column. Cannot be <code>null</code>.
@@ -38,7 +38,7 @@ public interface ILabelUpdate extends IViewerUpdate {
* @param text to set to viewer
* @param columnIndex column index (0 when no columns)
*/
- public void setLabel(String text, int columnIndex);
+ void setLabel(String text, int columnIndex);
/**
* Sets the font of the label.
@@ -46,7 +46,7 @@ public interface ILabelUpdate extends IViewerUpdate {
* @param fontData to set to viewer
* @param columnIndex column index (0 when no columns)
*/
- public void setFontData(FontData fontData, int columnIndex);
+ void setFontData(FontData fontData, int columnIndex);
/**
* Sets the image of the label.
@@ -54,7 +54,7 @@ public interface ILabelUpdate extends IViewerUpdate {
* @param image to set to viewer
* @param columnIndex column index (0 when no columns)
*/
- public void setImageDescriptor(ImageDescriptor image, int columnIndex);
+ void setImageDescriptor(ImageDescriptor image, int columnIndex);
/**
* Sets the foreground color of the label.
@@ -62,7 +62,7 @@ public interface ILabelUpdate extends IViewerUpdate {
* @param foreground to set to viewer
* @param columnIndex column index (0 when no columns)
*/
- public void setForeground(RGB foreground, int columnIndex);
+ void setForeground(RGB foreground, int columnIndex);
/**
* Sets the background color of the label.
@@ -70,5 +70,5 @@ public interface ILabelUpdate extends IViewerUpdate {
* @param background to set to viewer
* @param columnIndex column index (0 when no columns)
*/
- public void setBackground(RGB background, int columnIndex);
+ void setBackground(RGB background, int columnIndex);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelChangedListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelChangedListener.java
index 8bae97f27..f9b0e04e0 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelChangedListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelChangedListener.java
@@ -26,6 +26,6 @@ public interface IModelChangedListener {
* @param delta model delta
* @param proxy proxy that created the delta
*/
- public void modelChanged(IModelDelta delta, IModelProxy proxy);
+ void modelChanged(IModelDelta delta, IModelProxy proxy);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta.java
index 37f9f4c2a..4e6701cc5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta.java
@@ -39,74 +39,74 @@ public interface IModelDelta {
* Indicates an element has not changed, but has children that have
* changed in some way.
*/
- public static int NO_CHANGE = 0;
+ int NO_CHANGE = 0;
/**
* Indicates an element has been added to the model, as described by
* its path.
*/
- public static int ADDED = 1;
+ int ADDED = 1;
/**
* Indicates an element has been removed from the model, as described by
* its path.
*/
- public static int REMOVED = 1 << 1;
+ int REMOVED = 1 << 1;
/**
* Indicates an element has been replaced in the model, as described by
* its path. In this case a replacement element is also specified in the
* model delta node.
*/
- public static int REPLACED = 1 << 3;
+ int REPLACED = 1 << 3;
/**
* Indicates an element has been inserted into the model, as described
* by its path and index.
*/
- public static int INSERTED = 1 << 4;
+ int INSERTED = 1 << 4;
// how an element changed
/**
* Indicates an elements content has changed (i.e. its children).
*/
- public static int CONTENT = 1 << 10;
+ int CONTENT = 1 << 10;
/**
* Indicates an elements state has changed (i.e. label)
*/
- public static int STATE = 1 << 11;
+ int STATE = 1 << 11;
// Suggested actions
/**
* Suggests that the element should be expanded, as described by its path.
*/
- public static int EXPAND = 1 << 20;
+ int EXPAND = 1 << 20;
/**
* Suggests that the element should be selected, as described by its path.
*/
- public static int SELECT = 1 << 21;
+ int SELECT = 1 << 21;
/**
* Suggests that the element should be revealed, as described by its path.
* @since 3.3
*/
- public static int REVEAL = 1 << 24;
+ int REVEAL = 1 << 24;
/**
* Indicates a model proxy should be installed for the given element
* @since 3.3
*/
- public static int INSTALL = 1 << 22;
+ int INSTALL = 1 << 22;
/**
* Indicates a model proxy should be uninstalled for the given element
* @since 3.3
*/
- public static int UNINSTALL = 1 << 23;
+ int UNINSTALL = 1 << 23;
/**
* Suggests that the element should be collapsed, as described by its path.
* @since 3.3
*/
- public static int COLLAPSE = 1 << 25;
+ int COLLAPSE = 1 << 25;
/**
* Flag indicating that the view layout deltas should override the
@@ -116,7 +116,7 @@ public interface IModelDelta {
* @see IModelSelectionPolicy
= * @since 3.5
*/
- public static int FORCE = 1 << 26;
+ int FORCE = 1 << 26;
/**
* Returns the parent of this node, or <code>null</code> if this is
@@ -124,14 +124,14 @@ public interface IModelDelta {
*
* @return parent node or <code>null</code> if this is a root node
*/
- public IModelDelta getParentDelta();
+ IModelDelta getParentDelta();
/**
* Returns the model element this node describes.
*
* @return associated model element
*/
- public Object getElement();
+ Object getElement();
/**
* Returns flags describing how this element changed. A bit mask of the
@@ -139,14 +139,14 @@ public interface IModelDelta {
*
* @return change flags
*/
- public int getFlags();
+ int getFlags();
/**
* Returns nodes describing changed children, possibly an empty collection.
*
* @return changed children, possibly empty
*/
- public IModelDelta[] getChildDeltas();
+ IModelDelta[] getChildDeltas();
/**
* When a node indicates the <code>IModelDelta.REPLACED</code> flag, this method
@@ -154,7 +154,7 @@ public interface IModelDelta {
*
* @return replacement element or <code>null</code>
*/
- public Object getReplacementElement();
+ Object getReplacementElement();
/**
* Returns this node's index in its parents child collection or -1 if unknown.
@@ -166,7 +166,7 @@ public interface IModelDelta {
* </p>
* @return insertion index or -1
*/
- public int getIndex();
+ int getIndex();
/**
* Returns the total number of children this element has, or -1 if unknown. Note
@@ -178,7 +178,7 @@ public interface IModelDelta {
*
* @return total number of child elements this element has
*/
- public int getChildCount();
+ int getChildCount();
/**
* Accepts the given visitor.
@@ -186,6 +186,6 @@ public interface IModelDelta {
* @param visitor delta visitor to accept
* @since 3.3
*/
- public void accept(IModelDeltaVisitor visitor);
+ void accept(IModelDeltaVisitor visitor);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDeltaVisitor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDeltaVisitor.java
index 252ba7148..e24e3b1ae 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDeltaVisitor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDeltaVisitor.java
@@ -26,6 +26,6 @@ public interface IModelDeltaVisitor {
* @return <code>true</code> if the model delta's children should
* be visited; <code>false</code> if they should be skipped.
*/
- public boolean visit(IModelDelta delta, int depth);
+ boolean visit(IModelDelta delta, int depth);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy.java
index fd2fabc27..0547e0532 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy.java
@@ -53,7 +53,7 @@ public interface IModelProxy {
* @param context presentation context in which the proxy will be installed
* @see IModelProxy2#initialize(ITreeModelViewer)
*/
- public void init(IPresentationContext context);
+ void init(IPresentationContext context);
/**
* Notification this model proxy has been installed in the specified
@@ -70,7 +70,7 @@ public interface IModelProxy {
* @see IModelProxy2#initialize(ITreeModelViewer)
* @since 3.3
*/
- public void installed(Viewer viewer);
+ void installed(Viewer viewer);
/**
* Disposes this model proxy.
@@ -79,21 +79,21 @@ public interface IModelProxy {
* be called by clients.
* </p>
*/
- public void dispose();
+ void dispose();
/**
* Registers the given listener for model delta notification.
*
* @param listener model delta listener
*/
- public void addModelChangedListener(IModelChangedListener listener);
+ void addModelChangedListener(IModelChangedListener listener);
/**
* Unregisters the given listener from model delta notification.
*
* @param listener model delta listener
*/
- public void removeModelChangedListener(IModelChangedListener listener);
+ void removeModelChangedListener(IModelChangedListener listener);
/**
* Returns whether this proxy has been disposed.
@@ -101,6 +101,6 @@ public interface IModelProxy {
* @return whether this proxy has been disposed
* @since 3.3
*/
- public boolean isDisposed();
+ boolean isDisposed();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy2.java
index dc779cb56..d5011ede4 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy2.java
@@ -37,6 +37,6 @@ public interface IModelProxy2 extends IModelProxy {
* @param viewer Viewer that is installing this model proxy.
*
*/
- public void initialize(ITreeModelViewer viewer);
+ void initialize(ITreeModelViewer viewer);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory.java
index e971580e9..8e8dc1006 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory.java
@@ -31,5 +31,5 @@ public interface IModelProxyFactory {
* @param context presentation context
* @return model proxy or <code>null</code>
*/
- public IModelProxy createModelProxy(Object element, IPresentationContext context);
+ IModelProxy createModelProxy(Object element, IPresentationContext context);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory2.java
index 177fcd963..6d83badec 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory2.java
@@ -44,5 +44,5 @@ public interface IModelProxyFactory2 {
* @param context presentation context
* @return model proxy or <code>null</code>
*/
- public IModelProxy createTreeModelProxy(Object input, TreePath path, IPresentationContext context);
+ IModelProxy createTreeModelProxy(Object input, TreePath path, IPresentationContext context);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicy.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicy.java
index 0174054a0..07458b059 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicy.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicy.java
@@ -40,7 +40,7 @@ public interface IModelSelectionPolicy {
* @param context Presentation context of the viewer.
* @return true if selection is contained in model.
*/
- public boolean contains(ISelection selection, IPresentationContext context);
+ boolean contains(ISelection selection, IPresentationContext context);
/**
* Returns whether the candidate selection overrides the
@@ -52,7 +52,7 @@ public interface IModelSelectionPolicy {
* @param context Presentation context of viewer.
* @return true if candidate selection should be set to viewer
*/
- public boolean overrides(ISelection existing, ISelection candidate, IPresentationContext context);
+ boolean overrides(ISelection existing, ISelection candidate, IPresentationContext context);
/**
* Returns whether the given selection should be maintained in the
@@ -62,7 +62,7 @@ public interface IModelSelectionPolicy {
* @param context Presentation context of viewer.
* @return true if selection is sticky
*/
- public boolean isSticky(ISelection selection, IPresentationContext context);
+ boolean isSticky(ISelection selection, IPresentationContext context);
/**
* Replaces an invalid selection.
@@ -82,5 +82,5 @@ public interface IModelSelectionPolicy {
* the selection after the update, or <code>null</code> if none
* @return new selection or <code>null</code> if none
*/
- public ISelection replaceInvalidSelection(ISelection invalidSelection, ISelection newSelection);
+ ISelection replaceInvalidSelection(ISelection invalidSelection, ISelection newSelection);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicyFactory.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicyFactory.java
index 34b4e75ba..571781124 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicyFactory.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicyFactory.java
@@ -31,5 +31,5 @@ public interface IModelSelectionPolicyFactory {
* @param context presentation context
* @return model selection policy or <code>null</code>
*/
- public IModelSelectionPolicy createModelSelectionPolicyAdapter(Object element, IPresentationContext context);
+ IModelSelectionPolicy createModelSelectionPolicyAdapter(Object element, IPresentationContext context);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IPresentationContext.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IPresentationContext.java
index 7e542cf02..0d5e4ca5a 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IPresentationContext.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IPresentationContext.java
@@ -29,7 +29,7 @@ public interface IPresentationContext {
* Property name used for property change notification when the columns
* in a presentation context change.
*/
- public static final String PROPERTY_COLUMNS = "PROPERTY_COLUMNS"; //$NON-NLS-1$
+ String PROPERTY_COLUMNS = "PROPERTY_COLUMNS"; //$NON-NLS-1$
/**
* Property indicating whether the presentation context is disposed.
@@ -39,7 +39,7 @@ public interface IPresentationContext {
*
* @since 3.6
*/
- public static final String PROPERTY_DISPOSED = "PROPERTY_DISPOSED"; //$NON-NLS-1$
+ String PROPERTY_DISPOSED = "PROPERTY_DISPOSED"; //$NON-NLS-1$
/**
* Returns identifiers of the visible columns in the order
@@ -50,21 +50,21 @@ public interface IPresentationContext {
* @return visible column identifiers or <code>null</code>
* @see IColumnPresentation
*/
- public String[] getColumns();
+ String[] getColumns();
/**
* Registers the given listener for property change notification.
*
* @param listener property listener
*/
- public void addPropertyChangeListener(IPropertyChangeListener listener);
+ void addPropertyChangeListener(IPropertyChangeListener listener);
/**
* Unregisters the given listener from property change notification.
*
* @param listener property listener.
*/
- public void removePropertyChangeListener(IPropertyChangeListener listener);
+ void removePropertyChangeListener(IPropertyChangeListener listener);
/**
* Returns the id of this presentation context. Usually this is the id of
@@ -74,7 +74,7 @@ public interface IPresentationContext {
* @return id
* @since 3.3
*/
- public String getId();
+ String getId();
/**
* Sets the specified property and notifies listeners of changes.
@@ -82,7 +82,7 @@ public interface IPresentationContext {
* @param property property name
* @param value property value
*/
- public void setProperty(String property, Object value);
+ void setProperty(String property, Object value);
/**
* Returns the property with the specified name or <code>null</code>
@@ -91,13 +91,13 @@ public interface IPresentationContext {
* @param property property name
* @return property value or <code>null</code>
*/
- public Object getProperty(String property);
+ Object getProperty(String property);
/**
* Disposes this presentation context. Called by the framework
* when the associated viewer is disposed.
*/
- public void dispose();
+ void dispose();
/**
* Returns all keys of properties currently set in this context,
@@ -106,7 +106,7 @@ public interface IPresentationContext {
* @return keys of all current properties
* @since 3.4
*/
- public String[] getProperties();
+ String[] getProperties();
/**
* Returns the part that this presentation context is associated with.
@@ -116,7 +116,7 @@ public interface IPresentationContext {
* @return IWorkbenchPart or <code>null</code>
* @since 3.6
*/
- public IWorkbenchPart getPart();
+ IWorkbenchPart getPart();
/**
* Returns the window that this presentation context is associated with.
@@ -126,6 +126,6 @@ public interface IPresentationContext {
* @return IWorkbenchWindow or <code>null</code>
* @since 3.6
*/
- public IWorkbenchWindow getWindow();
+ IWorkbenchWindow getWindow();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStateUpdateListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStateUpdateListener.java
index fa328c449..7bd890ebf 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStateUpdateListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStateUpdateListener.java
@@ -23,7 +23,7 @@ public interface IStateUpdateListener {
*
* @param input Input object for the state operation.
*/
- public void stateSaveUpdatesBegin(Object input);
+ void stateSaveUpdatesBegin(Object input);
/**
* Notification that viewer updates are complete. Corresponds to
@@ -31,14 +31,14 @@ public interface IStateUpdateListener {
*
* @param input Input object for the state operation.
*/
- public void stateSaveUpdatesComplete(Object input);
+ void stateSaveUpdatesComplete(Object input);
/**
* Notification that a sequence of viewer updates are starting.
*
* @param input Input object for the state operation.
*/
- public void stateRestoreUpdatesBegin(Object input);
+ void stateRestoreUpdatesBegin(Object input);
/**
* Notification that viewer updates are complete. Corresponds to
@@ -46,7 +46,7 @@ public interface IStateUpdateListener {
*
* @param input Input object for the state operation.
*/
- public void stateRestoreUpdatesComplete(Object input);
+ void stateRestoreUpdatesComplete(Object input);
/**
* Notification that a specific update has started within
@@ -55,7 +55,7 @@ public interface IStateUpdateListener {
* @param input Input object for the state operation.
* @param update update
*/
- public void stateUpdateStarted(Object input, IViewerUpdate update);
+ void stateUpdateStarted(Object input, IViewerUpdate update);
/**
* Notification that a specific update has completed within a
@@ -64,5 +64,5 @@ public interface IStateUpdateListener {
* @param input Input object for the state operation.
* @param update update
*/
- public void stateUpdateComplete(Object input, IViewerUpdate update);
+ void stateUpdateComplete(Object input, IViewerUpdate update);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java
index 4703e1e1a..925b877bc 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java
@@ -46,7 +46,7 @@ public interface IStatusMonitor extends IProgressMonitor {
*
* @param status request status
*/
- public void setStatus(IStatus status);
+ void setStatus(IStatus status);
/**
* Returns the status of this request, or <code>null</code>.
@@ -54,5 +54,5 @@ public interface IStatusMonitor extends IProgressMonitor {
* @return request status - <code>null</code> is equivalent
* to an OK status
*/
- public IStatus getStatus();
+ IStatus getStatus();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ITreeModelViewer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ITreeModelViewer.java
index 39b1db200..c0bac32f2 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ITreeModelViewer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ITreeModelViewer.java
@@ -35,7 +35,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* @see #setAutoExpandLevel(int)
* @see #getAutoExpandLevel()
*/
- public static final int ALL_LEVELS = -1;
+ int ALL_LEVELS = -1;
/**
* Returns the Display object that this viewer is in. The
@@ -44,14 +44,14 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @return The display.
*/
- public Display getDisplay();
+ Display getDisplay();
/**
* Returns this viewer's presentation context.
*
* @return presentation context
*/
- public IPresentationContext getPresentationContext();
+ IPresentationContext getPresentationContext();
/**
* Returns the current input of this viewer, or <code>null</code>
@@ -60,7 +60,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @return Input object
*/
- public Object getInput();
+ Object getInput();
/**
* Sets the input of this viewer. Setting the input resets the
@@ -69,15 +69,14 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @param object Input element, or <code>null</code> if none.
*/
- public void setInput(Object object);
+ void setInput(Object object);
/**
* Returns the current selection in viewer.
*
* @return selection object
*/
- @Override
- public ISelection getSelection();
+ @Override ISelection getSelection();
/**
* Sets a new selection for this viewer and optionally makes it visible.
@@ -90,7 +89,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* @param force <code>true</code> if the selection should override the
* model selection policy
*/
- public void setSelection(ISelection selection, boolean reveal, boolean force);
+ void setSelection(ISelection selection, boolean reveal, boolean force);
/**
* Attempts to set the selection for this viewer and optionally makes it visible.
@@ -104,7 +103,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* @return <code>true</code> if the selection was set and <code>false</code> if the
* model selection policy overrides the selection attempt
*/
- public boolean trySelection(ISelection selection, boolean reveal, boolean force);
+ boolean trySelection(ISelection selection, boolean reveal, boolean force);
/**
* Returns the auto-expand level.
@@ -113,7 +112,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* the tree are expanded automatically
* @see #setAutoExpandLevel
*/
- public int getAutoExpandLevel();
+ int getAutoExpandLevel();
/**
* Sets the auto-expand level to be used when the input of the viewer is set
@@ -133,7 +132,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* non-negative level, or <code>ALL_LEVELS</code> to expand all
* levels of the tree
*/
- public void setAutoExpandLevel(int level);
+ void setAutoExpandLevel(int level);
/**
* Returns the label data for the given element and for the given column,
@@ -147,49 +146,49 @@ public interface ITreeModelViewer extends ISelectionProvider {
* <code>null</code> if the given element is not found or is not
* materialized in the virtual viewer.
*/
- public ViewerLabel getElementLabel(TreePath path, String columnId);
+ ViewerLabel getElementLabel(TreePath path, String columnId);
/**
* Registers the specified listener for view update notifications.
*
* @param listener Listener to add
*/
- public void addViewerUpdateListener(IViewerUpdateListener listener);
+ void addViewerUpdateListener(IViewerUpdateListener listener);
/**
* Removes the specified listener from update notifications.
*
* @param listener Listener to remove
*/
- public void removeViewerUpdateListener(IViewerUpdateListener listener);
+ void removeViewerUpdateListener(IViewerUpdateListener listener);
/**
* Registers the specified listener for state update notifications.
*
* @param listener Listener to add
*/
- public void addStateUpdateListener(IStateUpdateListener listener);
+ void addStateUpdateListener(IStateUpdateListener listener);
/**
* Removes the specified listener from state update notifications.
*
* @param listener Listener to remove
*/
- public void removeStateUpdateListener(IStateUpdateListener listener);
+ void removeStateUpdateListener(IStateUpdateListener listener);
/**
* Registers the specified listener for view label update notifications.
*
* @param listener Listener to add
*/
- public void addLabelUpdateListener(ILabelUpdateListener listener);
+ void addLabelUpdateListener(ILabelUpdateListener listener);
/**
* Removes the specified listener from view label update notifications.
*
* @param listener Listener to remove
*/
- public void removeLabelUpdateListener(ILabelUpdateListener listener);
+ void removeLabelUpdateListener(ILabelUpdateListener listener);
/**
* Registers the given listener for model delta notification.
@@ -198,14 +197,14 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @param listener Listener to add
*/
- public void addModelChangedListener(IModelChangedListener listener);
+ void addModelChangedListener(IModelChangedListener listener);
/**
* Removes the given listener from model delta notification.
*
* @param listener Listener to remove
*/
- public void removeModelChangedListener(IModelChangedListener listener);
+ void removeModelChangedListener(IModelChangedListener listener);
/**
* Writes state information into a delta for the sub-tree at the given
@@ -221,7 +220,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* return <code>false</code> if an element at the given path cannot
* be found.
*/
- public boolean saveElementState(TreePath path, ModelDelta delta, int flagsToSave);
+ boolean saveElementState(TreePath path, ModelDelta delta, int flagsToSave);
/**
* Causes the viewer to process the given delta as if it came from a
@@ -230,7 +229,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @param delta Delta to process.
*/
- public void updateViewer(IModelDelta delta);
+ void updateViewer(IModelDelta delta);
/**
* Triggers an update of the given element and its children. If
@@ -239,12 +238,12 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @param element Element to update.
*/
- public void refresh(Object element);
+ void refresh(Object element);
/**
* Triggers a full update of all the elements in the tree.
*/
- public void refresh();
+ void refresh();
/**
* Returns the paths at which the given element is found realized in viewer
@@ -253,27 +252,27 @@ public interface ITreeModelViewer extends ISelectionProvider {
* @param element Element to find.
* @return Array of paths for given element.
*/
- public TreePath[] getElementPaths(Object element);
+ TreePath[] getElementPaths(Object element);
/**
* Returns filters currently configured in viewer.
*
* @return filter array in viewer.
*/
- public ViewerFilter[] getFilters();
+ ViewerFilter[] getFilters();
/**
* Add a new filter to use in viewer.
*
* @param filter Filter to add.
*/
- public void addFilter(ViewerFilter filter);
+ void addFilter(ViewerFilter filter);
/**
* Sets viewer filters to the filters in array.
*
* @param filters New filter array to use.
*/
- public void setFilters(ViewerFilter... filters);
+ void setFilters(ViewerFilter... filters);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewActionProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewActionProvider.java
index 0c87ff80d..1047b4fdc 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewActionProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewActionProvider.java
@@ -30,5 +30,5 @@ public interface IViewActionProvider {
* @param actionID action id
* @return action or null
*/
- public IAction getAction(IPresentationContext presentationContext, String actionID);
+ IAction getAction(IPresentationContext presentationContext, String actionID);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java
index f691d2841..dc7ac6773 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java
@@ -32,7 +32,7 @@ public interface IViewerInputProvider {
* @param update provides details about the request and stores the newly
* computed viewer input
*/
- public void update(IViewerInputUpdate update);
+ void update(IViewerInputUpdate update);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputRequestor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputRequestor.java
index 9ac314eb3..9dcc8458c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputRequestor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputRequestor.java
@@ -27,5 +27,5 @@ public interface IViewerInputRequestor {
*
* @param update viewer input update request
*/
- public void viewerInputComplete(IViewerInputUpdate update);
+ void viewerInputComplete(IViewerInputUpdate update);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputUpdate.java
index 3443b28f3..a6cf1c8d2 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputUpdate.java
@@ -30,7 +30,7 @@ public interface IViewerInputUpdate extends IViewerUpdate {
*
* @param element viewer input for this request's presentation context, possibly <code>null</code>
*/
- public void setInputElement(Object element);
+ void setInputElement(Object element);
/**
* Returns the computed viewer input or <code>null</code> if none. The return value of this method
@@ -38,5 +38,5 @@ public interface IViewerInputUpdate extends IViewerUpdate {
*
* @return viewer input or <code>null</code>
*/
- public Object getInputElement();
+ Object getInputElement();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate.java
index 0df2ce637..633fd754c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate.java
@@ -26,14 +26,14 @@ public interface IViewerUpdate extends IRequest {
*
* @return context this update was requested in
*/
- public IPresentationContext getPresentationContext();
+ IPresentationContext getPresentationContext();
/**
* Returns the model element associated with this request.
*
* @return associated model element
*/
- public Object getElement();
+ Object getElement();
/**
* Returns the viewer tree path to the model element associated with this
@@ -41,7 +41,7 @@ public interface IViewerUpdate extends IRequest {
*
* @return tree path, possibly empty
*/
- public TreePath getElementPath();
+ TreePath getElementPath();
/**
* Returns the element that was the viewer input at the time the
@@ -50,5 +50,5 @@ public interface IViewerUpdate extends IRequest {
* @return viewer input element, possibly <code>null</code>
* @since 3.4
*/
- public Object getViewerInput();
+ Object getViewerInput();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdateListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdateListener.java
index 647f2ea3f..f824f8281 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdateListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdateListener.java
@@ -21,13 +21,13 @@ public interface IViewerUpdateListener {
/**
* Notification that a sequence of viewer updates are starting.
*/
- public void viewerUpdatesBegin();
+ void viewerUpdatesBegin();
/**
* Notification that viewer updates are complete. Corresponds to
* a <code>viewerUpdatesBegin()</code> notification.
*/
- public void viewerUpdatesComplete();
+ void viewerUpdatesComplete();
/**
* Notification that a specific update has started within
@@ -35,7 +35,7 @@ public interface IViewerUpdateListener {
*
* @param update update
*/
- public void updateStarted(IViewerUpdate update);
+ void updateStarted(IViewerUpdate update);
/**
* Notification that a specific update has completed within a
@@ -43,5 +43,5 @@ public interface IViewerUpdateListener {
*
* @param update update
*/
- public void updateComplete(IViewerUpdate update);
+ void updateComplete(IViewerUpdate update);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemListener.java
index 67ffdb815..146ce409d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemListener.java
@@ -26,7 +26,7 @@ public interface IVirtualItemListener {
*
* @param item The item that was revealed.
*/
- public void revealed(VirtualItem item);
+ void revealed(VirtualItem item);
/**
* Called when an item is disposed. It tells the viewer to
@@ -34,5 +34,5 @@ public interface IVirtualItemListener {
*
* @param item The itam that was disposed.
*/
- public void disposed(VirtualItem item);
+ void disposed(VirtualItem item);
} \ No newline at end of file
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemValidator.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemValidator.java
index 2ed6682e7..17eab9eb4 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemValidator.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemValidator.java
@@ -27,12 +27,12 @@ public interface IVirtualItemValidator {
* @param item Item to be tested.
* @return returns true if the item should be considered visible.
*/
- public boolean isItemVisible(VirtualItem item);
+ boolean isItemVisible(VirtualItem item);
/**
* Indicates that the viewer requested to reveal the given item in viewer.
*
* @param item Item to show.
*/
- public void showItem(VirtualItem item);
+ void showItem(VirtualItem item);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousContentAdapter.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousContentAdapter.java
index 68d47a7d2..638c76689 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousContentAdapter.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousContentAdapter.java
@@ -31,7 +31,7 @@ public interface IAsynchronousContentAdapter {
* @param context the context in which children have been requested
* @param monitor request monitor to report children to
*/
- public void retrieveChildren(Object parent, IPresentationContext context, IChildrenRequestMonitor result);
+ void retrieveChildren(Object parent, IPresentationContext context, IChildrenRequestMonitor result);
/**
* Asynchronously determines whether the given element contains children in the specified
@@ -43,6 +43,6 @@ public interface IAsynchronousContentAdapter {
* @param context the context in which children may exist
* @param monitor request monitor to report the result to
*/
- public void isContainer(Object element, IPresentationContext context, IContainerRequestMonitor result);
+ void isContainer(Object element, IPresentationContext context, IContainerRequestMonitor result);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousLabelAdapter.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousLabelAdapter.java
index 518be81dc..833747fc5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousLabelAdapter.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousLabelAdapter.java
@@ -31,7 +31,7 @@ public interface IAsynchronousLabelAdapter {
* @param context the context in which the label has been requested
* @param monitor request monitor to report the result to
*/
- public void retrieveLabel(Object object, IPresentationContext context, ILabelRequestMonitor result);
+ void retrieveLabel(Object object, IPresentationContext context, ILabelRequestMonitor result);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IChildrenRequestMonitor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IChildrenRequestMonitor.java
index 3f5646c0e..29621cf8c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IChildrenRequestMonitor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IChildrenRequestMonitor.java
@@ -26,12 +26,12 @@ public interface IChildrenRequestMonitor extends IStatusMonitor {
*
* @param child child to add
*/
- public void addChild(Object child);
+ void addChild(Object child);
/**
* Adds the given children to this request.
*
* @param children children to add
*/
- public void addChildren(Object[] children);
+ void addChildren(Object[] children);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IContainerRequestMonitor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IContainerRequestMonitor.java
index be1f3b36c..aa03a4258 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IContainerRequestMonitor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IContainerRequestMonitor.java
@@ -27,6 +27,6 @@ public interface IContainerRequestMonitor extends IStatusMonitor {
*
* @param container whether an element contains children
*/
- public void setIsContainer(boolean container);
+ void setIsContainer(boolean container);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/ILabelRequestMonitor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/ILabelRequestMonitor.java
index 967d5ac5f..2329f9eec 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/ILabelRequestMonitor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/ILabelRequestMonitor.java
@@ -30,34 +30,34 @@ public interface ILabelRequestMonitor extends IStatusMonitor {
*
* @param text
*/
- public void setLabels(String[] text);
+ void setLabels(String[] text);
/**
* Sets the font of the label.
*
* @param fontData
*/
- public void setFontDatas(FontData[] fontData);
+ void setFontDatas(FontData[] fontData);
/**
* Sets the image of the label.
*
* @param image
*/
- public void setImageDescriptors(ImageDescriptor[] image);
+ void setImageDescriptors(ImageDescriptor[] image);
/**
* Sets the foreground color of the label.
*
* @param foreground
*/
- public void setForegrounds(RGB[] foreground);
+ void setForegrounds(RGB[] foreground);
/**
* Sets the background color of the label.
*
* @param background
*/
- public void setBackgrounds(RGB[] background);
+ void setBackgrounds(RGB[] background);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/IDebugExceptionHandler.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/IDebugExceptionHandler.java
index 1be2ce3e7..1ee985a49 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/IDebugExceptionHandler.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/IDebugExceptionHandler.java
@@ -23,6 +23,6 @@ public interface IDebugExceptionHandler {
*
* @param e debug exception
*/
- public abstract void handleException(DebugException e);
+ void handleException(DebugException e);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryView.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryView.java
index 4a54366be..9dc648e3f 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryView.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryView.java
@@ -21,18 +21,18 @@ public interface IMemoryView {
/**
* @return the top view tab from the Memory View
*/
- public IMemoryViewTab getTopMemoryTab();
+ IMemoryViewTab getTopMemoryTab();
/**
* @return all view tabs from current tab folder
*/
- public IMemoryViewTab[] getAllViewTabs();
+ IMemoryViewTab[] getAllViewTabs();
/**
* Move specified view tab to the top
*
* @param viewTab
*/
- public void moveToTop(IMemoryViewTab viewTab);
+ void moveToTop(IMemoryViewTab viewTab);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewPane.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewPane.java
index 85481db34..c6e4dad75 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewPane.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewPane.java
@@ -34,29 +34,29 @@ public interface IMemoryViewPane {
* @param label
* @return the control of the view pane
*/
- public Control createViewPane(Composite parent, String paneId, String label);
+ Control createViewPane(Composite parent, String paneId, String label);
/**
* Restore view pane based on current selection from the debug view. Create
* memory blocks or renderings that currently exist in the debug session.
*/
- public void restoreViewPane();
+ void restoreViewPane();
/**
* Dispose the view pane
*/
- public void dispose();
+ void dispose();
/**
* @return unique identifier of the view pane
*/
- public String getId();
+ String getId();
/**
* @return array of actions to be contributed to the view pane's acition
* bar.
*/
- public IAction[] getActions();
+ IAction[] getActions();
/**
* Add the given selection listener to the view pane. The selection listener
@@ -64,7 +64,7 @@ public interface IMemoryViewPane {
*
* @param listener
*/
- public void addSelectionListener(ISelectionChangedListener listener);
+ void addSelectionListener(ISelectionChangedListener listener);
/**
* Remove the selection listener from the view pane. The listener will no
@@ -72,28 +72,28 @@ public interface IMemoryViewPane {
*
* @param listener
*/
- public void removeSelctionListener(ISelectionChangedListener listener);
+ void removeSelctionListener(ISelectionChangedListener listener);
/**
* @return the selection provider of the view pane
*/
- public ISelectionProvider getSelectionProvider();
+ ISelectionProvider getSelectionProvider();
/**
* @return the control for ths memory view pane
*/
- public Control getControl();
+ Control getControl();
/**
* Called when the view pane becomes visible or hidden
*
* @param visible visibility state of teh view pane
*/
- public void setVisible(boolean visible);
+ void setVisible(boolean visible);
/**
* @return if the view pane is currently visible
*/
- public boolean isVisible();
+ boolean isVisible();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java
index 1b89e2204..880b16537 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java
@@ -25,39 +25,39 @@ public interface IMemoryViewTab {
/**
* Remove the view tab.
*/
- public void dispose();
+ void dispose();
/**
* @return if the view tab is disposed
*/
- public boolean isDisposed();
+ boolean isDisposed();
/**
* @return enablement state of the view tab.
*/
- public boolean isEnabled();
+ boolean isEnabled();
/**
* Sets the enablament state of the view tab.
*
* @param enabled
*/
- public void setEnabled(boolean enabled);
+ void setEnabled(boolean enabled);
/**
* Set view tab's label
*
* @param label
*/
- public void setTabLabel(String label);
+ void setTabLabel(String label);
/**
* @return view tab's label, null if the label is not available
*/
- public String getTabLabel();
+ String getTabLabel();
/**
* @return the rendering of this view tab
*/
- public IMemoryRendering getRendering();
+ IMemoryRendering getRendering();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IContentChangeComputer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IContentChangeComputer.java
index 8aa6ff19c..ee00b95b8 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IContentChangeComputer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IContentChangeComputer.java
@@ -13,12 +13,12 @@ package org.eclipse.debug.internal.ui.views.memory.renderings;
public interface IContentChangeComputer {
- public void clearCache();
+ void clearCache();
- public void cache(Object[] elements);
+ void cache(Object[] elements);
- public Object[] compare(Object[] newElements);
+ Object[] compare(Object[] newElements);
- public boolean isEmpty();
+ boolean isEmpty();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IPresentationErrorListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IPresentationErrorListener.java
index 493b17db9..8387d6e42 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IPresentationErrorListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IPresentationErrorListener.java
@@ -16,5 +16,5 @@ import org.eclipse.debug.internal.ui.viewers.model.provisional.IStatusMonitor;
public interface IPresentationErrorListener {
- public void handlePresentationFailure(IStatusMonitor monitor, IStatus status);
+ void handlePresentationFailure(IStatusMonitor monitor, IStatus status);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IVirtualContentListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IVirtualContentListener.java
index 86e3217f7..2fea25879 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IVirtualContentListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IVirtualContentListener.java
@@ -13,22 +13,22 @@ package org.eclipse.debug.internal.ui.views.memory.renderings;
public interface IVirtualContentListener {
- public int BUFFER_START = 0;
- public int BUFFER_END = 1;
+ int BUFFER_START = 0;
+ int BUFFER_END = 1;
/**
* Called when the viewer is at the beginning of its bufferred content
*/
- public void handledAtBufferStart();
+ void handledAtBufferStart();
/**
* Called when viewer is at the end of its bufferred content
*/
- public void handleAtBufferEnd();
+ void handleAtBufferEnd();
/**
* @return
*/
- public int getThreshold(int bufferEndOrStart);
+ int getThreshold(int bufferEndOrStart);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/modules/IHelpContextIdProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/modules/IHelpContextIdProvider.java
index 48c093904..a1c9423af 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/modules/IHelpContextIdProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/modules/IHelpContextIdProvider.java
@@ -31,5 +31,5 @@ public interface IHelpContextIdProvider {
* @return the help context id that should be used in place of the given help context id
* or <code>null</code> if default is to be used
*/
- public String getHelpContextId(String helpId);
+ String getHelpContextId(String helpId);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer.java
index 59a6b3a4a..f806efcab 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer.java
@@ -30,21 +30,21 @@ public interface IDetailPaneContainer {
*
* @return the ID of the current detail pane
*/
- public String getCurrentPaneID();
+ String getCurrentPaneID();
/**
* Returns the selection to be displayed in the detail pane.
*
* @return the selection to be displayed in the detail pane.
*/
- public IStructuredSelection getCurrentSelection();
+ IStructuredSelection getCurrentSelection();
/**
* Returns the composite that detail panes will be added to.
*
* @return the composite that detail panes will be added to
*/
- public Composite getParentComposite();
+ Composite getParentComposite();
/**
* Returns the workbench part site that the detail pane is in or <code>null</code>
@@ -52,18 +52,18 @@ public interface IDetailPaneContainer {
*
* @return the workbench part site the detail pane is in or <code>null</code>
*/
- public IWorkbenchPartSite getWorkbenchPartSite();
+ IWorkbenchPartSite getWorkbenchPartSite();
/**
* Refreshes the current detail pane with the current selection.
*/
- public void refreshDetailPaneContents();
+ void refreshDetailPaneContents();
/**
* Informs the container that the type of detail pane being used has changed.
*
* @param newPaneID ID of the new detail pane
*/
- public void paneChanged(String newPaneID);
+ void paneChanged(String newPaneID);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java
index 7357961ea..130e2a0fc 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java
@@ -25,5 +25,5 @@ public interface IDetailPaneContainer2 extends IDetailPaneContainer {
*
* @param provider the selection provider or <code>null</code>
*/
- public void setSelectionProvider(ISelectionProvider provider);
+ void setSelectionProvider(ISelectionProvider provider);
}

Back to the top