Previous Next
Filters

A number of filtering controls are provided at the top of the tool. Individual selections are possible in the various drop-downs and the Overridden check box, multiple combinations of filters can be selected using the Filters dialog.
Filters... Button
The Filters... button opens the Filters dialog, where you can select multiple combinations of filters.
The Filters Dialog

  • The Apply button applies the selected filters and leaves the dialog open.

  • The Ok button applies the selected filters and closes the dialog.

  • Click for full size, then use Back button

The Class Browser's Filters dialog has four tabs, the elements in the tabs correspond to those in the drop-downs on the tools.
If multiple combinations are selected, the corresponding drop-downs show the entry, Filtered....
Selecting Filtered... in a drop-down opens the Filters dialog.
Overridden Check Box
Also overridden members are shown when the check box is selected.
Symbols drop-down
The Symbols drop-down specifies the type of symbols shown in the Member List.

All Symbols Shows all members.
Filtered... Means that multiple selections were made in the Filters dialog. Selecting the Filtered... entry itself opens the Filters dialog.

Visibility drop-down
The Visibility drop-down filters the symbol list according to the visibility of the members as seen from the class currently being browsed.

public Shows only public members.
protected Shows only protected members.
local private Shows only local private members, that is, those visible within the class being browsed.
invisible private Shows also private members of other classes, that is, also those that are not visible from the class being browsed.
All Shows members of the classes checkmarked in the Inheritance Graph.
Filtered... Means that multiple selections were made in the Filters dialog. Selecting the Filtered... entry itself opens the Filters dialog.

Modifiers drop-down
The Modifier drop-down filters the symbol list according to modifiers. Note that this includes also implicit modifiers, e.g., overriding or overloaded methods.

All Modifiers Shows all members.
no modifiers Shows only members without modifiers.
Filtered... Means that multiple selections were made in the Filters dialog. Selecting the Filtered... entry itself opens the Filters dialog.
Language-specific modifiers Shows only members modified by the selected modifier.

Filter field
Enter a Regular Expression here and hit
<Return> to filter accordingly. See also Regular expression filters

Previous Next