mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
dialog_wrapper.md: mention DialogBuilder API
This commit is contained in:
parent
07259cbb97
commit
e43412370a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user