From b5e0eaa9f217263c5ddae23fbbef74c4f86d790c Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 21 Apr 2015 10:47:19 +0200 Subject: [PATCH] [site] "user interface components" restructured --- _SUMMARY.md | 16 ++++++++-------- user_interface_components.md | 18 +++++++++--------- .../dialog_wrapper.md | 0 .../editor_components.md | 0 .../file_and_class_choosers.md | 0 .../lists_and_trees.md | 0 .../misc_swing_components.md | 0 .../notifications.md | 0 .../popups.md | 0 .../tool_windows.md | 0 10 files changed, 17 insertions(+), 17 deletions(-) rename dialog_wrapper.md => user_interface_components/dialog_wrapper.md (100%) rename editor_components.md => user_interface_components/editor_components.md (100%) rename file_and_class_choosers.md => user_interface_components/file_and_class_choosers.md (100%) rename lists_and_trees.md => user_interface_components/lists_and_trees.md (100%) rename misc_swing_components.md => user_interface_components/misc_swing_components.md (100%) rename notifications.md => user_interface_components/notifications.md (100%) rename popups.md => user_interface_components/popups.md (100%) rename tool_windows.md => user_interface_components/tool_windows.md (100%) diff --git a/_SUMMARY.md b/_SUMMARY.md index 448eab607..1bdef15cc 100644 --- a/_SUMMARY.md +++ b/_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) diff --git a/user_interface_components.md b/user_interface_components.md index 03b20026e..319e4e323 100644 --- a/user_interface_components.md +++ b/user_interface_components.md @@ -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 diff --git a/dialog_wrapper.md b/user_interface_components/dialog_wrapper.md similarity index 100% rename from dialog_wrapper.md rename to user_interface_components/dialog_wrapper.md diff --git a/editor_components.md b/user_interface_components/editor_components.md similarity index 100% rename from editor_components.md rename to user_interface_components/editor_components.md diff --git a/file_and_class_choosers.md b/user_interface_components/file_and_class_choosers.md similarity index 100% rename from file_and_class_choosers.md rename to user_interface_components/file_and_class_choosers.md diff --git a/lists_and_trees.md b/user_interface_components/lists_and_trees.md similarity index 100% rename from lists_and_trees.md rename to user_interface_components/lists_and_trees.md diff --git a/misc_swing_components.md b/user_interface_components/misc_swing_components.md similarity index 100% rename from misc_swing_components.md rename to user_interface_components/misc_swing_components.md diff --git a/notifications.md b/user_interface_components/notifications.md similarity index 100% rename from notifications.md rename to user_interface_components/notifications.md diff --git a/popups.md b/user_interface_components/popups.md similarity index 100% rename from popups.md rename to user_interface_components/popups.md diff --git a/tool_windows.md b/user_interface_components/tool_windows.md similarity index 100% rename from tool_windows.md rename to user_interface_components/tool_windows.md