alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<contexts>
<!--
	Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.

	All JDT Debug contexts, those for org.eclipse.jdt.debug.ui, are located in this file
	All contexts are grouped by their relation, with all relations grouped alphabetically.
-->

<!--
	Breakpoints View
-->
	<context  id="breakpoint_suspend_policy_toggle_action_context" >
		<description>This command toggles a breakpoint's suspend policy between suspending all threads in a VM or only the thread in which the breakpoint was encountered.
		<topic label="Exception Breakpoint Suspend Policy" href="reference/breakpoints/ref-suspendpolicy_option.htm"/>
		<topic label="Exception Breakpoint Suspend on Subclass Option" href="reference/breakpoints/ref-suspendsubclass_option.htm"/>
		<topic label="Suspend Policy Context Action" href="reference/views/breakpoints/ref-suspendpolicy_contextaction.htm" />
		<topic label="Exception Breakpoint Uncaught Option" href="reference/breakpoints/ref-uncaught_option.htm" />
		<topic label="Add Java Exception Breakpoint" href="reference/views/breakpoints/ref-addexception_viewaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>				
	<context  id="hit_count_action_context" >
		<description>This command opens a dialog to configure a breakpoint's hit count.
		<topic label="Hit Count Option" href="reference/breakpoints/ref-hitcount_option.htm" />
		<topic label="Hit Count Context Action" href="reference/views/breakpoints/ref-hitcount_contextaction.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>	
	<context  id="breakpoint_properties_action_context" >
		<description>This command opens a dialog to configure a breakpoint's properties.
		<topic label="Breakpoint Properties" href="reference/views/breakpoints/ref-properties_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>
	<context  id="exception_caught_toggle_action_context" >
		<description>When checked, this command configures an exception breakpoint to suspend execution in caught locations.
		<topic label="Exception Breakpoint Caught Option" href="reference/breakpoints/ref-caught_option.htm" />
		<topic label="Exception Breakpoint Uncaught Option" href="reference/breakpoints/ref-uncaught_option.htm" />
		<topic label="Caught Context Action" href="reference/views/breakpoints/ref-caught_contextaction.htm" />
		<topic label="Uncaught Context Action" href="reference/views/breakpoints/ref-uncaught_contextaction.htm" />
		<topic label="Exception Breakpoint Suspend on Subclass Option" href="reference/breakpoints/ref-suspendsubclass_option.htm"/>
		<topic label="Add Java Exception Breakpoint" href="reference/views/breakpoints/ref-addexception_viewaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>
	<context  id="exception_uncaught_toggle_action_context" >
		<description>When checked, this command configures an exception breakpoint to suspend execution in uncaught locations.
		<topic label="Uncaught" href="reference/views/breakpoints/ref-uncaught_contextaction.htm" />
		<topic label="Exception Breakpoint Uncaught Option" href="reference/breakpoints/ref-uncaught_option.htm" />
		<topic label="Exception Breakpoint Caught Option" href="reference/breakpoints/ref-caught_option.htm" />
		<topic label="Caught Context Action" href="reference/views/breakpoints/ref-caught_contextaction.htm" />
		<topic label="Exception Breakpoint Suspend on Subclass Option" href="reference/breakpoints/ref-suspendsubclass_option.htm"/>
		<topic label="Add Java Exception Breakpoint" href="reference/views/breakpoints/ref-addexception_viewaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>	
	<context  id="entry_toggle_action_context" >
		<description>When checked, this command configures a method breakpoint to suspend execution when a method is entered.
		<topic label="Entry" href="reference/views/breakpoints/ref-entry_contextaction.htm" />
		<topic label="Method Breakpoint Entry Option" href="reference/breakpoints/ref-entry_option.htm" />
		<topic label="Exit" href="reference/views/breakpoints/ref-exit_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>				
	<context  id="exit_toggle_action_context" >
		<description>When checked, this command configures a method breakpoint to suspend execution when a method is exited.
		<topic label="Exit" href="reference/views/breakpoints/ref-exit_contextaction.htm" />
		<topic label="Method Breakpoint Exit Option" href="reference/breakpoints/ref-exit_option.htm" />
		<topic label="Entry" href="reference/views/breakpoints/ref-entry_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>				

<!--
	Console
-->
	<context  id="stack_trace_console_context">
		<description>You can paste, format, and navigate Java stack traces in this console.
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
		<topic label="Autoformat Console" href="reference/views/console/ref-autoformat_action.htm"/>
		<topic label="Copy" href="reference/views/shared/ref-copy.htm"/>
		<topic label="Cut" href="reference/views/shared/ref-cut.htm"/>
		<topic label="Find/Replace" href="reference/views/shared/ref-findreplace.htm"/>
		<topic label="Format" href="reference/views/console/ref-format_action.htm"/>
		<topic label="Open Link" href="reference/views/console/ref-openlink_action.htm"/>
		<topic label="Paste" href="reference/views/shared/ref-paste.htm"/>
		<topic label="Select All" href="reference/views/shared/ref-selectall.htm"/>
	</context>
	<context id="console_autoformat_stacktraces_action">
		<description>This command allows you to quickly toggle the stacktrace auto-format option. When on, all Java stacktraces pasted into the console will automatically be formatted for you.
		<topic label="Autoformat Console" href="reference/views/console/ref-autoformat_action.htm"/>
		<topic label="Format" href="reference/views/console/ref-format_action.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
	</context>
	<context id="format_java_stack_trace_console_action_context">
		<description>Select this command to format the text in the console as a Java stack trace.  Formatting will fix whitespace problems and add links where possible.
		<topic label="Format" href="reference/views/console/ref-format_action.htm"/>
		<topic label="Autoformat Console" href="reference/views/console/ref-autoformat_action.htm"/>
		<topic label="Stacktrace Console" href="reference/views/console/ref-stacktrace_console.htm"/>
		<topic label="Console View" href="reference/views/console/ref-console_view.htm"/>
	</context>

<!-- 
	Context Launch Shortcuts
-->
	<context  id="shortcut_local_java_application" >
		<description>This command launches the selected main type as a Java application.
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context> 
	<context  id="shortcut_java_applet" >
		<description>This command launches the selected applet in an applet viewer.
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>

<!--
	Debug View
-->
	<context  id="show_system_threads_action_context" >
		<description>This command toggles the display of non-suspended system threads.
		<topic label="Show System Threads" href="reference/views/debug/ref-showsystemthreads.htm"/>
		<topic label="Show Monitors" href="reference/views/debug/ref-showmonitors.htm"/>
		<topic label="Show Qualified Names" href="reference/views/shared/ref-showqualified.htm"/>
		<topic label="Show Thread Groups" href="reference/views/debug/ref-showthreadgroups.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context id="show_monitors_action_context">
		<description>This command toggles the display of owned monitors and monitors being waiting on by each suspended thread in the debug view.
		<topic label="Show Monitors" href="reference/views/debug/ref-showmonitors.htm"/>
		<topic label="Show Qualified Names" href="reference/views/shared/ref-showqualified.htm"/>
		<topic label="Show System Threads" href="reference/views/debug/ref-showsystemthreads.htm"/>
		<topic label="Show Thread Groups" href="reference/views/debug/ref-showthreadgroups.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="show_thread_groups_action_context" >
		<description>This command toggles the display of thread groups in the debug view.
		<topic label="Show Thread Groups" href="reference/views/debug/ref-showthreadgroups.htm"/>
		<topic label="Show Monitors" href="reference/views/debug/ref-showmonitors.htm"/>
		<topic label="Show Qualified Names" href="reference/views/shared/ref-showqualified.htm"/>
		<topic label="Show System Threads" href="reference/views/debug/ref-showsystemthreads.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>
	<context  id="add_package_step_filter_action_context" >
		<description>This command creates a step filter for the package associated with the receiver of the selected stack frame.
		<topic label="Filter Package" href="reference/views/debug/ref-filterpackage.htm"/>
		<topic label="Edit Step Filters" href="reference/views/debug/ref-editstepfilters.htm"/>
		<topic label="Filter Type" href="reference/views/debug/ref-filtertype.htm"/>
		<topic label="Use Step Filters" href="reference/views/debug/ref-usestepfilters.htm"/>
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Step Into" href="reference/views/debug/ref-stepinto.htm"/>
		<topic label="Step Over" href="reference/views/debug/ref-stepover.htm"/>
		<topic label="Step Return" href="reference/views/debug/ref-stepreturn.htm"/>
		<topic label="Resume" href="reference/views/debug/ref-resume.htm"/>
		<topic label="Suspend" href="reference/views/debug/ref-suspend.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>	
	<context  id="add_type_step_filter_action_context" >
		<description>This command creates a step filter for the type associated with the receiver of the selected stack frame.
		<topic label="Filter Type" href="reference/views/debug/ref-filtertype.htm"/>
		<topic label="Edit Step Filters" href="reference/views/debug/ref-editstepfilters.htm"/>
		<topic label="Filter Package" href="reference/views/debug/ref-filterpackage.htm"/>
		<topic label="Use Step Filters" href="reference/views/debug/ref-usestepfilters.htm"/>
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Step Into" href="reference/views/debug/ref-stepinto.htm"/>
		<topic label="Step Over" href="reference/views/debug/ref-stepover.htm"/>
		<topic label="Step Return" href="reference/views/debug/ref-stepreturn.htm"/>
		<topic label="Resume" href="reference/views/debug/ref-resume.htm"/>
		<topic label="Suspend" href="reference/views/debug/ref-suspend.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>	
	<context  id="edit_step_filters_action_context" >
		<description>This command opens the Java step filters preference page.
		<topic label="Edit Step Filters" href="reference/views/debug/ref-editstepfilters.htm"/>
		<topic label="Use Step Filters" href="reference/views/debug/ref-usestepfilters.htm"/>
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Step Into" href="reference/views/debug/ref-stepinto.htm"/>
		<topic label="Step Over" href="reference/views/debug/ref-stepover.htm"/>
		<topic label="Step Return" href="reference/views/debug/ref-stepreturn.htm"/>
		<topic label="Resume" href="reference/views/debug/ref-resume.htm"/>
		<topic label="Suspend" href="reference/views/debug/ref-suspend.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
	</context>

<!-- 
	Dialogs
-->     
	<context id="add_exception_dialog_context">
		<description>This dialog allows you to add an exception breakpoint.
		<topic label="Add Java Exception Breakpoint" href="reference/views/breakpoints/ref-addexception_viewaction.htm" />
		<topic label="Exception Breakpoint Suspend Policy" href="reference/breakpoints/ref-suspendpolicy_option.htm"/>
		<topic label="Exception Breakpoint Suspend on Subclass Option" href="reference/breakpoints/ref-suspendsubclass_option.htm"/>
		<topic label="Exception Breakpoint Uncaught Option" href="reference/breakpoints/ref-uncaught_option.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
	</context>
	<context  id="edit_jre_dialog_context" >
		<description>This dialog allows you to configure the location, name, and libraries associated with a JRE. Source and javadoc can be configured for each library.
		<topic label="Installed JREs Preference Page" href="reference/preferences/java/debug/ref-installed_jres.htm" />
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>
	<context  id="jre_details_dialog_context" >
		<description>This dialog allows you to view the read-only properties of a JRE contributed by a plug-in.
		<topic label="Installed JREs Preference Page" href="reference/preferences/java/debug/ref-installed_jres.htm" />
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
	</context>
	<context  id="edit_detail_formatter_dialog_context" >
		<description>This dialog allows you to configure the detail formatter code snippet associated with a Java class.
		<topic label="Detail Formatters Preference Page" href="reference/preferences/java/debug/ref-detail_formatters.htm" />
		<topic label="Detail Pane" href="reference/views/shared/ref-detailpane.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm" />
	</context>
	<context  id="edit_logical_structure_dialog_context" >
		<description>This dialog allows you to configure the logical structure code snippet associated with a Java class.
		<topic label="Logical Structures Preference Page" href="reference/preferences/java/debug/ref-logical_structures.htm" />
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm" />
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm" />
	</context>
	<context  id="snippet_imports_dialog_context" >
		<description>This dialog allows you to configure the imports associated with a snippet editor.
	</context>
	<context id="select_main_method_dialog">
		<description>This dialog allows you to select a class with the main method you wish to launch.
		<topic label="Debugger Concepts" href="concepts/cdebugger.htm"/>
		<topic label="Running and Debugging" href="tasks/task-running_and_debugging.htm"/>
		<topic label="Preparing to Debug" href="tasks/task-preparing_to_debug.htm"/>
		<topic label="Local Debugging" href="concepts/clocdbug.htm"/>
		<topic label="Remote Debugging" href="concepts/cremdbug.htm"/>
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
	</context>
		<context id="expression_input_dialog">
		<description>This dialog allows you to change the value of a Java object by creating an expression that will be evaluated to generate the value.
		<topic label="Change Variable Value Command" href="reference/views/shared/ref-changevarvalue.htm"/>
		<topic label="Evaluating Expressions" href="tasks/task-evaluating_expressions.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context id="string_value_input_dialog">
		<description>This dialog allows you to change the value of a Java String by entering literal text or by creating an expression that will be eveluated to generate the value.
		<topic label="Change Variable Value Command" href="reference/views/shared/ref-changevarvalue.htm"/>
		<topic label="Evaluating Expressions" href="tasks/task-evaluating_expressions.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context id="default_input_dialog">
		<description>This dialog allows you to input a new value for a variable.
		<topic label="Change Variable Value Command" href="reference/views/shared/ref-changevarvalue.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context id="instance_breakpoint_selection_dialog_context">
		<description>This dialog allows you to restrict breakpoints to only suspend execution when they are in specific Java object instances.
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
	</context>
	<context id="select_project_dialog">
		<description>This dialog allows you to select projects to add to the classpath or source lookup path.  In addition, you can choose whether you want exported entries and required projects to also be added.
	</context>

<!--
	Display View
-->
    <context  id="display_view_context" >
		<description>This view displays the result of expression evaluations. It allows you to select an expression and evaluate it.
		<topic label="Display View" href="reference/views/display/ref-display_view.htm"/>
		<topic label="Clear" href="reference/views/display/ref-clear.htm"/>	
		<topic label="Display Result" href="reference/views/shared/ref-display.htm"/>
		<topic label="Evaluating Expressions" href="tasks/task-evaluating_expressions.htm"/>
		<topic label="Execute Selected Statement" href="reference/views/shared/ref-execute.htm"/>
		<topic label="Inspect" href="reference/views/shared/ref-inspect.htm"/>
   	</context>
	<context  id="clear_display_view_action_context" >
		<description>This command clears the contents of the Display view.
		<topic label="Clear" href="reference/views/display/ref-clear.htm"/>
		<topic label="Display View" href="reference/views/display/ref-display_view.htm"/>
	</context>

<!-- 
	Launch Configuration Tabs
-->
	<context  id="launch_configuration_dialog_arguments_tab" >
		<description>This tab allows you to specify the program and virtual machine arguments for the launch associated with this launch configuration as well as the working directory
		<topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/>
		<topic label="Setting execution arguments" href="tasks/tasks-executionArgs.htm"/>
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
	</context>
	<context  id="launch_configuration_dialog_classpath_tab" >
		<description>This tab allows you to specify the classpath for the launch associated with this launch configuration
		<topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
	</context>
	<context  id="launch_configuration_dialog_connect_tab" >
		<description>This tab allows you to set specific information for remote debugging
		<topic label="Remote debugging" href="concepts/cremdbug.htm"/>
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
	</context>
	<context  id="launch_configuration_dialog_jre_tab" >
		<description>This tab allows you to define the JRE used to run or debug the application
		<topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/>
		<topic label="Working with JREs" href="tasks/tasks-JREs.htm"/>
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
	</context>
	<context  id="launch_configuration_dialog_main_tab" >
		<description>This tab allows you specify parameters associated with the main type for the launch.
		<topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/>
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
	</context>
	<context id="new_snippet_wizard_page_context">
		<description>This wizard helps you create a new Java scrapbook page.
		<topic label="Creating a Scrapbook Page" href="tasks/task-create_scrapbook_page.htm"/>
		<topic label="New Java Scrapbook Page Wizard" href="reference/ref-129.htm"/>
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
	</context>
	<context id="working_directory_context">
		<description>This component allows you to change the default working directory.
		<topic label="Java application launch configuration" href=" tasks\tasks-java-local-configuration.htm"/>
		<topic label="Setting execution arguments" href="tasks/tasks-executionArgs.htm"/>
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
	</context>
	<context  id="launch_configuration_dialog_applet_parameters_tab" >
    	<description>This tab allows you to specify the applet viewer parameters for the launch associated with this launch configuration
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
	</context>
	<context  id="launch_configuration_dialog_applet_main_tab">
	    <description>This tab allows you specify parameters associated with the applet for the launch.
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
	</context>
	<context  id="launch_configuration_dialog_applet_arguments_tab">
	    <description>This tab allows you to specify the program and virtual machine arguments for the launch associated with this launch configuration as well as the working directory
     	<topic label="Setting execution arguments" href="tasks/tasks-executionArgs.htm"/>
		<topic label="Launching a Java Program" href="tasks/task-launching_java_program.htm"/>
    </context>
	
<!--
	Navigate Menu
-->
	<context  id="open_variable_concrete_type_hierarchy_action_context" >
		<description>This command opens a Type Hierarchy view on the type of the selected object.
	</context>	
	<context  id="open_variable_concrete_type_action_context" >
		<description>This command opens a Java editor on the type of the selected object.
	</context>				
	<context  id="open_variable_declared_type_hierarchy_action_context" >
		<description>This command opens a Type Hierarchy view on the declared type of the selected variable.
	</context>
	<context  id="open_on_variable_type_action_context" >
		<description>This command opens a Java editor on the declared type of the selected variable.
	</context>
	<context  id="open_on_receiving_type_action_context" >
		<description>This command opens a Java editor on the type of the receiver of the selected stack frame.
	</context>		
	<context  id="open_receiving_type_hierarchy_action_context" >
		<description>This command opens a Type Hierarchy view on the type of the receiver of the selected stack frame.
	</context>	
	<context  id="open_on_declaring_type_action_context" >
		<description>This command opens a Java editor on the type in which the method of the selected stack frame is defined.
	</context>		
	<context  id="open_declaring_type_hierarchy_action_context" >
		<description>This command opens a Type Hierarchy view on the type in which the method of the selected stack frame is defined.
	</context>

<!-- 
	Preference/Property Pages 
-->
	<context  id="java_debug_preference_page_context" >
		<description>On this page, you can configure Java debugging preferences for suspending execution, hot code replace, and communication timeouts.
		<topic label="Debug Preferences" href="reference/preferences/java/debug/ref-debug.htm"/>
		<topic label="Detail Formatters Preferences" href="reference/preferences/java/debug/ref-detail_formatters.htm"/>
		<topic label="Heap Walking Preferences" href="reference/preferences/java/debug/ref-heap_walking.htm"/>
		<topic label="Logical Structures Preferences" href="reference/preferences/java/debug/ref-logical_structures.htm"/>
		<topic label="Primitive Display Options Preferences" href="reference/preferences/java/debug/ref-primitive_display_options.htm"/>
		<topic label="Step Filtering Preferences" href="reference/preferences/java/debug/ref-step_filtering.htm"/>
	</context>
	<context  id="java_detail_formatter_preference_page_context" >
		<description>On this page, you can define code snippets used to display the details for variables and expressions in the Variables and Expressions view details area.
		<topic label="Detail Formatters Preferences" href="reference/preferences/java/debug/ref-detail_formatters.htm"/>
		<topic label="Debug Preferences" href="reference/preferences/java/debug/ref-debug.htm"/>
		<topic label="Heap Walking Preferences" href="reference/preferences/java/debug/ref-heap_walking.htm"/>
		<topic label="Logical Structures Preferences" href="reference/preferences/java/debug/ref-logical_structures.htm"/>
		<topic label="Primitive Display Options Preferences" href="reference/preferences/java/debug/ref-primitive_display_options.htm"/>
		<topic label="Step Filtering Preferences" href="reference/preferences/java/debug/ref-step_filtering.htm"/>
	</context>
	<context id="java_heapwalking_preference_page">
		<description>This page allows you to configure heap walking settings for Java 1.6 SE vms
		<topic label="Heap Walking Preferences" href="reference/preferences/java/debug/ref-heap_walking.htm"/>
		<topic label="Debug Preferences" href="reference/preferences/java/debug/ref-debug.htm"/>
		<topic label="Detail Formatters Preferences" href="reference/preferences/java/debug/ref-detail_formatters.htm"/>
		<topic label="Logical Structures Preferences" href="reference/preferences/java/debug/ref-logical_structures.htm"/>
		<topic label="Primitive Display Options Preferences" href="reference/preferences/java/debug/ref-primitive_display_options.htm"/>
		<topic label="Step Filtering Preferences" href="reference/preferences/java/debug/ref-step_filtering.htm"/>
	</context>
	<context id="java_logical_structures_page">
		<description>On this page, you can configure logical structure displays for variables in the Java debugger.
		<topic label="Logical Structures Preferences" href="reference/preferences/java/debug/ref-logical_structures.htm"/>
		<topic label="Debug Preferences" href="reference/preferences/java/debug/ref-debug.htm"/>
		<topic label="Detail Formatters Preferences" href="reference/preferences/java/debug/ref-detail_formatters.htm"/>
		<topic label="Heap Walking Preferences" href="reference/preferences/java/debug/ref-heap_walking.htm"/>
		<topic label="Primitive Display Options Preferences" href="reference/preferences/java/debug/ref-primitive_display_options.htm"/>
		<topic label="Step Filtering Preferences" href="reference/preferences/java/debug/ref-step_filtering.htm"/>
	</context> 
	<context  id="java_primitives_preference_page_context" >
		<description>On this page, you can configure display options for primitive variables in the Java debugger.
		<topic label="Primitive Display Options Preferences" href="reference/preferences/java/debug/ref-primitive_display_options.htm"/>
		<topic label="Debug Preferences" href="reference/preferences/java/debug/ref-debug.htm"/>
		<topic label="Detail Formatters Preferences" href="reference/preferences/java/debug/ref-detail_formatters.htm"/>
		<topic label="Heap Walking Preferences" href="reference/preferences/java/debug/ref-heap_walking.htm"/>
		<topic label="Logical Structures Preferences" href="reference/preferences/java/debug/ref-logical_structures.htm"/>
		<topic label="Step Filtering Preferences" href="reference/preferences/java/debug/ref-step_filtering.htm"/>
	</context>
	<context  id="java_step_filter_preference_page_context" >
		<description>On this page, you can configure the step filters for the Java debugger.
		<topic label="Step Filtering Preferences" href="reference/preferences/java/debug/ref-step_filtering.htm"/>
		<topic label="Debug Preferences" href="reference/preferences/java/debug/ref-debug.htm"/>
		<topic label="Detail Formatters Preferences" href="reference/preferences/java/debug/ref-detail_formatters.htm"/>
		<topic label="Heap Walking Preferences" href="reference/preferences/java/debug/ref-heap_walking.htm"/>
		<topic label="Logical Structures Preferences" href="reference/preferences/java/debug/ref-logical_structures.htm"/>
		<topic label="Primitive Display Options Preferences" href="reference/preferences/java/debug/ref-primitive_display_options.htm"/>
	</context>
	<context  id="jre_preference_page_context" >
		<description>On this page, you can add, remove, and edit JRE configurations.
		<topic label="Installed JREs Preferences" href="reference/preferences/java/debug/ref-installed_jres.htm"/>
		<topic label="Execution Environments Preferences" href="reference/preferences/java/debug/ref-execution_environments.htm"/>
		<topic label="Working with JREs" href="tasks/tasks-JREs.htm"/>
	</context>
	<context  id="jre_profiles_page_context" >
		<description>On this page, you can specify a default JRE to use for each JRE profile.
		<topic label="Execution Environments Preferences" href="reference/preferences/java/debug/ref-execution_environments.htm"/>
		<topic label="Installed JREs Preferences" href="reference/preferences/java/debug/ref-installed_jres.htm"/>
		<topic label="Working with JREs" href="tasks/tasks-JREs.htm"/>
	</context>
	<context  id="java_breakpoint_preference_page_context" >
		<description>On this page, you can modify the properties of a Java breakpoint.
		<topic label="Breakpoint Properties" href="reference/views/breakpoints/ref-properties_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>     
	<context id="vm_capabilities_property_page">
		<description>This page displays optional debug capabilities of the selected VM.
		<topic label="Breakpoint Properties" href="reference/views/breakpoints/ref-properties_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>
	<context id="java_breakpoint_property_page">
		<description>This page allows you to configure the selected breakpoint.  Enablement restricts when this breakpoint will suspend execution.  Hit count sets the number of times this breakpoint must be reached before suspending execution.
		<topic label="Breakpoint Properties" href="reference/views/breakpoints/ref-properties_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>
	<context id="java_breakpoint_advanced_property_page">
		<description>This page allows you to restrict the breakpoint to only suspend execution in specific threads.
		<topic label="Breakpoint Properties" href="reference/views/breakpoints/ref-properties_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>
	<context id="java_exception_breakpoint_property_page">
		<description>This page allows you to configure an exception breakpoint.  Caught and uncaught options allow you to change the circumstances in which the breakpoint will suspend execution.  You can also change the suspend policy determining what actions to take when an exception occurs.
		<topic label="Breakpoint Properties" href="reference/views/breakpoints/ref-properties_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>
	<context id="java_exception_breakpoint_filtering_property_page">
		<description>This page allows you to select or define breakpoint filters for Java exception breakpoints. A filter can be selected, or you can define an expression using the Add button.
		<topic label="Add Exception Breakpoint Filters" href="tasks/tasks-create-exception-filter-expression.htm">
		<topic label="Breakpoint Properties" href="reference/views/breakpoints/ref-properties_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>
	<context id="java_line_breakpoint_property_page">
		<description>This page allows you to configure the selected breakpoint.  Line breakpoints can have enablement conditions, which are snippets of code that must return a boolean value determining when this breakpoint should suspend execution.  Watchpoints can choose to suspend on field access or modification.
		<topic label="Breakpoint Properties" href="reference/views/breakpoints/ref-properties_contextaction.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm" />
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
	</context>

<!--
	Run Menu
-->
	<context  id="add_exception_action_context" >
		<description>This command opens a dialog to create a Java exception breakpoint.
		<topic label="Add Exception Breakpoint" href="reference/view/breakpoints/ref-addexception_viewaction.htm"/>
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context> 	 		
	<context  id="step_into_selection_action_context" >
		<description>This command steps into the selected method on the current line of execution. Method selection is determined by the selected text or cursor location in the Java editor.
		<topic label="Step Into Selection" href="reference/menus/run/ref-step_into_selection.htm"/>
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context> 	
	<context  id="run_to_line_action_context" >
		<description>This command resumes execution to the line on which the cursor is located in the Java editor.
		<topic label="Run To Line" href="reference/menus/run/ref-run_to_line.htm"/>
		<topic label="Stepping" href="tasks/task-stepping.htm" /> 
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>
	<context  id="force_return_action_context" >
		<description>This command forces the selected frame to return the value of the selected code snippet without executing any more instructions in the method.
		<topic label="Force Return" href="reference/views/shared/ref-forcereturn.htm"/>
		<topic label="Evaluating Expressions" href="tasks/task-evaluating_expressions.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>	
	<context  id="execute_action_context" >
		<description>This command executes the selected code snippet.
		<topic label="Execute" href="reference/views/shared/ref-execute.htm"/>
		<topic label="Evaluating Expressions" href="tasks/task-evaluating_expressions.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>	
	<context  id="display_action_context" >
		<description>This command executes the selected code snippet and displays a textual result.
		<topic label="Display" href="reference/views/shared/ref-display.htm"/>
		<topic label="Evaluating Expressions" href="tasks/task-evaluating_expressions.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>		
	<context  id="inspect_action_context" >
		<description>This command executes the selected code snippet and shows the resulting object or primitive in the Expressions view.
		<topic label="Inspect" href="reference/views/shared/ref-inspect.htm"/>
		<topic label="Evaluating Expressions" href="tasks/task-evaluating_expressions.htm"/>
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>	
	<context  id="watch_action_context" >
		<description>This command creates a watch item for the selected text or variable, and places it in the Expressions view.
		<topic label="Watch" href="reference/menus/run/ref-addwatch.htm" />
		<topic label="Execution Control Commands" href="reference/views/debug/ref-executioncontrolcommands.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>
	<context  id="add_class_prepare_action_context" >
		<description>This command allows you to add a class load breakpoint to a selected type.
		<topic label="Add Class Load Breakpoint" href="reference/menus/run/ref-add_class_load_breakpoint.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
		<topic label="Run Menu Actions" href="reference/menus/run/ref-menu-run.htm" />
	</context>	

<!--
	Outline View contributions
-->

	<context  id="manage_watchpoint_action_context" >
		<description>This command adds or removes a watchpoint on the selected field.
		<topic label="Toggle Watchpoint" href="reference/menus/run/ref-toggle_watchpoint.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
	</context>  
	<context  id="manage_method_breakpoint_action_context" >
		<description>This command adds or removes a method breakpoint on the selected method.
		<topic label="Toggle Method Breakpoint" href="reference/menus/run/ref-toggle_method_breakpoint.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
	</context>	
	<context  id="manage_breakpoint_action_context" >
		<description>This command adds or removes a breakpoint on the current line.
		<topic label="Toggle Line Breakpoint" href="reference/menus/run/ref-toggle_line_breakpoint.htm" />
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
		<topic label="Adding Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
	</context>	

<!--
	Scrapbook
-->
	<context  id="scrapbook_imports_action_context" >
		<description>This command opens a dialog to configure the imports associated with this snippet editor.
	</context>
	<context  id="terminate_scrapbook_vm_action_context" >
		<description>This command terminates the VM performing evaluations for this snippet editor.
	</context>	

<!--
	Shared Action Contexts
-->
	<context id="show_qualified_action_context" >
		<description>This option can be toggled to show or hide qualified names in the view.
		<topic label="Show Qualified Names" href="reference/views/shared/ref-showqualified.htm" /> 
		<topic label="Breakpoints View" href="reference/views/breakpoints/ref-breakpoints_view.htm"/>
		<topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
		<topic label="View Display Commands" href="reference/views/shared/ref-viewdisplaycommands.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context  id="show_constants_action_context" >
		<description>This option can be toggled to show or hide constants (static final variables) in the view.
		<topic label="Show Constants" href="reference/views/shared/ref-showconstants.htm" /> 
		<topic label="View Display Commands" href="reference/views/shared/ref-viewdisplaycommands.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>   
	<context  id="show_static_action_context" >
		<description>This option can be toggled to show or hide static variables in the view.
		<topic label="Show Static Fields" href="reference/views/shared/ref-showstatic.htm" /> 
		<topic label="View Display Commands" href="reference/views/shared/ref-viewdisplaycommands.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context  id="variable_inspect_action_context" >
		<description>This command adds the selected object or primitive value to the Expressions view.
		<topic label="Inspect Variable" href="reference/views/shared/ref-inspectvariable.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context  id="variable_watch_action_context" >
		<description>This command creates a Java watch expression based on the name of the selected variable.
		<topic label="Create Watch Expression" href="references/views/variables/ref-createwatch.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context  id="new_detail_formatter_action_context" >
		<description>This command opens a dialog to define a detail formatter for the class of the selected variable.
		<topic label="Detail Formatters Preference Page" href="reference/preferences/java/debug/ref-detail_formatters.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context  id="edit_detail_formatter_action_context" >
		<description>This command opens a dialog to edit an existing detail formatter for the class of the selected variable.
		<topic label="Detail Formatters Preference Page" href="reference/preferences/java/debug/ref-detail_formatters.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context  id="remove_detail_formatter_action_context" >
		<description>This command removes the existing detail formatter for the class of the selected variable.
		<topic label="Detail Formatters Preference Page" href="reference/preferences/java/debug/ref-detail_formatters.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context  id="edit_variable_preferences" >
		<topic label="Java Preferences" href="reference/views/shared/ref-preferences.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
		<description>Opens preference pages to configure settings related to variables in the Java debugger.
	</context> 
	<context  id="all_instances_action_context">
		<description>Displays all of the instances of the currently selected object in the variables view
		<topic label="All Instances" href="reference/views/shared/ref-allinstances.htm"/>
		<topic label="All References" href="reference/views/shared/ref-allreferences.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
		<topic label="Run Menu" href="reference/menus/run/ref-menu-run.htm"/>
	</context> 	
	<context  id="all_references_action_context" >
		<description>Opens a popup displaying all objects referencing the selected object.
		<topic label="All References" href="reference/views/shared/ref-allreferences.htm"/>
		<topic label="All Instances" href="reference/views/shared/ref-allinstances.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context> 
	<context  id="show_references_action_context">
		<description>Toggles the display of references in the view. When turned on, each Java object that supports references will have a new child item with the name "'[variable name]' referenced from:". This new variable contains a list of all Java objects that refer to the parent object.
		<topic label="Show References" href="reference/views/shared/ref-showreferences.htm" /> 
		<topic label="View Display Commands" href="reference/views/shared/ref-viewdisplaycommands.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context> 
	<context id="show_null_entries_action_context" >
		<description>This option can be toggled to show or hide null array entries in the view.
		<topic label="Show Null Array Entries" href="reference/views/shared/ref-shownull.htm" /> 
		<topic label="View Display Commands" href="reference/views/shared/ref-viewdisplaycommands.htm"/>
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	<context id="instance_filters_action_context" >
		<description>This command opens a dialog that allows you to filter breakpoints to specific Java object instances.
		<topic label="Expressions View" href="reference/views/expressions/ref-expressions_view.htm"/>
		<topic label="Variables View" href="reference/views/variables/ref-variables_view.htm"/>
	</context>
	
<!--
	Variables View
--> 
	
</contexts>

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.