Outline view for Java

This view displays an outline of the structure of the currently-active Java file in the editor area.

Toolbar buttons

Toolbar buttons

Button

Command

Description

Sort button

Sort

This option can be toggled to either sort the outline elements in alphabetical order or sequential order, as defined inside the compilation unit.

Note: Static members are always listed first.

Hide Fields button

Hide Fields

Shows or hides the fields.

Hide Static Members button

Hide Static Members

Shows or hides the static fields and methods.

Hide Non-Public Members button

Hide Non-Public Members

Shows or hides the static fields and methods.

Related concepts

Java editor
Java views

Related tasks

Generating getters and setters
Restoring a deleted workbench element
Setting method breakpoints
Showing and hiding members in Java views
Showing and hiding override indicators
Showing and hiding method return types in Java views
Sorting elements in Java views

Related reference

Override methods
Views and editors