Browsing Class Files

If the sources are available, the Java WorkShop Class Browser enables you to browse the classes, methods, and comments that constitute a program. The Class Browser is based on javadoc, the Java API Documentation Generator.

The Class Browser extracts information from the program's source files and presents it in a format that you can use to:

To browse a program:

  1. Specify the source files you wish to browse. There are two ways to do that: By default, the current Project is automatically entered in the Browse field.

  2. The list of source files is loaded into the Class Browser list area. Click on the file in the list that you wish to browse and its information is displayed in the window.

    When you follow a link to view information in a source file, the file is automatically loaded into the WorkShop source editor.


See also:

Searching for Strings
Java WorkShop Tutorial
What Is a Project?