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>

    <!-- Actions -->

    <context id="add_unimplemented_constructors_action_context">
        <description>This command copies the constructors of the super class to the selected class.
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="getter_setter_action_context">
        <description>This command generates getter and setter methods for the selected field.
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="add_methodbreakpoint_action_context">
        <description>This command adds a method entry breakpoint for the selected method.
        <topic label="Adding Line Breakpoints" href="tasks/task-add_line_breakpoints.htm"/>
        <topic label="Removing Line Breakpoints" href="tasks/task-remove_line_breakpoints.htm"/>
        <topic label="Enabling and disabling breakpoints" href="tasks/task-enable_disable_breakpoints.htm"/>
        <topic label="Setting Method Breakpoints" href="tasks/task-set_method_breakpoints.htm"/>
        <topic label="Applying Hit Counts" href="tasks/task-apply_hit_count.htm"/>
        <topic label="Managing Conditional Breakpoints" href="tasks/task-manage_conditional_breakpoint.htm"/>
        <topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
        <topic label="Breakpoints view" href="reference/ref-35.htm"/>
        <topic label="Debugger" href="concepts/cdebugger.htm"/>
        <topic label="Remote Debugging" href="concepts/cremdbug.htm"/>
    </context>

    <context id="add_methodstub_action_context">
        <description>This command creates a method stub for the selected method.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
    </context>

    <context id="add_unimplemented_methods_action_context">
        <description>Allows you to override methods from a superclass or to implement a method from an interface.
        <topic label="Override Methods dialog" href="reference/ref-dialog-override-method.htm"/>
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="show_in_packageview_action_context">
        <description>Displays the selected element in the Package Explorer.
        <topic label="Showing a Type's Compilation Unit in the Package Explorer" href="tasks/tasks-74.htm"/>
        <topic label="Package Explorer view" href="reference/ref-view-package-explorer.htm"/>
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="show_in_hierarchyview_action_context">
        <description>This command opens the Hierarchy view on the selected element.
        <topic label="Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="add_imports_on_selection_action_context">
        <description>This command adds an import statement for the selected type to the compilation unit.
    </context>

    <context id="organize_imports_action_context">
        <description>This command generates the import statements for this type. It adds all required import statements and removes those that are not required.
    </context>

    <context id="run_to_line_action_context">
        <description>While debugging, this command allows you to run the program to the location of the cursor.
        <topic label="Run to Line" href="reference/menus/run/ref-run_to_line.htm"/>
        <topic label="Stepping" href="tasks/task-stepping.htm"/>
       <topic label="Debug View" href="reference/views/debug/ref-debug_view.htm" />
        <topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
        <topic label="Debugger" href="concepts/cdebugger.htm"/>
        <topic label="Remote debugging" href="concepts/cremdbug.htm"/>
    </context>

    <context id="toggle_presentation_action_context">
        <description>Allows you to toggle the editor between displaying the whole compilation unit and the code for just the selected element.
        <topic label="Java editor concepts" href="reference/ref-java-editor.htm"/>
    </context>

    <context id="toggle_texthover_action_context">
        <description>Allows you to switch the hover hints on and off for Javadoc and Debug.
        <topic label="Java editor reference" href="reference/ref-java-editor.htm"/>
        <topic label="Java editor concepts" href="concepts/concepts-7.htm"/>
    </context>

    <context id="toggle_mark_occurrences_action_context">
        <description>Allows you to switch mark occurrences on and off.
    </context>
    
    <context id="toggle_breadcrumb_action_context">
        <description>Allows you to toggle the java editor breadcrumb.
    </context>

    <context id="display_action_context">
        <description>This command evaluates the selected expression and shows the result in the Display view.
        <topic label="Displaying the result of evaluating an expression" href="tasks/task-display_evaluation_result.htm"/>
        <topic label="Evaluating expressions" href="tasks/task-evaluating_expressions.htm"/>
        <topic label="Display view" href="reference/views/display/ref-display_view.htm"/>
    </context>

    <context id="focus_on_selection_action">
        <description>This command allows you to select a type visible in the Hierarchy view to become the new focus of the Hierarchy view.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="focus_on_type_action">
        <description>This command allows you to choose any type and opens it in the Hierarchy view.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="typehierarchy_history_action">
        <description>Allows you to switch back to previously shown type hierarchies.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
    </context>

    <context id="filter_public_action">
        <description>This filter removes all non-public members from the presentation.
        <topic label="Showing and hiding members in Java views" href="concepts/cjavaviews_filtering.htm"/>
    </context>

    <context id="filter_fields_action">
        <description>This filter removes all fields from the presentation.
        <topic label="Showing and hiding members in Java views" href="concepts/cjavaviews_filtering.htm"/>
    </context>

    <context id="filter_static_action">
        <description>This filter removes all static members from the presentation.
        <topic label="Showing and hiding members in Java views" href="concepts/cjavaviews_filtering.htm"/>
    </context>

    <context id="show_inherited_action">
        <description>This option will display all members inherited from the super types.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="show_supertypes_action">
        <description>This option will display all super types. 
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="show_subtypes_action">
        <description>This option will display all subtypes.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="show_hierarchy_action">
        <description>This option displays the class hierachy.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="enable_methodfilter_action">
        <description>This option displays all types in the current hierarchy that define or implement the selected method.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="open_class_wizard_action">
        <description>This action opens a wizard for creating a new class.
        <topic label="New Class wizard reference" href="reference/ref-126.htm"/>
    </context>

    <context id="open_enum_wizard_action">
        <description>This action opens a wizard for creating a new enum.
        <topic label="New Enum wizard reference" href="reference/ref-126b.htm"/>
    </context>

    <context id="open_interface_wizard_action">
        <description>This action opens a wizard for creating a new interface.
        <topic label="New Interface wizard reference" href="reference/ref-127.htm"/>
    </context>

    <context id="open_annotation_wizard_action">
        <description>This action opens a wizard for creating a new annotation.
        <topic label="New Annotation wizard reference" href="reference/ref-127b.htm"/>
    </context>

    <context id="open_package_wizard_action">
        <description>This action opens a wizard for creating a new package.
        <topic label="New Package wizard reference" href="reference/ref-125.htm"/>
    </context>

    <context id="open_project_wizard_action">
        <description>This action opens a wizard for creating a new Java project.
        <topic label="New Java Project wizard reference" href="reference/ref-121.htm"/>
        <topic label="Java projects" href="concepts/concepts-3.htm"/>
    </context>

    <context id="open_snippet_wizard_action">
        <description>This action opens a wizard for creating a new Java scrapbook page.
        <topic label="Creating a Java Scrapbook Page" href="tasks/task-create_scrapbook_page.htm"/>
        <topic label="New Scrapbook wizard reference" href="reference/ref-129.htm"/>
        <topic label="Scrapbook" href="concepts/cscrapbook.htm"/>
    </context>

    <context id="clear_working_set_action">
        <description>This action removes the currently installed working set filter.
        <topic label="Package Explorer view" href="reference/ref-view-package-explorer.htm"/>
    </context>

    <context id="goto_marker_action">
        <description>This action shows the search result in a Java editor.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Java search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="java_search_action_context">
        <description>This command opens the Java search page in the search dialog.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Java search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="goto_package_action">
        <description>This action allows you to choose any package and selects it in the Package Explorer.
        <topic label="Showing an element in the Package Explorer" href="tasks/tasks-74.htm"/>
        <topic label="Package Explorer view" href="reference/ref-view-package-explorer.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="history_list_action">
        <description>Choose and switch back to a previously shown type hierarchy.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="lexical_sorting_outline_action">
        <description>Displays the elements in alphabetical order.
        <topic label="Sorting elements in Java views" href="concepts/cjavaviews_sorting.htm"/>
    </context>

    <context id="lexical_sorting_browsing_action">
        <description>Displays the elements in aphabetical order.
        <topic label="Sorting elements in Java views" href="concepts/cjavaviews_sorting.htm"/>
    </context>

    <context id="open_java_perspective_action">
        <description>This action opens the Java Perspective.
        <topic label="Java perspectives" href="concepts/concepts-5.htm"/>
    </context>

    <context id="open_java_browsing_perspective_action">
        <description>This action opens the Java Browsing Perspective.
        <topic label="Java perspectives" href="concepts/concepts-5.htm"/>
    </context>

    <context id="open_project_action">
        <description>This action opens a previously closed project.
        <topic label="Java projects" href="concepts/concepts-3.htm"/>
        <topic label="Project actions" href="reference/ref-menu-project.htm"/>
    </context>

    <context id="open_type_action">
        <description>Choose a type and open it in a Java editor.
        <topic label="Opening an editor on a type" href="tasks/tasks-76.htm"/>
        <topic label="Opening an editor for a selected element" href="tasks/tasks-73.htm"/>
        <topic label="Open type dialog" href="reference/ref-148.htm"/>
    </context>

    <context id="open_type_in_hierarchy_action">
        <description>Choose a type and open it in the Hierarchy view and in a Java editor.
        <topic label="Open type dialog" href="reference/ref-148.htm"/>
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
    </context>

    <context id="add_javadoc_stub_action">
        <description>This action generates a Javadoc skeleton for the selected member. The skeleton contains all the information that can be derived from the member's signature.
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="add_task_action">
        <description>Adds a new task.
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="externalize_strings_action">
        <description>Finds and supports externalizing of all strings that are not externalized.
        <topic label="Finding strings to externalize" href="tasks/tasks-188.htm"/>
        <topic label="String externalization" href="concepts/cnls.htm"/>
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="extract_method_action">
        <description>Support for extracting a method from a code selection.
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="extract_temp_action">
        <description>Support for extracting a temporary variable from a code selection.
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="find_declarations_in_workspace_action">
        <description>Searches for all declarations of a selected element.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_declarations_in_project_action">
        <description>Searches for all declarations of a selected element in the project enclosing the element.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_declarations_in_hierarchy_action">
        <description>Searches for all declarations of a selected element in the element's type hierarchy.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_declarations_in_working_set_action">
        <description>Searches for all declarations of a selected element in a specified working set.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_references_in_workspace_action">
        <description>Searches for all references to a selected element.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_references_in_project_action">
        <description>Searches for all references to a selected element in the project enclosing the element..
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_references_in_hierarchy_action">
        <description>Searches for all references to a selected element in the element's type hierarchy.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_references_in_working_set_action">
        <description>Searches for all references to a selected element in a specified working set.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_implementors_in_workspace_action">
        <description>Searches for all implementors of a selected element.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

     <context id="find_implementors_in_project_action">
        <description>Searches for all implementors of a selected element in the project enclosing the element.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>
 
    <context id="find_implementors_in_working_set_action">
        <description>Searches for all implementors of a selected element in a specified working set.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_read_references_action">
        <description>Searches for all locations where the selected field is read.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_read_references_in_workspace_action">
        <description>Searches for all locations where the selected field is read.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_read_references_in_project_action">
        <description>Searches in the project enclosing the selected field for all locations where the selected field is read.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_read_references_in_hierarchy_action">
        <description>Searches in the type hierarchy for all locations where the selected field is read.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_write_references_in_hierarchy_action">
        <description>Searches in the type hierarchy for all locations where the selected field is modified.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_read_references_in_working_set_action">
        <description>Searches in a working set for all locations where the selected field is read.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_write_references_in_working_set_action">
        <description>Searches in a working set for all locations where the selected field is modified.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_write_references_in_workspace_action">
        <description>Searches for all locations where the selected field is modified.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_write_references_in_project_action">
        <description>Searches in the project enclosing the selected field for all locations where the selected field is modified.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_write_references_action">
        <description>Searches for all locations where the selected field is modified.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_occurrences_in_file_action">
        <description>Searches for all locations of the selected element in its file.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="working_set_find_action">
        <description>Searches for a selected Java element in a working set.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="find_strings_to_externalize_action">
        <description>Searches for all strings that are not externalized.
        <topic label="String externalization" href="concepts/cnls.htm"/>
        <topic label="Finding strings to externalize" href="tasks/tasks-188.htm"/>
        <topic label="Externalize Strings wizard" href="reference/ref-wizard-externalize-strings.htm"/>
    </context>

    <context id="inline_temp_action">
        <description>This action removes a local variable and replaces all occurrences with its computing expression.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="modify_parameters_action">
        <description>Supports changing the signature of a method.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="open_action">
        <description>Opens the selected element in a Java editor.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="open_external_javadoc_action">
        <description>Opens the selected element's Javadoc in the default external HTML browser.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
        <topic label="Javadoc location" href="reference/ref-dialog-javadoc-location.htm"/>
    </context>

    <context id="open_super_implementation_action">
        <description>This action opens the method in the super class that is overridden by the selected method.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="pull_up_action">
        <description>Supports moving members up in the type hierarchy.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="refresh_action">
        <description>Refreshes the contents from the local file system.
        <topic label="File actions" href="reference/ref-menu-file.htm"/>
    </context>

    <context id="rename_action">
        <description>Renames a Java element.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="self_encapsulate_action">
        <description>Modifies code by replacing a field's read and write accesses with corresponding calls to getter and setter methods.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="show_in_navigator_action">
        <description>Shows the selected element in the Navigator view.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="surround_with_try_catch_action">
        <description>Wraps the code selection into a try/catch block. Handles all exceptions that would cause a compilation error.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="open_resource_action">
        <description>Opens the selected element in a Java editor.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="select_working_set_action">
        <description>This filter removes all elements from the view that are not part of the working set.
        <topic label="Package Explorer view" href="reference/ref-view-package-explorer.htm"/>
    </context>

    <context id="structured_selection_history_action">
        <description>Restores the last structured selection.
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="structured_select_enclosing_action">
        <description>Extends the selection according to the Java grammar, to the enclosing syntactic container.
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="structured_select_next_action">
        <description>Extends the selection according to the Java grammar, to include the next neighboring syntactic element.
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="structured_select_previous_action">
        <description>Extends the selection according to the Java grammar, to include the previous neighboring syntactic element.
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="toggle_orientations_action">
        <description>Changes the orientation of the panes of the Hierarchy view.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
    </context>

    <context id="cut_action">
        <description>Deletes the selected elements and copies them onto the clipboard.
        <topic label="Edit actions" href="reference/ref-menu-edit.htm"/>
    </context>

    <context id="copy_action">
        <description>Copies the selected element into the clipboard.
        <topic label="Edit actions" href="reference/ref-menu-edit.htm"/>
    </context>

    <context id="paste_action">
        <description>Pastes the elements currently on the clipboard at the insertion point.
        <topic label="Edit actions" href="reference/ref-menu-edit.htm"/>
    </context>

    <context id="delete_action">
        <description>Deletes the selected elements.
        <topic label="Edit actions" href="reference/ref-menu-edit.htm"/>
    </context>

    <context id="open_type_hierarchy_action">
        <description>Opens the Hierarchy view for the selected element.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>
    
    <context id="collapse_all_action">
        <description>Collapses all elements.
    </context>

    <!-- Dialogs -->
    <context id="maintype_selection_dialog_context">
        <description>Choose a type from all types defining a main method.
        <topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
        <topic label="Defining the JAR file's manifest" href="tasks/tasks-35.htm"/>
    </context>

    <context id="type_selection_dialog2_context">
        <description>This dialog allows you to choose a type.
        <topic label="Type Selection Dialog" href="reference/ref-148a.htm"/>
    </context>
    
    <context id="open_type_dialog_context">
        <description>This dialog allows you to choose a type from the workspace.
        <topic label="Open Type Dialog" href="reference/ref-148.htm"/>
        <topic label="Opening on a Type" href="tasks/tasks-76.htm"/>
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
        <topic label="Java Actions" href="reference/ref-3.htm"/>
    </context>

    <context id="access_rules_dialog_context">
        <description>This dialog allows you to confugre access rules.
        <topic label="Access Rules" href="concepts/rules.htm"/>
    </context>
    
    <context id="edit_jre_dialog_context">
        <description>Edit an existing JRE definition.
        <topic label="Choosing a JRE for Launching a Project" href="tasks/task-choose_config_jre.htm"/>
        <topic label="Working with JREs" href="tasks/tasks-JREs.htm"/>
        <topic label="Building" href="concepts/concepts-4.htm"/>
        <topic label="JRE Installations Preferences" href="reference/preferences/java/debug/ref-installed_jres.htm"/>
    </context>

    <context id="source_attachment_dialog_context">
        <description>Attach source code to the selected JAR file.
        <topic label="JRE Installations Preferences" href="reference/preferences/java/debug/ref-installed_jres.htm"/>
    </context>

    <context id="variable_selection_dialog_context">
        <description>Select a classpath variable to be added to the build class path.
        <topic label="Classpath Variables Preferences" href="reference/ref-15.htm"/>
        <topic label="Classpath Variables Concepts" href="concepts/cclsspthv.htm"/>
    </context>

    <context id="variable_creation_dialog_context">
        <description>Define a new classpath variable.
        <topic label="Classpath Variables Preferences" href="reference/ref-15.htm"/>
        <topic label="Classpath Variables Concepts" href="concepts/cclsspthv.htm"/>
    </context>

    <context id="advanced_dialog_context">
        <description>A dialog for adding the listed entries to the class path.
        <topic label="Build classpath" href="concepts/cbuildcp.htm"/>
    </context>

    <context id="confirm_save_modified_resources_dialog_context">
        <description>Confirm that you want to save the modified resource.
    </context>

    <context id="new_variable_dialog_context">
        <description>A dialog for adding class path variables to the class path.
        <topic label="Classpath Variables Preferences" href="reference/ref-15.htm"/>
        <topic label="Classpath Variables Concepts" href="concepts/cclsspthv.htm"/>
    </context>

    <context id="nonnls_dialog_context">
        <description>Lists all locations of strings that are not externalized.
        <topic label="String externalization" href="concepts/cnls.htm"/>
        <topic label="Finding strings to externalize" href="tasks/tasks-188.htm"/>
        <topic label="Externalize Strings Wizard" href="reference/ref-wizard-externalize-strings.htm"/>
        <topic label="Externalize Strings Concepts" href="concepts/cnls.htm"/>
    </context>

    <context id="multi_main_type_selection_dialog_context">
        <description>Lists all classes with a main method.
        <topic label="Launching a Java program" href="tasks/task-launching_java_program.htm"/>
        <topic label="Defining the JAR file's manifest" href="tasks/tasks-35.htm"/>
    </context>

    <context id="multi_type_selection_dialog_context">
        <description>A dialog for selecting one or more types from a list of types.
        <topic label="Opening a type in the Package Explorer view" href="tasks/tasks-75.htm"/>
        <topic label="Opening an editor on a type" href="tasks/tasks-76.htm"/>
    </context>

    <context id="super_interface_selection_dialog_context">
        <description>A dialog for selecting a super interface from a displayed list.
        <topic label="Type Selection Dialog" href="reference/ref-148a.htm"/>
        <topic label="New Java Class Wizard" href="reference/ref-126.htm"/>
        <topic label="New Java Interface Wizard" href="reference/ref-127.htm"/>
    </context>

    <context id="override_tree_selection_dialog_context">
        <description>A dialog where you can mark all methods that should be overridden.
        <topic label="Override Methods" href="reference/ref-dialog-override-method.htm"/>
        <topic label="Source Actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="add_getter_setter_selection_dialog_context">
        <description>A dialog where you can choose the getters and setters that should be generated for existing fields.
        <topic label="Create Getters and Setters" href="reference/ref-dialog-gettersetter.htm"/>
        <topic label="Source Actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="add_delegate_methods_selection_dialog_context">
        <description>A dialog where you can choose the delegates that should be generated for existing fields.
        <topic label="Source Actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="hash_code_equals_tree_selection_dialog_context">
        <description>A dialog where you can choose the fields to include in the generated hashCode() and equals() methods.
        <topic label="Source Actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="generate_constructor_using_fields_selection_dialog_context">
        <description>A dialog where you can choose the fields to initialize in the generated constructor.
        <topic label="Source Actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="add_unimplemented_constructors_dialog_context">
        <description>A dialog where you can choose the superclass constructors that should be implemented.
        <topic label="Source Actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="move_destination_dialog_context">
        <description>A dialog for selecting the move destination of an element.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
    </context>

    <context id="choose_variable_dialog_context">
        <description>A dialog for selecting template variables from a displayed list.
        <topic label="Templates" href="concepts/ctemplates.htm"/>
        <topic label="Templates Preferences" href="reference/ref-preferences-templates.htm"/>
        <topic label="Templates Concepts" href="concepts/ctemplates.htm"/>
    </context>

    <context id="edit_template_dialog_context">
        <description>A dialog for editing a template.
        <topic label="Template Variables" href="reference/ref-preferences-template-variables.htm"/>
        <topic label="Edit Template Dialog" href="reference/ref-preferences-edit-template-dialog.htm"/>
    </context>

    <context id="history_list_dialog_context">
        <description>A dialog for re-opening previously opened type hierarchies.
        <topic label="Type Hierarchy View" href="reference/ref-type-hierarchy.htm"/>
    </context>

    <context id="import_organize_input_dialog_context">
        <description>A dialog for adding a new package to the Organize Imports preferences page.
        <topic label="Organize Imports Preferences" href="reference/ref-22.htm"/>
        <topic label="Source Actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="javadoc_property_dialog_context">
        <description>A dialog where you can specify the Javadoc location for a selected jar file.
        <topic label="Javadoc Location Properties" href="reference/ref-dialog-javadoc-location.htm"/>
        <topic label="Creating Javadoc documentation" href="tasks/tasks-196.htm"/>
    </context>

    <context id="new_container_dialog_context">
        <description>A dialog where you can specify a new source folder.
        <topic label="Build classpath" href="concepts/cbuildcp.htm"/>
    </context>

    <context id="nls_search_page_context">
        <description>A dialog where you can select options for searching the specifics of string externalizations.
        <topic label="String externalization" href="concepts/cnls.htm"/>
        <topic label="Finding unused and incorrectly used keys in property files" href="tasks/tasks-202.htm"/>
    </context>

    <context id="java_editor_context">
        <description>The Java editor provides you with Java specific text editing support.
        <topic label="Java editor concepts" href="concepts/concepts-7.htm"/>
        <topic label="Java editor reference" href="reference/ref-java-editor.htm"/>
        <topic label="Opening a Java editor" href="gettingStarted/qs-OpenJavaEditor.htm"/>
        <topic label="Using content assist" href="gettingStarted/qs-ContentAssist.htm"/>
        <topic label="Identifying problems in your code" href="gettingStarted/qs-7.htm"/>
        <topic label="Using code templates" href="gettingStarted/qs-EditorTemplates.htm"/>
        <topic label="Organizing import statements" href="gettingStarted/qs-OrganizeImports.htm"/>
        <topic label="Java editor preferences" href="reference/ref-21.htm"/>
        <topic label="Quick Fixes" href="concepts/cquickfix.htm"/>
        <topic label="Quick Assists" href="concepts/cquickassists.htm"/>
    </context>

    <context id="compare_dialog_context">
        <description>A dialog displaying the results of comparing Java elements.
    </context>

    <context id="add_element_from_history_dialog_context">
        <description>A dialog that lets you restore deleted Java elements from the local history.
        <topic label="Restoring a deleted workbench element" href="tasks/tasks-64.htm"/>
        <topic label="Using the local history" href="tasks/tasks-62.htm"/>
    </context>

    <context id="compare_element_with_history_dialog_context">
        <description>A dialog that lets you compare a Java element with entries from the local history.
        <topic label="Comparing a Java element with a local history edition" href="tasks/tasks-63a.htm"/>
        <topic label="Using the local history" href="tasks/tasks-62.htm"/>
    </context>

    <context id="replace_element_with_history_dialog_context">
        <description>A dialog that lets you replace Java elements with entries from the local history.
        <topic label="Replacing a Java element with a local history edition" href="tasks/tasks-63.htm"/>
        <topic label="Using the local history" href="tasks/tasks-62.htm"/>
    </context>

    <context id="sort_members_dialog_context">
        <description>A dialog that lets you sort members.
        <topic label="Sorting elements in Java views" href="concepts/cjavaviews_sorting.htm"/>
    </context>

    <!-- View parts -->

    <context id="package_view_context" title="About Package Explorer">
        <description>This view displays the workspace's Java projects and lets you explore their contents.
        <topic label="Browsing Java elements" href="gettingStarted/qs-4.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
        <topic label="Package explorer view" href="reference/ref-view-package-explorer.htm"/>
        <topic label="Java element filters dialog" href="reference/ref-dialog-java-element-filters.htm"/>
    </context>
    
    <context id="type_hierarchy_view_context" title="About Hierarchy view">
        <description>This view displays a type's hierarchy.
        <topic label="Viewing the Type Hierarchy" href="gettingStarted/qs-6.htm"/>
        <topic label="Java Views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="projects_view_context" title="About Projects view">
        <description>Displays all Java projects according to the current filter settings.
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="packages_browsing_view_context" title="About Packages view">
        <description>Displays all packages of the selected Java project according to the current filter settings.
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="types_view_context" title="About Types view">
        <description>Displays all types of the selected package according to the current filter settings.
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="members_view_context" title="About Members view">
        <description>Displays all members of the selected type according to the current filter settings.
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>
    
    <context id="call_hierarchy_view_context" title="About Call Hierarchy view">
        <description>The Call Hierarchy shows all callers or callees of the given method.
        <topic label="Call Hierarchy view" href="reference/ref-call-hierarchy.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>
    
    <context id="javadoc_view_context" title="About Javadoc view">
        <description>Displays the Javadoc for the selected Java element.
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>
    
    <context id="source_view_context" title="About Declarations view">
        <description>Displays the source for the selected Java element.
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>



    <!-- Preference pages -->

    <context id="java_base_preference_page_context">
        <description>On this page you can indicate your preferences for the general Java tooling settings.
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="appearance_preference_page_context">
        <description>On this page you can indicate your preferences for the appearence of Java views.
        <topic label="Appearance preferences" href="reference/ref-preferences-appearance.htm"/>
    </context>
    
    <context id="sort_order_preference_page_context">
        <description>On this page you can indicate your preferences for sorting elements in views.  The same settings are also used by the Sort Members command.
        <topic label="Members Sort Order preference page" href="reference/preferences/java/appearance/ref-preferences-member-sort-order.htm"/>
        <topic label="Sorting elements in Java views" href="concepts/cjavaviews_sorting.htm"/>
    </context>

    <context id="type_filter_preference_page_context">
        <description>On this page you can indicate your preferences for filtering types from various lists.
        <topic label="Type Filters preference page" href="reference/preferences/java/appearance/ref-preferences-type-filters.htm"/>
    </context>
    
    <context id="tasktags_preference_page_context">
        <description>On this page you can create new tags (e.g. TODO, FIXME) for which task markers will be created.
        <topic label="Task Tags preferences" href="reference/ref-preferences-task-tags.htm"/>
        <topic label="Java Compiler Preferences" href="reference/ref-preferences-compiler.htm"/>
    </context>

    <context id="organizeimports_preference_page_context">
        <description>On this page you can define the sort order of import statements.
        <topic label="Organize imports preferences" href="reference/ref-22.htm"/>
    </context>

    <context id="refactoring_preference_page_context">
        <description>On this page you can indicate your preferences when performing a refactoring.
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactoring reference" href="reference/ref-115.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="java_editor_preference_page_context">
        <description>On this page you can indicate your preferences for using the Java editor.
        <topic label="Java editor preferences" href="reference/ref-21.htm"/>
        <topic label="Java editor concepts" href="concepts/concepts-7.htm"/>
        <topic label="Java editor reference" href="reference/ref-java-editor.htm"/>
    </context>
    
    <context id="spelling_configuration_block_context">
        <description>On this page you can indicate your spelling preferences.

<b>Hint: If your preferred language is not available as Platform dictionary choose none and then search the internet for a word list with the words of your preferred language and set it as User defined dictionary. 
</description>
        <topic label="Preferences - Text Editor" href="PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-texteditorprefs.htm"/>
        <topic label="Editors" href="PLUGINS_ROOT/org.eclipse.platform.doc.user/concepts/concepts-6.htm"/>
    </context>
    
    <context id="properties_file_editor_preference_page_context">
        <description>On this page you can indicate your preferences for using the properties files editor.
        <topic label="Properties File editor preference page" href="reference/preferences/java/ref-preferences-properties-files-editor.htm"/>
    </context>

    <context id="build_path_property_page_context">
        <description>This page is where you can define the project's build path.
        <topic label="Building" href="concepts/concepts-4.htm"/>
        <topic label="Java Settings Page" href="reference/ref-123.htm"/>
    </context>

    <context id="cp_variables_preference_page_context">
        <description>This page is where you can create and manage classpath variables for the workbench.
        <topic label="Classpath Variables Preferences" href="reference/ref-15.htm"/>
        <topic label="Classpath Variables" href="concepts/cclsspthv.htm"/>
        <topic label="Installed JREs" href="reference/ref-18.htm"/>
    </context>

    <context id="codeformatter_preference_page_context">
        <description>This page is where you can set preferences for formatting Java code.
        <topic label="Code Formatter Preferences" href="reference/ref-17.htm"/>
    </context>

    <context id="source_attachment_property_page_context">
        <description>This page is where you can attach source code to a JAR file.
        <topic label="Source Attachment Properties" href="reference/ref-124.htm"/>
    </context>

    <context id="jre_preference_page_context">
        <description>This page is where you can add, remove, and edit JREs install definitions.
        <topic label="JRE Installations Preferences" href="reference/preferences/java/debug/ref-installed_jres.htm"/>
        <topic label="Working with JREs" href="tasks/tasks-JREs.htm"/>
        <topic label="Choosing a JRE for Launching a Project" href="tasks/task-choose_config_jre.htm"/>
        <topic label="Preparing the Workbench" href="gettingStarted/qs-2.htm"/>
    </context>

    <context id="source_lookup_property_page_context">
        <description>When debugging the projects specified on this page are used to look up a type's source.
    </context>

    <context id="launch_jre_property_page_context">
        <description>Select the JRE to be used when launching from this project. This option should only be used when this project's JRE is different from the default JRE selected in the preferences.
        <topic label="Choosing a JRE for Launching a Project" href="tasks/task-choose_config_jre.htm"/>
        <topic label="Working with JREs" href="tasks/tasks-JREs.htm"/>
        <topic label="JRE Installations Preferences" href="reference/preferences/java/debug/ref-installed_jres.htm"/>
    </context>

    <context id="code_manipulation_preference_context">
        <description>Specify the code styles used for code generation, content assist, and refactorings.
        <topic label="Code Style Preferences" href="reference/ref-preferences-code-generation.htm"/>
        <topic label="Code Template Preferences" href="reference/ref-preferences-code-templates.htm"/>
    </context>
    
    <context id="code_templates_preference_context">
        <description>Specify the code templates used for code generation.
        <topic label="Code Template Preferences" href="reference/ref-preferences-code-templates.htm"/>
    </context>

    <context id="compiler_preference_page_context">
        <description>Specify the behavior of the JDT Java compiler.
        <topic label="Java Compiler Preferences" href="reference/ref-preferences-compiler.htm"/>
        <topic label="Building Preferences" href="reference/preferences/java/compiler/ref-preferences-building.htm"/>        
        <topic label="Errors/Warnings Preferences" href="reference/preferences/java/compiler/ref-preferences-errors-warnings.htm"/>
        <topic label="Javadoc Preferences" href="reference/preferences/java/compiler/ref-preferences-javadoc.htm" />
        <topic label="Task Tags Preferences" href="reference/ref-preferences-task-tags.htm" />
        <topic label="Java Builder" href="concepts/concepts-4.htm"/>
    </context>

    <context id="template_preference_page_context">
        <description>Define and manage your code templates.
        <topic label="Java Templates Preferences" href="reference/ref-preferences-templates.htm"/>
        <topic label="Templates Concepts" href="concepts/ctemplates.htm"/>
    </context>

    <context id="new_java_project_preference_page_context">
        <description>Specify the settings to use when generating new Java projects.
        <topic label="Java Projects" href="concepts/concepts-3.htm"/>
        <topic label="Build Path preference page" href="reference/preferences/java/ref-preferences-build-path.htm"/>
    </context>
    
    <context id="javadoc_configuration_property_page_context">
        <description>Specify the path for the application for generating Javadoc.
        <topic label="Export Javadoc Wizard" href="reference/ref-export-javadoc.htm"/>
    </context>

    <context id="java_element_info_page_context">
        <description>Displays file system information about the selected Java element.
        
    </context>

    <context id="java_build_preference_page_context">
        <description>Specify the behavior of the JDT Java builder on this preference site.
        <topic label="Building Preferences" href="reference/preferences/java/compiler/ref-preferences-building.htm"/> 
    </context>
    
    <context id="problem_severities_preference_page_context">
        <description>Specify the severities of the problems detected by the JDT Java compiler on this preference site.
        <topic label="Errors/Warnings Preferences" href="reference/preferences/java/compiler/ref-preferences-errors-warnings.htm"/> 
    </context>
    
    <context id="javadoc_problems_preference_page_context">
        <description>Specify the severities of the problems detected by the JDT Java compiler within Javadoc comments on this preference site.
        <topic label="Javadoc Preferences" href="reference/preferences/java/compiler/ref-preferences-javadoc.htm"/> 
    </context>
    
    <context id="java_build_property_page_context">
        <description>Specify the behavior of the JDT Java builder on this preference site.
        <topic label="Building Preferences" href="reference/preferences/java/compiler/ref-preferences-building.htm"/> 
    </context>
    
    <context id="problem_severities_property_page_context">
        <description>Specify the severities of the problems detected by the JDT Java compiler on this preference site.
        <topic label="Errors/Warnings Preferences" href="reference/preferences/java/compiler/ref-preferences-errors-warnings.htm"/> 
    </context>
    
    <context id="javadoc_problems_property_page_context">
        <description>Specify the severities of the problems detected by the JDT Java compiler within Javadoc comments on this preference site.
        <topic label="Javadoc Preferences" href="reference/preferences/java/compiler/ref-preferences-javadoc.htm"/> 
    </context>
    
    
    <!-- Wizard pages -->

    <context id="new_javaproject_wizard_page_context">
        <description>This wizard helps you create a new Java project.
        <topic label="Java projects" href="concepts/concepts-3.htm"/>
        <topic label="Creating your first Java project" href="gettingStarted/qs-3.htm"/>
        <topic label="New Java Project Wizard" href="reference/ref-121.htm"/>
        <topic label="Java Build Path page" href="reference/ref-123b.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"/>
    </context>
    <context id="new_package_wizard_page_context">
        <description>This wizard helps you create a new Java package.
        <topic label="New Java Package Wizard" href="reference/ref-125.htm"/>
    </context>
    <context id="new_class_wizard_page_context">
        <description>This wizard helps you create a new Java class.
        <topic label="New Java Class Wizard" href="reference/ref-126.htm"/>
    </context>
    <context id="new_enum_wizard_page_context">
        <description>This wizard helps you create a new Java enum.
        <topic label="New Java Enum Wizard" href="reference/ref-126b.htm"/>
    </context>
    <context id="new_interface_wizard_page_context">
        <description>This wizard helps you create a new Java interface.
        <topic label="New Java Interface Wizard" href="reference/ref-127.htm"/>
    </context>
    <context id="new_annotation_wizard_page_context">
        <description>This wizard helps you create a new Java annotation.
        <topic label="New Java Annotation Wizard" href="reference/ref-127b.htm"/>
    </context>

    <context id="new_packageroot_wizard_page_context">
        <description>This wizard helps you create a new Java source folder.
        <topic label="New Source Folder Wizard" href="reference/ref-128.htm"/>
    </context>
    
    <context id="edit_inclusion_exlusion_filter_wizard_page_context">
        <description>This wizard helps you to add or remove Inclusion and Exclusion filters to a source folder.
        <topic label="Inclusion and Exclusion filters" href="concepts/filters.htm"/>
    </context>

    <context id="java_application_page_context">
        <description>This wizard displays a list of launchable elements where you can select an element to be launched.
        <topic label="Running a Java program" href="tasks/task-launching_java_program.htm"/>
        <topic label="Run and Debug Actions" href="reference/menus/run/ref-menu_run.htm"/>
    </context>

    <context id="jdi_attach_launcher_page_context">
        <description>This wizard helps you configure the settings for launching a remote Java application.
        <topic label="Connecting to a remote VM with the Remote Java application launch configuration" href="tasks/task-remotejava_launch_config.htm"/>
        <topic label="Run and Debug Actions" href="reference/menus/run/ref-menu_run.htm"/>
    </context>

    <context id="jar_packager_wizard_page_context">
        <description>This wizard helps you set packaging options for exporting resources to a JAR file.
        <topic label="Creating a new JAR file" href="tasks/tasks-33.htm"/>
        <topic label="Creating JAR files" href="tasks/tasks-32.htm"/>
        <topic label="Export JAR Wizard" href="reference/ref-export-jar.htm"/>
    </context>

    <context id="jar_manifest_wizard_page_context">
        <description>This wizard helps you create or locate the manifest file for the created JAR file.
        <topic label="Defining the JAR File's Manifest" href="tasks/tasks-35.htm"/>
        <topic label="Creating JAR files" href="tasks/tasks-32.htm"/>
        <topic label="Export JAR Wizard" href="reference/ref-export-jar.htm"/>
    </context>
    
    <context id="jar_import_wizard_page_context">
        <description>This wizard helps you migrate a JAR to a new version and apply refactorings stored in the JAR.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="jar_packager_refactoring_dialog_context">
        <description>This dialog helps you choose the refactorings to export.
        <topic label="Browsing the refactoring history" href="tasks/tasks-242.htm"/>
    </context>

    <context id="jar_options_wizard_page_context">
        <description>This wizard helps you configure the settings for managing export problems. It includes the option to save a description of the JAR file in the workbench.
        <topic label="Setting advanced options" href="tasks/tasks-34.htm"/>
        <topic label="Creating JAR files" href="tasks/tasks-32.htm"/>
        <topic label="Export JAR Wizard" href="reference/ref-export-jar.htm"/>
    </context>

   <context  id="java_working_set_page_context" >
      <description>Create a new working set by selecting the Java elements that will belong to it.
   </context>

    <context id="classpath_container_default_page_context">
        <description>Allows you to edit a container entry of the class path. A container entry has the format "container name/container specific arguments".
        <topic label="Build classpath" href="concepts/cbuildcp.htm"/>
        <topic label="Java Build Path Properties" href="reference/ref-123.htm"/>
        <topic label="Classpath Variables Preferences" href="reference/ref-15.htm"/>
    </context>
    
    <context id="select_clean_ups_wizard_page_context">
        <description>This wizard helps you to clean up your code.
        <topic label="Code Clean Up" href="tasks/tasks-233.htm"/>
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
    </context>

    <context id="javadoc_standard_page_context">
        <description>Allows you to select the options for generating Javadoc using the standard doclet.
        <topic label="Configuring Javadoc arguments for standard doclet" href="tasks/tasks-200.htm"/>
        <topic label="Export Javadoc Wizard" href="reference/ref-export-javadoc.htm"/>
    </context>

    <context id="javadoc_specifics_page_context">
        <description>Allows you to textually specify further arguments passed to the Javadoc generator.
        <topic label="Configuring Javadoc arguments" href="tasks/tasks-201.htm"/>
        <topic label="Export Javadoc Wizard" href="reference/ref-export-javadoc.htm"/>
    </context>

    <context id="javadoc_tree_page_context">
        <description>Select the elements for which Javadoc will be created.
        <topic label="Selecting types for Javadoc generation" href="tasks/tasks-199.htm"/>
        <topic label="Export Javadoc Wizard" href="reference/ref-export-javadoc.htm"/>
    </context>


    <!-- Refactoring Preview Pages-->

    <context id="refactoring_preview_wizard_page_context">
        <description>This dialog presents a preview of the impending refactoring changes.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

	<!-- Refactoring Error Wizard Pages -->
	
    <context id="refactoring_error_wizard_page_context">
        <description>Displays errors that occurred while executing the refactoring.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="rename_params_wizard_page">
        <description>This dialog helps you rename a method parameter. References to the parameter inside the method are updated to refer to the new name.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="extract_method_wizard_page_context">
        <description>This dialog helps you extract the selected statements into a new method.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="rename_package_wizard_page_context">
        <description>This dialog helps you rename a Java package. References to the old package name are updated to refer to the new name.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="rename_cu_wizard_page_context">
        <description>This dialog helps you rename a compilation unit. References to the compilation unit's public type are updated to refer to the new name.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="rename_method_wizard_page_context">
        <description>This dialog helps you rename a method.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="rename_type_wizard_page_context">
        <description>This dialog helps you rename a type.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="rename_field_wizard_page_context">
        <description>This dialog helps you rename a field.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="externalize_wizard_keyvalue_page_context">
        <description>Supports you in defining the keys for looking up externalized strings.
        <topic label="String externalization" href="concepts/cnls.htm"/>
        <topic label="Externalize strings wizard" href="reference/ref-wizard-externalize-strings.htm"/>
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="externalize_wizard_properties_file_page_context">
        <description>Supports you in specifying the properties file used to externalize strings.
        <topic label="String externalization" href="concepts/cnls.htm"/>
        <topic label="Externalize strings wizard" href="reference/ref-wizard-externalize-strings.htm"/>
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="extract_method_temp_page_context">
        <description>This dialog helps you extract a local variable.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="modify_parameters_wizard_page_context">
        <description>This dialog helps you modify the signature of a method.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="move_members_wizard_page_context">
        <description>This dialog helps you move static members from one type to another.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="pull_up_wizard_page_context">
        <description>This dialog helps you move members up the type hierarchy.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="rename_local_variable_wizard_page_context">
        <description>This dialog helps you rename a local variable.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="self_encapsulate_field_wizard_page_context">
        <description>This dialog helps you insert calls to setter and getter methods at all locations where the selected field is set or read.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>
    
    <context id="infer_type_arguments_wizard_page_context">
        <description>This dialog helps inferring generic type arguments for references to generic types.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="change_type_wizard_page_context">
        <description>This dialog allows to choose a supertype of the reference's current type. If the reference can be safely changed to the new type, it is.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="extract_supertype_wizard_page_context">
        <description>This dialog helps extracting a common superclass from a set of sibling types.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="introduce_factory_wizard_page_context">
        <description>This dialog helps introducing a factory method for a constructor.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="introduce_indirection_wizard_page_context">
        <description>This dialog helps introducing a static indirection method delegating to the selected method.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="introduce_parameter_page_context">
        <description>This dialog helps creating a new method parameter from a selected expression.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>
    
    <context id="inline_temp_wizard_page_context">
        <description>This dialog helps inlining a local variable.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <!-- ltk.ui.refactoring -->
    
    <context id="refactoring_accept_page">
        <description>This dialog helps you accept a refactoring.
    </context>
    
    <context id="refactoring_apply_script_page">
        <description>This wizard helps you apply a refactoring script to projects in your workspace.
        <topic label="Applying refactoring scripts " href="tasks/tasks-241.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>
    
    <context id="refactoring_create_script_page">
        <description>This dialog helps you create a script of the refactorings that have been applied in the workspace.
        <topic label="Creating refactoring scripts" href="tasks/tasks-240.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>
    
    <context id="refactoring_history_wizard_page_context">
        <description>This wizard shows the refactoring history.
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>
    
    <context id="refactoring_show_history_page">
        <description>This dialog allows to browse the workspace refactoring history and and offers the option to delete refactorings from the refactoring history.
        <topic label="Browsing the refactoring history" href="tasks/tasks-242.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>
    
    <context id="refactoring_property_page">
        <description>This page allows to browse the project's refactoring history and and offers the option to delete refactorings from the refactoring history.
        <topic label="Browsing the refactoring history" href="tasks/tasks-242.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>
    
    <!-- Reused UI Blocks -->

    <context id="build_paths_context">
        <description>A page for defining the build classpath for the project.
        <topic label="Build class path" href="concepts/concepts-4.htm"/>
        <topic label="Preparing the workbench" href="gettingStarted/qs-2.htm"/>
        <topic label="Java build path properties" href="reference/ref-123.htm"/>
        <topic label="Classpath variables preferences" href="reference/ref-15.htm"/>
    </context>
    <context id="source_attachment_context">
        <description>Allows you to attach a source code archive to a JAR file.
        <topic label="Build class path" href="concepts/concepts-4.htm"/>
    </context>


    <!-- Search -->

    <context id="java_search_page_context">
        <description>On this page you can search for references to and declarations of Java elements.
        <topic label="Java Searching" href="concepts/concepts-8.htm"/>
        <topic label="Searching the workbench" href="gettingStarted/qs-11.htm"/>
        <topic label="Java search tab" href="reference/ref-131.htm"/>
        <topic label="Search menu" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="java_search_result">
		<description>This view displays the results of a Java search.
        <topic label="Java Searching" href="concepts/concepts-8.htm"/>
    </context>

    <context id="java_search_result">
		<description>This view displays the results of a Java search.
        <topic label="Java Searching" href="concepts/concepts-8.htm"/>
    </context>

    <context id="occurrences_search_result">
		<description>This view displays the results of a 'Find Occurrences' search.
        <topic label="Java search" href="concepts/concepts-8.htm"/>
        <topic label="Search actions" href="reference/ref-menu-search.htm"/>
    </context>

    <context id="nls_search_result">
		<description>This view displays the results of a 'Find Broken Externalized Strings' search.
        <topic label="String externalization" href="concepts/cnls.htm"/>
    </context>


    <!-- Custom Filters -->

    <context id="open_custom_filters_dialog_context">
        <description>On this page you can activate and deactivate filters.
        <topic label="Filtering elements" href="concepts/cjavaviews.htm"/>
    </context>


    <!-- NEW CONTEXT IDs -->

    <context id="sort_members_action">
        <description>This command sorts the members in this compilation unit.
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="quick_fix_action">
        <description>This command helps you to correct Java problems.
        <topic label="Edit actions" href="reference/ref-menu-edit.htm"/>
    </context>

    <context id="format_action">
        <description>This command formats the selected text.
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="add_delegate_methods_action">
        <description>This command lets you create delegate methods for a set of fields.(Delegate methods are methods that delegate to a method provided by a field.)
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="history_action">
        <description>This action is used to switch between previously displayed type hierarchies.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
    </context>

    <context id="go_into_top_level_type_action">
        <description>This command modifies the Java outline view to show only the members of the compilation unit's main type.
    </context>

    <context id="tasktags_property_page_context">
        <description>This page is where you can define the project-specific task tags.
    </context>

    <context id="compiler_property_page_context">
        <description>This page is where you can define the project-specific compiler settings.
    </context>

    <context id="replace_with_previous_from_history_action">
        <description>This command lets you replace the selected element with a version from the local history.
        <topic label="Using the local history" href="tasks/tasks-62.htm"/>
    </context>

    <context id="compare_with_history_action">
        <description>This command lets you compare the selected element with a version from the local history.        
        <topic label="Using the local history" href="tasks/tasks-62.htm"/>
    </context>

    <context id="add_from_history_action">
        <description>This command adds elements from the local history.
        <topic label="Using the local history" href="tasks/tasks-62.htm"/>
    </context>

    <context id="replace_with_history_action">
        <description>This command replaces the selected element with a version from the local history.
        <topic label="Using the local history" href="tasks/tasks-62.htm"/>
    </context>

    <context id="comment_action">
        <description>This command lets you comment out a sequence of lines in Java code.        
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="uncomment_action">
        <description>This command uncomments a sequence of lines that are commented out.
        <topic label="Source actions" href="reference/ref-menu-source.htm"/>
    </context>

    <context id="extract_temp_page_context">
        <description>This dialog helps you to extract a local variable from a selected expression.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="previous_problem_action">
        <description>This command navigates to the previous problem in the active editor.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="addjtoclasspath_action_context">
        <description>This command adds the selected JAR to the project's classpath.
        <topic label="Build classpath" href="concepts/cbuildcp.htm"/>
    </context>

    <context id="removefromclasspath_action_context">
        <description>This command removes an entry from the project's classpath.        
        <topic label="Build classpath" href="concepts/cbuildcp.htm"/>
    </context>

    <context id="push_down_action">
        <description>This command opens a dialog that will help you to push down members of a class to the class's subclasses.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="inline_method_wizard_page_context">
        <description>This dialog helps you to inline a method.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="move_action">
        <description>This command moves elements.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="next_change_action">
        <description>This command navigates to the next change.
    </context>

    <context id="previous_change_action">
        <description>This command navigates to the previous change.
    </context>

    <context id="goto_next_member_action">
        <description>This command moves the caret to the next member.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="goto_previous_member_action">
        <description>This command moves the caret to the previous member.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="show_qualified_names_action">
        <description>This command shows the qualified names for types.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
    </context>

    <context id="open_structure_action">
        <description>This command opens the outline of the selected element.
    </context>

    <context id="inline_action">
        <description>This command opens a dialog that will help you to inline a method, local variable or constant.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="extract_interface_action">
        <description>This command opens a dialog that will help you to extract an interface from the selected type.  You can optionally change references to the selected type into references to the new interface.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="promote_temp_to_field_page_context">
        <description>This dialog helps you convert a local variable to a field.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="move_inner_to_top_level_action">
        <description>This command opens a dialog that will help you to convert a nested type to a top level type.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="use_supertype_wizard_page_context">
        <description>This dialog helps you to replace references to a type with references to one of the type's supertypes.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="parameter_hints_action">
        <description>This command shows hints for method call parameters.
        <topic label="Edit actions" href="reference/ref-menu-edit.htm"/>
    </context>

    <context id="convert_anonymous_to_nested_action">
        <description>This command opens a dialog that will help you to convert an anonymous inner class to a nested class.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="goto_resource_dialog">
        <description>This dialog helps you to find and navigate to a workspace resource.
    </context>

    <context id="extract_constant_page_context">
        <description>This dialog helps you to extract a selected expression to a constant.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="extract_constant_action">
        <description>This command opens a dialog that will help you to extract a constant from the selected expression.  You can optionally replace all matching expressions with references to the new constant.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="link_editor_action">
        <description>This command links the view with an editor.
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="use_supertype_action">
        <description>This command opens a dialog that will help you to replace references to a type with references to one of the type's supertypes.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="inline_constant_wizard_page_context">
        <description>This dialog helps you to inline a constant.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="goto_matching_bracket_action">
        <description>This command moves the caret to the matching bracket.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="goto_type_action">
        <description>This command finds a selected type in the workspace and opens its code in the editor.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="java_select_marker_ruler_action">
        <description>This command activates Quick Fix.
        <topic label="Edit actions" href="reference/ref-menu-edit.htm"/>
    </context>

    <context id="show_outline_action">
        <description>This command shows an in-place outline of the currently edited file.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="goto_resource_action">
        <description>This command finds and navigates to a selected resource in the workspace.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="convert_anonymous_to_nested_page_context">
        <description>This dialog helps you to convert an anonymous inner class to a nested class.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="next_problem_action">
        <description>This command navigates to the next problem in the Java editor.
        <topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
    </context>

    <context id="content_assist_action">
        <description>This command opens content assist.
        <topic label="Edit actions" href="reference/ref-menu-edit.htm"/>
    </context>

    <context id="layout_flat_action">
        <description>This command changes the view to a flat layout.
        <topic label="Package Explorer view" href="reference/ref-view-package-explorer.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="layout_hierarchical_action">
        <description>This command changes the view to a hierarchical layout.
        <topic label="Package Explorer view" href="reference/ref-view-package-explorer.htm"/>
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>

    <context id="output_location_dialog_context">
        <description>This dialog helps you to edit the output folder of a project or a source folder.
        <topic label="Build classpath" href="concepts/cbuildcp.htm"/>
        <topic label="Java Settings Page" href="reference/ref-123.htm"/>
    </context>

    <context id="sort_by_defining_type_action">
        <description>This command sorts the members by their declaring type.
        <topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
    </context>

    <context id="edit_working_set_action">
        <description>This command lets you edit a working set.
    </context>

    <context id="move_inner_to_top_wizard_page_context">
        <description>This dialog helps you to convert a nested type to a top level type.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="push_down_wizard_page_context">
        <description>This dialog helps you to push down class members to their subclasses.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="promote_temp_to_field_action">
        <description>This command opens a dialog that will help you to convert a local variable to a field.
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
    </context>

    <context id="exclusion_pattern_dialog_context">
        <description>This dialog excludes selected source files within a source folder from being compiled.
        <topic label="Build classpath" href="concepts/cbuildcp.htm"/>
        <topic label="Java Settings Page" href="reference/ref-123.htm"/>
    </context>

    <context id="extract_interface_temp_page_context">
        <description>This dialog helps you to extract an interface from a type.  You can optionally change references to the type into references to the new interface.
        <topic label="Refactoring dialogs" href="reference/ref-117.htm"/>
        <topic label="Refactoring support" href="concepts/concepts-9.htm"/>
        <topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
        <topic label="Java preferences" href="reference/ref-13.htm"/>
    </context>

    <context id="select_all_action">
        <description>This command selects all elements in the active view.
        <topic label="Java views" href="concepts/cjavaviews.htm"/>
    </context>
    
    <context id="generate_javadoc_action">
        <description>This command generates Javadoc for a project.
        <topic label="Javadoc Location Properties" href="reference/ref-dialog-javadoc-location.htm"/>
        <topic label="Creating Javadoc documentation" href="tasks/tasks-196.htm"/>
    </context>
    
    <context id="cp_userlibraries_preference_page_context">
        <description>User libraries can be added to a Java Build path and bundle a number of external archives. System libraries will be added to the boot class path when launched.
        <topic label="User Libraries preference page" href="reference/preferences/java/buildpath/ref-preferences-user-libraries.htm"/>
    </context>
    
    <context id="cp_edit_user_library">
        <description>Select a name for the user library.
    </context>
    
    <context id="cp_export_user_library">
        <description>Select the libraries to export and a location to export the libraries to.
    </context>
    
    <context id="cp_import_user_library">
        <description>Select the libraries to import by clicking on 'Browse...'
    </context>
    
    <context id="code_style_edit_prefix_suffix">
        <description>Specify a prefix and/or a suffix. The prefix and suffix will be used by code assists and refactorings.
    </context>
    
    <context id="todo_task_input_dialog_context">
        <description>Specify a tag and its corresponding priority.
    </context>
    
    <context id="bp_choose_existing_folder_to_make_source_folder">
        <description>Choose an existing folder to turn it into a source folder. Source folders can contain java source code.
    </context>
    
    <context id="bp_create_new_folder_dialog">
        <description>This dialog allows to create a new folder in the file system.
    </context>
    
    <context id="bp_select_default_output_folder_dialog">
        <description>This dialog allows to select an existing folder as default output folder or to create new folder when selecting 'Create New Folder...'
    </context>
    
    <context id="bp_select_classpath_container">
        <description>Select the type of library to add to the build path and select 'Next' to configure the library.
    </context>
    
</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.