IntelliJ IDEA 2020.1 Help

Seam tool window

View | Tool Windows | Seam

The Seam tool window provides a structured view of your Seam resources. These include annotated Java classes, the appropriate xml files, and the libraries referenced in your Seam components.

The resources are grouped by modules. The modules are the top hierarchical elements in the tree view.

You can expand and collapse the nodes in the tree view, access the dependency diagrams for your Seam components, and open the elements shown in the tool window in the editor.

Toolbar

Use the toolbar buttons to expand and collapse the nodes in the tree view.

Item

Tooltip

Shortcut

Description

icons actions expandall

Expand All

Ctrl+NumPad Plus

Click this button to expand all the nodes.

icons actions collapseall

Collapse All

Ctrl+NumPad -

Click this button to collapse all the nodes.

Context menu

Command

Description

Show Seam Components Dependencies

Use this command to open the diagram that shows the Seam components and dependencies between them for a selected module.

Opening elements in the editor

You can open the elements shown in the Seam tool window in the editor. To do that, select the element of interest and press F4.

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.

Last modified: 15 April 2020