IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Tabs

Edit pageLast modified: 07 August 2024

Tabs organize content in dialogs by grouping similar UI controls.

01 tabs example

In code editors, tabs are created with another component — JBEditorTabs. It supports extended functionality like icons, closeable, and draggable tabs. Do not use this component in dialogs.

In tool windows, tabs are generated automatically. See also Tool window.