mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
fix links
This commit is contained in:
parent
3ead6b5c7b
commit
2e381657ee
@ -38,4 +38,4 @@ so it's up to the developer to choose which tab control would be more appropriat
|
||||
|
||||
See [](toolbar.md) in the UI Guidelines for an overview.
|
||||
|
||||
[](basic_action_system.md#building-ui-from-actions) covers creating `AnAction`-based toolbars.
|
||||
[](basic_action_system.md#buildingToolbarPopupMenu) covers creating `AnAction`-based toolbars.
|
||||
|
@ -88,7 +88,7 @@ To manage the contents of a tool window, call [`ToolWindow.getContentManager()`]
|
||||
To add a content (tab), first create it by calling [`ContentManager.getFactory().createContent()`](%gh-ic%/platform/ide-core/src/com/intellij/ui/content/ContentManager.java), and then to add it to the tool window using [`ContentManager.addContent()`](%gh-ic%/platform/ide-core/src/com/intellij/ui/content/ContentManager.java).
|
||||
Use `Content.setDisposer()` to register associated `Disposable` (see [](disposers.md)).
|
||||
|
||||
See [`SimpleToolWindowPanel`](%gh-ic%/platform/platform-api/src/com/intellij/openapi/ui/SimpleToolWindowPanel.java) as a convenient base class, supporting [Toolbars](basic_action_system.md#building-ui-from-actions) and both vertical/horizontal layout.
|
||||
See [`SimpleToolWindowPanel`](%gh-ic%/platform/platform-api/src/com/intellij/openapi/ui/SimpleToolWindowPanel.java) as a convenient base class, supporting [Toolbars](basic_action_system.md#buildingToolbarPopupMenu) and both vertical/horizontal layout.
|
||||
|
||||
### Closing Tabs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user