Toolbar
Use the toolbar buttons to show or hide the corresponding categories of JSF elements. All the buttons are toggles that enable or disable displaying a category.
| Item | Tooltip | Description |
|---|---|---|
| Show from libraries |
Click this button to show or hide the external library elements referenced from the source code of your JSF elements.
Note that enabling this option does not add a separate category to the tree view. It just makes the view scope broader adding to it the libraries that the corresponding modules depend on. As a result, the external library elements are shown in the appropriate JSF categories. |
| Show Managed Beans | Click this button to show or hide managed beans. |
| Show Converters | Click this button to show or hide converters. |
| Show Components | Click this button to show or hide (UI) components. |
| Show Renderers | Click this button to show or hide renderers. |
| Show Validators | Click this button to show or hide validators. |
Opening elements in the editor
You can open the elements shown in the JSF tool window in the editor. To do that, select the element of interest and press F4F4.
To open the elements which are the "leaves" of the tree (i. e. the ones at the bottom of the hierarchy), you can also use a double click.


