Navigator Panel
The Navigator Panel is a panel in the top-level Main Window.
The Navigator Panel displays the hierarchy of the classes
(including inner classes) and the corresponding
methods for the top Java source
file displayed in the Source Panel.
Clicking on a node in the tree will display the corresponding class or method in
the Source Panel.
tree
The tree consists of class tree nodes and method tree nodes.
- Class - the name of a class is displayed in red. For anonymous inner classes
the name of the interface being implemented or the name of the base class being extended
is displayed. A tool tip displays the corresponding complete class name generated
by the Java compiler (Sun's javac). This tool tip class name is generated heuristically
by JDebugTool depending on the version of JDebugTool corresponding to the JDK that you are using.
- Method - the name of a method (with argument types) is displayed in blue.
context menu
A popup Context Menu is displayed by right clicking on the tree:
- Help... - displays this Help.
©2001-2010. debugtools.com LLC. All rights reserved.