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:
From the Editor Options dialog box:
Use the Parse Delay slider to specify how often you want JBuilder to parse your code and register a change to the structure pane. If you work on large files, it's recommended that you increase the parse delay.
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.
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.
Classes appear first in the structure pane, followed by methods, which are followed by the fields of the Java source.
The structure elements are sorted alphabetically.
Resets the Structure Order options to the settings in effect when the dialog box was displayed.