blob: 8af864cf73e9198d99cbf17121ca453c00b41155 [file] [log] [blame]
<?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.</description>
<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.</description>
<topic label="Generating getters and setters" href="tasks/tasks-57.htm"/>
<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.</description>
<topic label="Adding breakpoints" href="tasks/tasks-144.htm"/>
<topic label="Removing breakpoints" href="tasks/tasks-144a.htm"/>
<topic label="Enabling and disabling breakpoints" href="tasks/tasks-144b.htm"/>
<topic label="Setting method breakpoints" href="tasks/tasks-145.htm"/>
<topic label="Applying hit counts" href="tasks/tasks-146.htm"/>
<topic label="Managing conditional breakpoints" href="tasks/tasks-144c.htm"/>
<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
<topic label="Breakpoints view" href="reference/ref-35.htm"/>
<topic label="Debugger" href="concepts/concepts-10.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.</description>
<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.</description>
<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.</description>
<topic label="Showing a Type&apos;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.</description>
<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.</description>
<topic label="Adding required import statements" href="tasks/tasks-59.htm"/>
<topic label="Setting the order of import statements" href="tasks/tasks-61.htm"/>
</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.</description>
<topic label="Organizing existing import statements" href="tasks/tasks-60.htm"/>
<topic label="Setting the order of import statements" href="tasks/tasks-61.htm"/>
</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.</description>
<topic label="Run to Line" href="reference/ref-4.htm"/>
<topic label="Stepping" href="tasks/tasks-136.htm"/>
<topic label="Debug view" href="reference/ref-51.htm"/>
<topic label="Breakpoints" href="concepts/cbrkpnts.htm"/>
<topic label="Debugger" href="concepts/concepts-10.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.</description>
<topic label="Showing single elements or whole Java files" href="tasks/tasks-6.htm"/>
<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.</description>
<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.</description>
</context>
<context id="display_action_context">
<description>This command evaluates the selected expression and shows the result in the Display view.</description>
<topic label="Displaying the result of evaluating an expression" href="tasks/tasks-151.htm"/>
<topic label="Evaluating expressions" href="tasks/tasks-138.htm"/>
<topic label="Display view" href="reference/ref-52.htm"/>
<topic label="Run and Debug Actions" href="reference/ref-4.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.</description>
<topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="focus_on_type_action">
<description>This command allows you to choose any type and opens it in the Hierarchy view.</description>
<topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="typehierarchy_history_action">
<description>Allows you to switch back to previously shown type hierarchies.</description>
<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.</description>
<topic label="Showing and hiding members in Java views" href="tasks/tasks-191.htm"/>
</context>
<context id="filter_fields_action">
<description>This filter removes all fields from the presentation.</description>
<topic label="Showing and hiding members in Java views" href="tasks/tasks-191.htm"/>
</context>
<context id="filter_static_action">
<description>This filter removes all static members from the presentation.</description>
<topic label="Showing and hiding members in Java views" href="tasks/tasks-191.htm"/>
</context>
<context id="show_inherited_action">
<description>This option will display all members inherited from the super types.</description>
<topic label="Finding overridden methods" href="tasks/tasks-44.htm"/>
<topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="show_supertypes_action">
<description>This option will display all super types. </description>
<topic label="Finding overridden methods" href="tasks/tasks-44.htm"/>
<topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="show_subtypes_action">
<description>This option will display all subtypes.</description>
<topic label="Finding overridden methods" href="tasks/tasks-44.htm"/>
<topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="show_hierarchy_action">
<description>This option displays the class hierachy.</description>
<topic label="Finding overridden methods" href="tasks/tasks-44.htm"/>
<topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="enable_methodfilter_action">
<description>This option displays all types in the current hierarchy that define or implement the selected method.</description>
<topic label="Finding overridden methods" href="tasks/tasks-44.htm"/>
<topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="open_class_wizard_action">
<description>This action opens a wizard for creating a new class.</description>
<topic label="Creating a new Java class" href="tasks/tasks-17.htm"/>
<topic label="Creating a top-level class" href="tasks/tasks-18.htm"/>
<topic label="Creating a nested class" href="tasks/tasks-19.htm"/>
<topic label="Creating a new class in an existing compilation unit" href="tasks/tasks-20.htm"/>
<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.</description>
<topic label="Creating a new Java enum" href="tasks/tasks-17b.htm"/>
<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.</description>
<topic label="Creating a new Java interface" href="tasks/tasks-21.htm"/>
<topic label="Creating a top-level interface" href="tasks/tasks-23.htm"/>
<topic label="Creating a nested interface" href="tasks/tasks-24.htm"/>
<topic label="Creating a new interface in an existing compilation unit" href="tasks/tasks-25.htm"/>
<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.</description>
<topic label="Creating a new Java annotation" href="tasks/tasks-21b.htm"/>
<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.</description>
<topic label="Creating a new Java package" href="tasks/tasks-15.htm"/>
<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.</description>
<topic label="Creating a new Java project" href="tasks/tasks-12.htm"/>
<topic label="Creating a Java project as its own source container" href="tasks/tasks-13.htm"/>
<topic label="Creating a Java project with source folders" href="tasks/tasks-14.htm"/>
<topic label="Creating a new source folder with exclusion filter" href="tasks/tasks-221.htm"/>
<topic label="Creating a new source folder with specific output folder" href="tasks/tasks-222.htm"/>
<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.</description>
<topic label="Creating a Java scrapbook page" href="tasks/tasks-149.htm"/>
<topic label="New Scrapbook wizard reference" href="reference/ref-129.htm"/>
<topic label="Scrapbook" href="concepts/concepts-11.htm"/>
</context>
<context id="clear_working_set_action">
<description>This action removes the currently installed working set filter.</description>
<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.</description>
<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.</description>
<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.</description>
<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/concepts-6.htm"/>
</context>
<context id="history_list_action">
<description>Choose and switch back to a previously shown type hierarchy.</description>
<topic label="Changing the appearance of the Hierarchy view" href="tasks/tasks-38.htm"/>
<topic label="Opening a type hierarchy on a Java element" href="tasks/tasks-39.htm"/>
<topic label="Opening a type hierarchy on the current text selection" href="tasks/tasks-40.htm"/>
<topic label="Opening a type hierarchy in its own perspective" href="tasks/tasks-42.htm"/>
<topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="lexical_sorting_outline_action">
<description>Displays the elements in alphabetical order.</description>
<topic label="Sorting elements in Java views" href="tasks/tasks-195.htm"/>
</context>
<context id="lexical_sorting_browsing_action">
<description>Displays the elements in aphabetical order.</description>
<topic label="Sorting elements in Java views" href="tasks/tasks-195.htm"/>
</context>
<context id="open_java_perspective_action">
<description>This action opens the Java Perspective.</description>
<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.</description>
<topic label="Java perspectives" href="concepts/concepts-5.htm"/>
</context>
<context id="open_project_action">
<description>This action opens a previously closed project.</description>
<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.</description>
<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.</description>
<topic label="Opening a type hierarchy on a Java element" href="tasks/tasks-39.htm"/>
<topic label="Opening a type hierarchy on the current text selection" href="tasks/tasks-40.htm"/>
<topic label="Opening a type hierarchy in its own perspective" href="tasks/tasks-42.htm"/>
<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&apos;s signature.</description>
<topic label="Source actions" href="reference/ref-menu-source.htm"/>
</context>
<context id="add_task_action">
<description>Adds a new task.</description>
<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.</description>
<topic label="Finding strings to externalize" href="tasks/tasks-188.htm"/>
<topic label="Using the Externalize Strings wizard" href="tasks/tasks-180.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.</description>
<topic label="Extracting a method" href="tasks/tasks-87.htm"/>
<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.</description>
<topic label="Extracting a local variable" href="tasks/tasks-159.htm"/>
<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.</description>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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&apos;s type hierarchy.</description>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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..</description>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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&apos;s type hierarchy.</description>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<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.</description>
<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.</description>
<topic label="Inlining a local variable" href="tasks/tasks-161.htm"/>
<topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
</context>
<context id="modify_parameters_action">
<description>Supports changing the signature of a method.</description>
<topic label="Change method signature" href="tasks/tasks-98.htm"/>
<topic label="Changing method signature" href="tasks/tasks-157.htm"/>
<topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
</context>
<context id="open_action">
<description>Opens the selected element in a Java editor.</description>
<topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
</context>
<context id="open_external_javadoc_action">
<description>Opens the selected element&apos;s Javadoc in the default external HTML browser.</description>
<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.</description>
<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.</description>
<topic label="Pulling members up to superclass" href="tasks/tasks-165.htm"/>
<topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
</context>
<context id="refresh_action">
<description>Refreshes the contents from the local file system.</description>
<topic label="File actions" href="reference/ref-menu-file.htm"/>
</context>
<context id="rename_action">
<description>Supports renaming Java elements.</description>
<topic label="Renaming a package" href="tasks/tasks-90.htm"/>
<topic label="Renaming a compilation unit" href="tasks/tasks-92.htm"/>
<topic label="Renaming a type" href="tasks/tasks-94.htm"/>
<topic label="Renaming a method" href="tasks/tasks-96.htm"/>
<topic label="Renaming a field" href="tasks/tasks-169.htm"/>
<topic label="Renaming a local variable" href="tasks/tasks-204.htm"/>
<topic label="Renaming method parameters" href="tasks/tasks-98.htm"/>
<topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
</context>
<context id="self_encapsulate_action">
<description>Modifies code by replacing a field&apos;s read and write accesses with corresponding calls to getter and setter methods.</description>
<topic label="Self encapsulating a field" href="tasks/tasks-162.htm"/>
<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.</description>
<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.</description>
<topic label="Using Surround with try/catch" href="tasks/tasks-179.htm"/>
<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.</description>
<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.</description>
<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.</description>
<topic label="Using Structured Selection" href="tasks/tasks-176.htm"/>
<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.</description>
<topic label="Using Structured Selection" href="tasks/tasks-176.htm"/>
<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.</description>
<topic label="Using Structured Selection" href="tasks/tasks-176.htm"/>
<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.</description>
<topic label="Using Structured Selection" href="tasks/tasks-176.htm"/>
<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.</description>
<topic label="Using the Hierarchy view" href="tasks/tasks-37.htm"/>
<topic label="Changing the appearance of the Hierarchy view" href="tasks/tasks-38.htm"/>
<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.</description>
<topic label="Edit actions" href="reference/ref-menu-edit.htm"/>
</context>
<context id="copy_action">
<description>Copies the selected element into the clipboard.</description>
<topic label="Copying and moving Java elements" href="tasks/tasks-85.htm"/>
<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.</description>
<topic label="Copying and moving Java elements" href="tasks/tasks-85.htm"/>
<topic label="Edit actions" href="reference/ref-menu-edit.htm"/>
</context>
<context id="delete_action">
<description>Deletes the selected elements.</description>
<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.</description>
<topic label="Using the Hierarchy view" href="tasks/tasks-37.htm"/>
<topic label="Changing the appearance of the Hierarchy view" href="tasks/tasks-38.htm"/>
<topic label="Opening a type hierarchy on a Java element" href="tasks/tasks-39.htm"/>
<topic label="Opening a type hierarchy on the current text selection" href="tasks/tasks-40.htm"/>
<topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
<topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
</context>
<!-- Dialogs -->
<context id="maintype_selection_dialog_context">
<description>Choose a type from all types defining a main method.</description>
<topic label="Launching a Java program" href="tasks/tasks-130.htm"/>
<topic label="Defining the JAR file&apos;s manifest" href="tasks/tasks-35.htm"/>
</context>
<context id="open_type_dialog_context">
<description>This dialog allows you to choose a type from the workspace.</description>
<topic label="Open Type Dialog" href="reference/ref-148.htm"/>
<topic label="Opening on a Type" href="tasks/tasks-76.htm"/>
<topic label="Open Type" href="reference/ref-148.htm"/>
<topic label="Type Hierarchy view" href="reference/ref-type-hierarchy.htm"/>
<topic label="Java Actions" href="reference/ref-3.htm"/>
</context>
<context id="edit_jre_dialog_context">
<description>Edit an existing JRE definition.</description>
<topic label="Choosing a JRE for Launching a Project" href="tasks/tasks-124.htm"/>
<topic label="Working with JREs" href="tasks/tasks-JREs.htm"/>
<topic label="Working with Build Paths" href="tasks/tasks-110.htm"/>
<topic label="Building" href="concepts/concepts-4.htm"/>
<topic label="JRE Installations Preferences" href="reference/ref-19.htm"/>
</context>
<context id="source_attachment_dialog_context">
<description>Attach source code to the selected JAR file.</description>
<topic label="Attaching Source to a JAR File" href="tasks/tasks-115.htm"/>
<topic label="Working with Build Paths" href="tasks/tasks-110.htm"/>
<topic label="JRE Installations Preferences" href="reference/ref-19.htm"/>
</context>
<context id="variable_selection_dialog_context">
<description>Select a classpath variable to be added to the build class path.</description>
<topic label="Adding a Variable Class Path Entry" href="tasks/tasks-114.htm"/>
<topic label="Working with Build Paths" href="tasks/tasks-110.htm"/>
<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.</description>
<topic label="Defining a Class Path Variable" href="tasks/tasks-117.htm"/>
<topic label="Working with Build Paths" href="tasks/tasks-110.htm"/>
<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.</description>
<topic label="Adding a library folder to the build path" href="tasks/tasks-112.htm"/>
<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 modifed resource.</description>
</context>
<context id="new_variable_dialog_context">
<description>A dialog for adding class path variables to the class path.</description>
<topic label="Viewing and editing a project&apos;s build path" href="tasks/tasks-111.htm"/>
<topic label="Adding a variable class path entry" href="tasks/tasks-114.htm"/>
<topic label="Attaching source to variables" href="tasks/tasks-116.htm"/>
<topic label="Attaching source to a classpath variable" href="tasks/tasks-116.htm"/>
<topic label="Defining a class path variable" href="tasks/tasks-117.htm"/>
<topic label="Deleting a class path variable" href="tasks/tasks-118.htm"/>
<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.</description>
<topic label="String externalization" href="concepts/cnls.htm"/>
<topic label="Finding strings to externalize" href="tasks/tasks-188.htm"/>
<topic label="Using the Externalize Strings wizard" href="tasks/tasks-180.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.</description>
<topic label="Launching a Java program" href="tasks/tasks-130.htm"/>
<topic label="Defining the JAR file&apos;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.</description>
<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.</description>
<topic label="Creating a new Java class" href="tasks/tasks-17.htm"/>
<topic label="Creating a new Java interface" href="tasks/tasks-21.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.</description>
<topic label="Finding overridden methods" href="tasks/tasks-44.htm"/>
<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.</description>
<topic label="Copying and moving Java elements" href="tasks/tasks-85.htm"/>
<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.</description>
<topic label="Templates" href="concepts/ctemplates.htm"/>
<topic label="Writing your own templates" href="tasks/tasks-203.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.</description>
<topic label="Templates" href="concepts/ctemplates.htm"/>
<topic label="Writing your own templates" href="tasks/tasks-203.htm"/>
<topic label="Templates Preferences" href="reference/ref-preferences-templates.htm"/>
<topic label="Templates Concepts" href="concepts/ctemplates.htm"/>
</context>
<context id="history_list_dialog_context">
<description>A dialog for re-opening previously opened type hierarchies.</description>
<topic label="Changing the appearance of the Hierarchy view" href="tasks/tasks-38.htm"/>
<topic label="Opening a type hierarchy on a Java element" href="tasks/tasks-39.htm"/>
<topic label="Opening a type hierarchy on the current text selection" href="tasks/tasks-40.htm"/>
<topic label="Opening a type hierarchy in its own perspective" href="tasks/tasks-42.htm"/>
<topic label="Finding overridden methods" href="tasks/tasks-44.htm"/>
<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.</description>
<topic label="Adding required import statements" href="tasks/tasks-59.htm"/>
<topic label="Organizing existing import statements" href="tasks/tasks-60.htm"/>
<topic label="Setting the order of import statements" href="tasks/tasks-61.htm"/>
<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.</description>
<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.</description>
<topic label="Build classpath" href="concepts/cbuildcp.htm"/>
<topic label="Creating a new source folder" href="tasks/tasks-26.htm"/>
<topic label="Creating a new source folder with exclusion filter" href="tasks/tasks-221.htm"/>
<topic label="Creating a new source folder with specific output folder" href="tasks/tasks-222.htm"/>
<topic label="Adding a library folder to the build path" href="tasks/tasks-112.htm"/>
</context>
<context id="nls_search_page_context">
<description>A dialog where you can select options for searching the specifics of string externalizations.</description>
<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.</description>
<topic label="Java editor concepts" href="concepts/concepts-7.htm"/>
<topic label="Using the Java editor" href="tasks/tasks-54.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"/>
</context>
<context id="compare_dialog_context">
<description>A dialog displaying the results of comparing Java elements.</description>
</context>
<context id="add_element_from_history_dialog_context">
<description>A dialog that lets you restore deleted Java elements from the local history.</description>
<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.</description>
<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.</description>
<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>
<!-- View parts -->
<context id="package_view_context" title="About Package Explorer">
<description>This view displays the workspace&apos;s Java projects and lets you explore their contents.</description>
<topic label="Browsing Java elements" href="gettingStarted/qs-4.htm"/>
<topic label="Java views" href="concepts/concepts-6.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&apos;s hierarchy.</description>
<topic label="Using the Hierarchy view" href="tasks/tasks-37.htm"/>
<topic label="Type Hierarchy View" href="reference/ref-type-hierarchy.htm"/>
<topic label="Viewing the Type Hierarchy" href="gettingStarted/qs-6.htm"/>
<topic label="Java Views" href="concepts/concepts-6.htm"/>
</context>
<context id="projects_view_context" title="About Projects view">
<description>Displays all Java projects according to the current filter settings.</description>
<topic label="Java views" href="concepts/concepts-6.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.</description>
<topic label="Java views" href="concepts/concepts-6.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.</description>
<topic label="Java views" href="concepts/concepts-6.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.</description>
<topic label="Java views" href="concepts/concepts-6.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.</description>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="javadoc_view_context" title="About Javadoc view">
<description>Displays the Javadoc for the selected Java element.</description>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="source_view_context" title="About Declarations view">
<description>Displays the source for the selected Java element.</description>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<!-- Preference pages -->
<context id="build_path_property_page_context">
<description>This page is where you can define the project&apos;s build path.</description>
<topic label="Viewing and Editing a Project&apos;s Build Path" href="tasks/tasks-111.htm"/>
<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.</description>
<topic label="Classpath Variables Preferences" href="reference/ref-15.htm"/>
<topic label="Adding a Variable Class Path Entry" href="tasks/tasks-114.htm"/>
<topic label="Deleting a Class Path Variable" href="tasks/tasks-118.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.</description>
<topic label="Code Formatter Preferences" href="reference/ref-17.htm"/>
<topic label="Formatting Java Code" href="tasks/tasks-66.htm"/>
</context>
<context id="source_attachment_property_page_context">
<description>This page is where you can attach source code to a JAR file.</description>
<topic label="Source Attachment Properties" href="reference/ref-124.htm"/>
<topic label="Attaching Source to a JAR File" href="tasks/tasks-115.htm"/>
<topic label="Attaching Source to a Classpath Variable" href="tasks/tasks-116.htm"/>
</context>
<context id="jre_preference_page_context">
<description>This page is where you can add, remove, and edit JREs install definitions.</description>
<topic label="JRE Installations Preferences" href="reference/ref-19.htm"/>
<topic label="Working with JREs" href="tasks/tasks-JREs.htm"/>
<topic label="Choosing a JRE for Launching a Project" href="tasks/tasks-124.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&apos;s source.</description>
</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&apos;s JRE is different from the default JRE selected in the preferences.</description>
<topic label="Choosing a JRE for Launching a Project" href="tasks/tasks-124.htm"/>
<topic label="Working with JREs" href="tasks/tasks-JREs.htm"/>
<topic label="JRE Installations Preferences" href="reference/ref-19.htm"/>
</context>
<context id="code_manipulation_preference_context">
<description>Specify the behavior of all code generation actions.</description>
<topic label="Code Style Preferences" href="reference/ref-preferences-code-generation.htm"/>
<topic label="Code Template Preferences" href="reference/ref-preferences-code-templates.htm"/>
<topic label="Generating getters and setters" href="tasks/tasks-57.htm"/>
</context>
<context id="compiler_preference_page_context">
<description>Specify the behavior of the JDT Java compiler.</description>
<topic label="Java Compiler Preferences" href="reference/ref-preferences-compiler.htm"/>
<topic label="Java Builder" href="concepts/concepts-4.htm"/>
<topic label="Building a Java program" href="tasks/tasks-106.htm"/>
</context>
<context id="template_preference_page_context">
<description>Define and manage your code templates.</description>
<topic label="Java Templates Preferences" href="reference/ref-preferences-templates.htm"/>
<topic label="Using templates" href="tasks/tasks-171.htm"/>
<topic label="Writing your own templates" href="tasks/tasks-203.htm"/>
<topic label="Templates Concepts" href="concepts/ctemplates.htm"/>
</context>
<context id="new_java_project_preference_page_context">
<description>Specify the path for the application for generating Javadoc.</description>
<topic label="Creating a new Java project" href="tasks/tasks-12.htm"/>
<topic label="Creating a Java project as its own source container" href="tasks/tasks-13.htm"/>
<topic label="Creating a Java project with source folders" href="tasks/tasks-14.htm"/>
<topic label="Creating a new source folder with exclusion filter" href="tasks/tasks-221.htm"/>
<topic label="Creating a new source folder with specific output folder" href="tasks/tasks-222.htm"/>
<topic label="Java Projects" href="concepts/concepts-3.htm"/>
</context>
<context id="java_element_info_page_context">
<description>Displays file system information about the selected Java element.</description>
</context>
<!-- Wizard pages -->
<context id="new_javaproject_wizard_page_context">
<description>This wizard helps you create a new Java project.</description>
<topic label="Java projects" href="concepts/concepts-3.htm"/>
<topic label="Creating a Java project as its own source container" href="tasks/tasks-13.htm"/>
<topic label="Creating a Java project with source folders" href="tasks/tasks-14.htm"/>
<topic label="Creating a new source folder with exclusion filter" href="tasks/tasks-221.htm"/>
<topic label="Creating a new source folder with specific output folder" href="tasks/tasks-222.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.</description>
<topic label="Creating a scrapbook page" href="tasks/tasks-149.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.</description>
<topic label="Creating a new Java package" href="tasks/tasks-15.htm"/>
<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.</description>
<topic label="Creating a top-level class" href="tasks/tasks-18.htm"/>
<topic label="Creating a nested class" href="tasks/tasks-19.htm"/>
<topic label="Creating a class in an existing compilation unit" href="tasks/tasks-20.htm"/>
<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.</description>
<topic label="Creating a new Java enum" href="tasks/tasks-17b.htm"/>
<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.</description>
<topic label="Creating a top-level interface" href="tasks/tasks-23.htm"/>
<topic label="Creating a nested interface" href="tasks/tasks-24.htm"/>
<topic label="Creating a new interface in an existing compilation unit" href="tasks/tasks-25.htm"/>
<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.</description>
<topic label="Creating a new Java annotation" href="tasks/tasks-21b.htm"/>
<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.</description>
<topic label="Creating a new Java project" href="tasks/tasks-12.htm"/>
<topic label="Creating a new source folder" href="tasks/tasks-26.htm"/>
<topic label="Creating a new source folder with exclusion filter" href="tasks/tasks-221.htm"/>
<topic label="Creating a new source folder with specific output folder" href="tasks/tasks-222.htm"/>
<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.</description>
<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.</description>
<topic label="Running a Java program" href="tasks/tasks-130.htm"/>
<topic label="Run and Debug Actions" href="reference/ref-4.htm"/>
</context>
<context id="jdi_attach_launcher_page_context">
<description>This wizard helps you configure the settings for launching a remote Java application.</description>
<topic label="Connecting to a remote VM with the Remote Java application launch configuration" href="tasks/tasks-141.htm"/>
<topic label="Run and Debug Actions" href="reference/ref-4.htm"/>
</context>
<context id="jar_packager_wizard_page_context">
<description>This wizard helps you set packaging options for exporting resources to a JAR file.</description>
<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.</description>
<topic label="Defining the JAR File&apos;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_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.</description>
<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.</description>
</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 &quot;container name/container specific arguments&quot;.</description>
<topic label="Build classpath" href="concepts/cbuildcp.htm"/>
<topic label="Viewing and editing a project&apos;s build path" href="tasks/tasks-111.htm"/>
<topic label="Adding a library folder to the build path" href="tasks/tasks-112.htm"/>
<topic label="Adding a JAR file to the build path" href="tasks/tasks-113.htm"/>
<topic label="Adding a variable class path entry" href="tasks/tasks-114.htm"/>
<topic label="Attaching source to a JAR file" href="tasks/tasks-115.htm"/>
<topic label="Attaching source to variables" href="tasks/tasks-116.htm"/>
<topic label="Attaching source to a classpath variable" href="tasks/tasks-116.htm"/>
<topic label="Defining a class path variable" href="tasks/tasks-117.htm"/>
<topic label="Deleting a class path variable" href="tasks/tasks-118.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.</description>
<topic label="Code Clean Up" href="tasks/tasks-233.htm"/>
<topic label="The Clean Up Wizard" href="tasks/tasks-234.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.</description>
<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.</description>
<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.</description>
<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.</description>
<topic label="Previewing proposed refactoring changes" href="tasks/tasks-84.htm"/>
<topic label="Refactoring with preview" href="tasks/tasks-83.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="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.</description>
<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.</description>
<topic label="Renaming method parameters" href="tasks/tasks-98.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="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.</description>
<topic label="Extracting a method" href="tasks/tasks-87.htm"/>
<topic label="Opening a Java editor" href="gettingStarted/qs-OpenJavaEditor.htm"/>
<topic label="Adding new methods" href="gettingStarted/qs-AddMethod.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="Using the local history" href="gettingStarted/qs-LocalHistory.htm"/>
<topic label="Extracting a new method" href="gettingStarted/qs-ExtractMethod.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="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.</description>
<topic label="Renaming a package" href="tasks/tasks-90.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="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&apos;s public type are updated to refer to the new name.</description>
<topic label="Renaming a compilation unit" href="tasks/tasks-92.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="Java preferences" href="reference/ref-13.htm"/>
</context>
<context id="rename_method_wizard_page_context">
<description>This dialog helps you rename a method.</description>
<topic label="Renaming a method" href="tasks/tasks-96.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="Java preferences" href="reference/ref-13.htm"/>
</context>
<context id="rename_type_wizard_page_context">
<description>This dialog helps you rename a type.</description>
<topic label="Renaming a type" href="tasks/tasks-94.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="Java preferences" href="reference/ref-13.htm"/>
</context>
<context id="rename_field_wizard_page_context">
<description>This dialog helps you rename a field.</description>
<topic label="Renaming a field" href="tasks/tasks-169.htm"/>
<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.</description>
<topic label="String externalization" href="concepts/cnls.htm"/>
<topic label="Key/value page" href="tasks/tasks-189.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.</description>
<topic label="String externalization" href="concepts/cnls.htm"/>
<topic label="Property file page" href="tasks/tasks-190.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.</description>
<topic label="Extracting a local variable" href="tasks/tasks-159.htm"/>
<topic label="Parameters page" href="tasks/tasks-160.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="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.</description>
<topic label="Renaming method parameters" href="tasks/tasks-98.htm"/>
<topic label="Renaming method parameters - parameters page" href="tasks/tasks-99.htm"/>
<topic label="Changing method signature" href="tasks/tasks-157.htm"/>
<topic label="Changing method signature - parameters page" href="tasks/tasks-158.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="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.</description>
<topic label="Moving static members between types" href="tasks/tasks-167.htm"/>
<topic label="Parameters page" href="tasks/tasks-168.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="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.</description>
<topic label="Pulling members up to superclass" href="tasks/tasks-165.htm"/>
<topic label="Parameters page" href="tasks/tasks-166.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="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.</description>
<topic label="Renaming a local variable" href="tasks/tasks-204.htm"/>
<topic label="Parameters page" href="tasks/tasks-205.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="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.</description>
<topic label="Self encapsulating a field" href="tasks/tasks-162.htm"/>
<topic label="Parameters page" href="tasks/tasks-163.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="Java preferences" href="reference/ref-13.htm"/>
</context>
<!-- Reused UI Blocks -->
<context id="build_paths_context">
<description>A page for defining the build classpath for the project.</description>
<topic label="Build class path" href="concepts/concepts-4.htm"/>
<topic label="Viewing and editing a project&apos;s build path" href="tasks/tasks-111.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.</description>
<topic label="Build class path" href="concepts/concepts-4.htm"/>
<topic label="Attaching source to a JAR file" href="tasks/tasks-115.htm"/>
<topic label="Attaching source to a classpath variable" href="tasks/tasks-116.htm"/>
<topic label="Attaching source to JAR files and variables" href="reference/ref-124.htm"/>
</context>
<!-- Preference pages -->
<context id="organizeimports_preference_page_context">
<description>On this page you can define the sort order of import statements.</description>
<topic label="Organize imports preferences" href="reference/ref-22.htm"/>
<topic label="Adding required import statements" href="tasks/tasks-59.htm"/>
<topic label="Organizing existing import statements" href="tasks/tasks-60.htm"/>
<topic label="Setting the order of import statements" href="tasks/tasks-61.htm"/>
</context>
<context id="java_base_preference_page_context">
<description>On this page you can indicate your preferences for the general Java tooling settings.</description>
<topic label="Java preferences" href="reference/ref-13.htm"/>
</context>
<context id="refactoring_preference_page_context">
<description>On this page you can indicate your preferences when performing a refactoring.</description>
<topic label="Refactoring support" href="concepts/concepts-9.htm"/>
<topic label="Refactoring reference" href="reference/ref-115.htm"/>
<topic label="Refactoring tasks" href="tasks/tasks-80.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.</description>
<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"/>
<topic label="Using the Java editor" href="tasks/tasks-54.htm"/>
</context>
<!-- Search -->
<context id="java_search_page_context">
<description>On this page you can search for references to and declarations of Java elements.</description>
<topic label="Java Searching" href="concepts/concepts-8.htm"/>
<topic label="Searching the workbench" href="gettingStarted/qs-11.htm"/>
<topic label="Conducting a Java search using the search dialog" href="tasks/tasks-103.htm"/>
<topic label="Conducting a Java search using pop-up menus" href="tasks/tasks-104.htm"/>
<topic label="Java search tab" href="reference/ref-131.htm"/>
<topic label="Search menu" href="reference/ref-menu-search.htm"/>
</context>
<!-- Custom Filters -->
<context id="open_custom_filters_dialog_context">
<description>On this page you can activate and deactivate filters.</description>
<topic label="Filtering elements" href="tasks/tasks-47.htm"/>
<topic label="Showing and hiding system files" href="tasks/tasks-3.htm"/>
<topic label="Showing and hiding CLASS files generated for inner" href="tasks/tasks-4.htm"/>
<topic label="Showing and hiding libraries" href="tasks/tasks-5.htm"/>
<topic label="Showing and hiding empty packages " href="tasks/tasks-183.htm"/>
<topic label="Showing and hiding empty parent packages " href="tasks/tasks-184.htm"/>
<topic label="Showing and hiding Java files " href="tasks/tasks-185.htm"/>
<topic label="Showing and hiding non-Java elements" href="tasks/tasks-186.htm"/>
</context>
<!-- NEW CONTEXT IDs -->
<context id="sort_members_action">
<description>This command sorts the members in this compilation unit.</description>
<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.</description>
<topic label="Edit actions" href="reference/ref-menu-edit.htm"/>
</context>
<context id="format_action">
<description>This command formats the selected text.</description>
<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.)</description>
<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.</description>
<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.</description>
</context>
<context id="tasktags_property_page_context">
<description>This page is where you can define the project-specific task tags.</description>
</context>
<context id="compiler_property_page_context">
<description>This page is where you can define the project-specific compiler settings.</description>
</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.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
<topic label="Navigate actions" href="reference/ref-menu-navigate.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.</description>
<topic label="Sorting elements in Java views" href="tasks/tasks-195.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.</description>
</context>
<context id="appearance_preference_page_context">
<description>On this page you can indicate your preferences for the appearence of Java views.</description>
</context>
<context id="addjtoclasspath_action_context">
<description>This command adds the selected JAR to the project's classpath.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
<topic label="Refactor actions" href="reference/ref-menu-refactor.htm"/>
</context>
<context id="next_change_action">
<description>This command navigates to the next change.</description>
</context>
<context id="previous_change_action">
<description>This command navigates to the previous change.</description>
</context>
<context id="goto_next_member_action">
<description>This command moves the caret to the next member.</description>
<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.</description>
<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.</description>
<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.</description>
</context>
<context id="inline_action">
<description>This command opens a dialog that will help you to inline a method, local variable or constant.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
</context>
<context id="extract_constant_page_context">
<description>This dialog helps you to extract a selected expression to a constant.</description>
<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.</description>
<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.</description>
<topic label="Java views" href="concepts/concepts-6.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.</description>
<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.</description>
<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.</description>
<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.</description>
<topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
</context>
<context id="java_select_marker_ruler_action">
<description>This command activates Quick Fix.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
<topic label="Navigate actions" href="reference/ref-menu-navigate.htm"/>
</context>
<context id="content_assist_action">
<description>This command opens content assist.</description>
<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.</description>
<topic label="Package Explorer view" href="reference/ref-view-package-explorer.htm"/>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="layout_hierarchical_action">
<description>This command changes the view to a hierarchical layout.</description>
<topic label="Package Explorer view" href="reference/ref-view-package-explorer.htm"/>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="show_javadoc_action">
<description>This command shows Javadoc for the selected element.</description>
<topic label="Javadoc location" href="reference/ref-dialog-javadoc-location.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.</description>
<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.</description>
<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.</description>
</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.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
<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.</description>
<topic label="Java views" href="concepts/concepts-6.htm"/>
</context>
<context id="generate_javadoc_action">
<description>This command generates Javadoc for a project.</description>
<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.</description>
</context>
<context id="cp_edit_user_library">
<description>Select a name for the user library.</description>
</context>
<context id="cp_export_user_library">
<description>Select the libraries to export and a location to export the libraries to.</description>
</context>
<context id="cp_import_user_library">
<description>Select the libraries to import by clicking on 'Browse...'</description>
</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.</description>
</context>
<context id="todo_task_input_dialog_context">
<description>Specify a tag and its correspoding priority.</description>
</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.</description>
</context>
<context id="bp_create_new_folder_dialog">
<description>This dialog allows to create a new folder in the file system.</description>
</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...'</description>
</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.</description>
</context>
</contexts>