Toolbar
Use the toolbar buttons to show or hide the corresponding bean categories. All the buttons are toggles that enable or disable displaying a category.
| Item | Tooltip | Description |
|---|---|---|
| @Named | Click this button to show or hide @Named beans (the elements annotated with @Named). |
| Custom Qualifiers | Click this button to show or hide the elements annotated with custom annotations. |
| Scope Types | Click this button to show or hide scope types (the elements annotated with @ApplicationScoped, @SessionScoped, @RequestScoped, etc.). |
| Deployment Types | Click this button to show or hide deployment types. |
Opening elements in the editor
You can open the elements shown in the CDI 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.

