dialog_wrapper.md: mention DialogBuilder API

This commit is contained in:
Yann Cébron 2024-01-29 16:54:16 +01:00
parent 07259cbb97
commit e43412370a

View File

@ -26,6 +26,8 @@ It provides the following features:
* <shortcut>Y</shortcut>/<shortcut>N</shortcut> for <control>Yes</control>/<control>No</control> actions if they exist in the dialog
* Optional <control>Do not ask again</control> 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: