AppBrowser page (Environment Options dialog box)
Use the AppBrowser page of the Environment Options dialog box to configure the behavior of the AppBrowser. You can control:
- How data members and methods are grouped
- How accessors, such as Public and Private, are used to sort the display
- How properties, methods, events, and data members are grouped
- How the Inspector is displayed
To open this page, choose Tools|IDE Options, then click the AppBrowser tab.
Reload Last Opened Project Upon Startup
Automatically reloads the most recently opened project when you start JBuilder .
Grouping
Controls the display of the Structure pane. Both options can be selected.
Separate Data Members and Methods
Separates data members and methods in the Structure pane display.
Group by Accessibility (Private/Protected/Public/Package)
Groups items in the Structure pane display by accessibility.
Accessor Sorting
Rearranges the order in which java files are displayed in the Structure pane.
To move a group, highlight it and choose Up or Down. Up moves the group to the top of the Structure pane display; Down moves it down.
Structure Sorting
Rearranges the order in which properties, methods, events and data members are displayed in the Structure pane.
To move a structure type, highlight it and choose Up or Down. Up moves the structure type to the top of the Structure pane display; Down moves it down.
Inspector
The Inspector is displayed as a stand alone window which can be maximized and minimized. This is the default display mode.
Embedded in AppBrowser
The Inspector is embedded inside the AppBrowser window, and is always displayed at the right edge.
Auto-Hide in AppBrowser
The Inspector is embedded in the AppBrowser at the right edge, but automatically hidden. It is collapsed into a thin vertical bar until you move the mouse over it. When you move the mouse off the Inspector, it automatically hides again.
See also:
Getting Started with JBuilder: Configuring the AppBrowser