Functionality of the
Browser window
Browser window displays hierarchy of items:
- user
- project
- package
- object ( classes, interfaces and forms )
- member ( methods and variables )
This means that every user has some projects, every project consists
of some packages, etc..
You may choose what types of items should be shown in
Browser window. In Browser settings
dialog box choose which type of items is showed in first ( left-most
) listbox or in Mode choice box ( if
it is showed ). In Browser
settings dialog box you can also choose number of types of items to
be displayed.
Multiple selection of items is allowed in listboxes. Thanks to
it you may select some packages and in object listbox you may see hierarchycally
ordered classes from them. See Browser
window settings help.
You may choose ordering of items in
some listboxes too.
Objects may be shown:
- alphabetically sorted
- extends hierarched
Members may be shown:
- without sorting
- alphabetically sorted in objects
- alphabetically sorted
You may consider which "subtypes" of items are shown:
for example you may want to see only classes no interfaces in object listbox.
See Box of checkboxes
part of this help.
Items may consists from more than one parts too.
- Object item:

Consists from:
- Modifiers. It's optional. See Browser
settings Dialog tab Objects.
- 'c', 'i', 'f' - object is class, interface or form.
- 'a', '-' - object is abstract or not.
- 'f', '-' - object is final or not.
- '0', '1' - object is public or package ( without modifiers public ).
- Name of object.
- Variable item:

Consists from:
- Method item:

Consists from:
- Modifiers. It's optional. See Browser
settings Dialog tab Members.
- 'a', '-' - variable is abstract or not.
- 'f', '-' - variable is final or not.
- 'n', '-' - variable is native or not.
- "St", "--" - variable is static or not.
- "Sy", "--" - variable is synchronized or not.
- '0', '1', '2', '3'- object is public, package ( without modifiers public
), protected or private.
- Return type of method. It's optional. See Browser
settings Dialog tab Members.
- Name of method.
- Parameters of method