IntelliJ Plugin Development Notes
  • Plugin Development Notes for JetBrains IDEs
  • Project Setup
    • Target a Specific IDE
  • OpenAPI
    • Actions
      • DumbAwareAction
    • Options
      • SettingsEditor
  • UI
    • Navigation
    • Tool Window
    • Icons
    • Project Wizard
    • Internationalization
    • Status Bar
    • Layout Managers
    • Text
    • Dialogs
    • Services Tool Window
  • Common Patterns
    • PSI Facade
    • Smart Mode and Dumb Mode
    • Lazy
  • Official Documentation
    • IntelliJ Platform SDK DevGuide
    • IntelliJ SDK Platform Documentation (GitHub)
    • Design Guidelines
    • Getting Started With IntelliJ
    • Creating IntelliJ Platform SDK Code Samples
  • Example Code
    • IntelliJ IDEA - Community Edition (Upsource)
    • IntelliJ IDEA Community Edition (GitHub)
    • Code Samples from SDK Docs
    • Open Source IntelliJ Plugins
    • Gradle Plugin Examples
    • IntelliJ Platform Plugin Template
  • Community
    • JetBrains Platform Slack
    • JetBrains Community Discord
    • Open API Community Support
  • Misc Links
    • FileDocumentManager Examples
  • Tools
    • Indices viewer
    • PsiViewer
    • UI Inspector
    • IntelliJ Platform Explorer
    • Plugin Validator
  • Tutorials
    • Publishing and Distributing a development build
    • Add New Module Type to the New Project Wizard
    • Auto-detect Executable File
  • Questions
    • Where are persistant state and settings files
Powered by GitBook
On this page
  • Classes
  • Tool Window Content
  • Recommendations
  • Internationalization
  • Reference
  • Extension Points

Was this helpful?

  1. UI

Tool Window

Help Documentation

UI Guidelines

SDK Sample Code

Classes

Tool Window Content

com.intellij.openapi.ui.SimpleToolWindowPanel

Recommendations

Internationalization

Reference

Extension Points

PreviousNavigationNextIcons

Last updated 1 year ago

Was this helpful?

https://plugins.jetbrains.com/docs/intellij/tool-windows.html
https://jetbrains.design/intellij/components/tool_window/
https://www.jetbrains.com/help/idea/tool-windows.html
https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/tool_window
com.intellij.toolWindow
https://www.jetbrains.com/help/idea/tool-windows.html
https://jetbrains.design/intellij/components/tool_window/
https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/tool_window