From e43412370a9721c152e47b87dabcc1cad2967d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 29 Jan 2024 16:54:16 +0100 Subject: [PATCH] dialog_wrapper.md: mention DialogBuilder API --- topics/user_interface_components/dialog_wrapper.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/user_interface_components/dialog_wrapper.md b/topics/user_interface_components/dialog_wrapper.md index f4fefc263..65d42bd01 100644 --- a/topics/user_interface_components/dialog_wrapper.md +++ b/topics/user_interface_components/dialog_wrapper.md @@ -26,6 +26,8 @@ It provides the following features: * Y/N for Yes/No actions if they exist in the dialog * Optional Do not ask again checkbox +> There's also a DSL-like API via [`DialogBuilder`](%gh-ic%/platform/platform-api/src/com/intellij/openapi/ui/DialogBuilder.java). + ### Usage When using the [`DialogWrapper`](%gh-ic%/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapper.java) class for a dialog, follow these required steps: