mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
[site] "user interface components" restructured
This commit is contained in:
parent
df439e3782
commit
b5e0eaa9f2
16
_SUMMARY.md
16
_SUMMARY.md
@ -68,14 +68,14 @@
|
||||
* [Work with Icons and Images](advanced_topics/work_with_icons_and_images.html)
|
||||
* [Tomcat Integration](advanced_topics/tomcat_integration.html)
|
||||
* [User Interface Components](user_interface_components.html)
|
||||
* [Tool Windows](tool_windows.html)
|
||||
* [Dialogs](dialog_wrapper.html)
|
||||
* [Popups](popups.html)
|
||||
* [Notifications](notifications.html)
|
||||
* [File and Class Choosers](file_and_class_choosers.html)
|
||||
* [Editor Components](editor_components.html)
|
||||
* [List and Tree Controls](lists_and_trees.html)
|
||||
* [Miscellaneous Swing Components](misc_swing_components.html)
|
||||
* [Tool Windows](user_interface_components/tool_windows.html)
|
||||
* [Dialogs](user_interface_components/dialog_wrapper.html)
|
||||
* [Popups](user_interface_components/popups.html)
|
||||
* [Notifications](user_interface_components/notifications.html)
|
||||
* [File and Class Choosers](user_interface_components/file_and_class_choosers.html)
|
||||
* [Editor Components](user_interface_components/editor_components.html)
|
||||
* [List and Tree Controls](user_interface_components/lists_and_trees.html)
|
||||
* [Miscellaneous Swing Components](user_interface_components/misc_swing_components.html)
|
||||
* [Tutorials](tutorials.html)
|
||||
* [Custom Language Support](cls_tutorial.html)
|
||||
* [Prerequisites](cls_prerequisites.html)
|
||||
|
@ -8,17 +8,17 @@ The IntelliJ Platform includes a large number of custom Swing components. Using
|
||||
|
||||
The following components are particularly noteworthy:
|
||||
|
||||
* *Menus and toolbars* are built using the [Action System](action_system.html)
|
||||
* [Tool Windows](tool_windows.html)
|
||||
* [DialogWrapper](dialog_wrapper.html)
|
||||
* [Popups](popups.html)
|
||||
* [Notifications](notifications.html)
|
||||
* [File and Class Choosers](file_and_class_choosers.html)
|
||||
* [Editor Components](editor_components.html)
|
||||
* [List and Tree Controls](lists_and_trees.html)
|
||||
* *Menus and toolbars* are built using the [Action System](basic_topics/action_system.html)
|
||||
* [Tool Windows](user_interface_components/tool_windows.html)
|
||||
* [Dialogs](user_interface_components/dialog_wrapper.html)
|
||||
* [Popups](user_interface_components/popups.html)
|
||||
* [Notifications](user_interface_components/notifications.html)
|
||||
* [File and Class Choosers](user_interface_components/file_and_class_choosers.html)
|
||||
* [Editor Components](user_interface_components/editor_components.html)
|
||||
* [List and Tree Controls](user_interface_components/lists_and_trees.html)
|
||||
* Tables (TableView) (TBD)
|
||||
* Drag & Drop Helpers (TBD)
|
||||
* [Miscellaneous Swing Components](misc_swing_components.html)
|
||||
* [Miscellaneous Swing Components](user_interface_components/misc_swing_components.html)
|
||||
|
||||
* Messages
|
||||
* JBSplitter
|
||||
|
Loading…
x
Reference in New Issue
Block a user