Outline View

The Outline View displays a structured VJET file that is currently open in the editor area and lists structural elements.


In the example below, which is for a VJET source file, the structural elements are: method, varialbes and class.

Outline View

Besides VJET type(ctype,itype,etype,mtype,otype), you can also check other types such as native type or nested type in outline view.

The Outline View Context Menu is introduced below.

Context Menu
Name Description
Open Type Hierarchy Shows the hierarchy of the selected type.
Open Call Hierarchy Shows callers and callees for a selected VJET member.
References Based on the selected VJET element and the search scope searches all the references.
Declarations Based on the selected VJET element and the search scope searches all the declarations.

NOTE: When an element is selected in the outline view, the same element in the editor area will be highlighted correspondingly.


Please refer to the Java Outline View in Java Development User Guide for detailed introduction.

Related reference