Java Structure page (Structure View Properties dialog box and Editor Options dialog box)
Presents options to allow you to customize how structure elements of Java source files appear in the structure pane.
There are several ways to access the Java Structure page.
From the structure pane:
- Select a Java source file in the project pane.
- Right-click the structure pane.
- Choose Properties.
From the Editor Options dialog box:
- Select Tools|Editor Options.
- Select the Java Structure tab.
Parse Delay
Use the Parse Delay slider to specify how often you want JBuilder to parse your code and register a change to the structure pane.
Structure Order
These are options that determine the order elements in the Java source appear in the structure pane. When all options are checked, the default setting, the elements are grouped by visibility first, within a visibility level they are separated into classes, methods, and fields, and finally, within the classes, methods, and fields groupings, they are sorted alphabetically. If no options are selected, the elements appear in the structure pane in the order they occur in the Java source file.
Group By Visibility
Elements are grouped from the most visible to the least visible; therefore, public elements are followed by protected elements, which are followed by private elements.
Separate Classes/Methods/Fields
Classes appear first in the structure pane, followed by methods, which are followed by the fields of the Java source.
Sort Alphabetically
The structure elements are sorted alphabetically.
Reset button
Resets the Structure Order options to the default settings.