Searching Through Javadoc Documentation

You can search the Javadoc-generated HTML pages for a specific class, interface, constructor, method, or field. To make a file available for search by the Javadoc search engine, you must have the file's source tree mounted in the IDE as a filesystem. See Mounting a Javadoc Filesystem for instructions.

To search Javadoc pages:

  1. In the Explorer, right-click the Java source file whose documentation you want to search. Or, if the file is open in the Source Editor, right-click anywhere in the file. Then choose Tools and choose Search Javadoc Index.

    The Javadoc Index Search dialog box opens and displays a list of matches.

  2. Click the match that interests you.

    The documentation is displayed in the web browser in the Javadoc Index Search dialog box. To view the documentation in a separate browser window, double-click the match.

Tip To see documentation for Java SDK classes, you must have the Java SDK sources mounted. For information on mounting Java SDK sources, see: Mounting the Java 2 SDK.
See also
Turning Off Exact Case Matching
Generating Javadoc Documentation
Javadoc Index Search

Legal Notices