Filtering Elements
The Packages view supports filtering. The filtering options are available from the drop down menu on the view's toolbar.
-
The
Show Referenced Libraries
option can be toggled to display or hide the libraries referenced by the projects in the view. This option is toggled on (
Show
) by default.
-
The
Filter
command filters the view based on the selected pattern(s):
-
.*
hides system files. This filter is enabled (checked) by default.
-
*$*.class
hides inner classes. This filter is useful when drilling down into the contents of a JAR file to hide inner classes. This filter is disabled (unchecked) by default.