The Objects pane displays members of the object selected in the Packages pane.
It uses a list structure, not a tree structure, to display the objects. For example, instead of showing Innerclass
as a subnode
of Outerclass
, the Object Browser displays them in a list as separate items Outerclass
and
Outerclass.Innerclass
.
You can use filters to specify which objects are displayed. Select filters using the toggle buttons in the toolbar at the top of the Objects pane. The filters are divided into two groups:
By default, all of the member type and access modifier filters are selected, so that all of the package's objects are displayed. If a filter is switched off, no objects matching that filter's criteria are displayed. For example, if only the Class, Private, and Default filters are selected, only classes with private or package-private modifiers are displayed.
See also | |
---|---|
The Object Browser
Packages Pane in the Object Browser Creating a Custom Package Filter Members Pane in the Object Browser |