This view displays an outline of the structure of the currently-active Java file in the editor area.
| Command | Name | Description | 
|---|---|---|
|  | Go into Top Level Type | Makes the top level type of the compilation unit the new input for this view. Package declaration and import statements are no longer shown. | 
|  | Collapse All | Collapse all top level types. | 
|  | Sort | This option can be toggled to either sort the outline elements in alphabetical order or sequential order, as defined on the Java > Appearance > Member Sort Order preference page. | 
|  | Hide Fields | Shows or hides the fields. | 
|  | Hide Static Fields and Methods | Shows or hides the static fields and methods. | 
|  | Hide Non-Public Members | Shows or hides the non-public fields and methods. | 
|  | Hide Local Types | Shows or hides the local types. |