[site] "user interface components" restructured

This commit is contained in:
Anna Bulenkova 2015-04-21 10:47:19 +02:00
parent df439e3782
commit b5e0eaa9f2
10 changed files with 17 additions and 17 deletions

View File

@ -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)

View File

@ -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