Doc pane
The Doc pane shows reference documentation for the java class that is currently in the Source pane. It does not display documentation for the currently highlighted class.
To display the Doc pane, first display the java source in the Source pane. Then, click the Doc tab.
To view the documentation for a class or method,
- In the Source pane, right-click on a Java class name or method name, and select Browse Symbol At Cursor.
The Java source file for the class name or method name appears in the Source pane. If the source file is not available, an outline of the source file appears, showing public method signatures. The Java source file is added to the opened files list, and the AppBrowser switches to the Opened Files Browser mode.
- Click the Doc tab, which looks for documentation of the class that is in the current Source pane.
- To get back to your code, click the Project tab.
To switch to the documentation again, click the Opened tab.
See also:
Context-sensitive help: The AppBrowser
User's Guide: The AppBrowser