Previous Next
Basic components

Graph View
For a description of the abbreviations and typeface used in the Graph View, please see Quick Reference.The Graph View shows the results of the include queries. It always has one root file and extends from left to right. The view shows either files that are included by the root file or files that include the root file (indicated by the direction of the arrows in the nodes). You can limit the amount of information that is shown in the graph by means of filter settings. Each node represents a file.

    Note
    For Java projects, only those files that are actually used are shown. Files in imported packages that are not used in the project are not shown.

File List
The File List is an alphabetical listing of the nodes in the graph. Multiple nodes in the graph are only shown once in the index. When a node is selected in the graph, the corresponding entry in the list is also selected and vice-versa. A right-arrow (>) after a file means that the included files of this file are displayed in the graph; and a left-arrow (<-) after a file means that the files that include this file are displayed in the graph.

Previous Next