| AbstractNumberInputDialog |
A base class for prompting users to enter a number into this dialog
|
| BigIntegerNumberInputDialog |
DialogComponentProvider that provides information to create a modal dialog
to prompt for a number larger than an int or long to be input by the user.
|
| InputDialog |
A dialog that has text fields to get user input.
|
| InputWithChoicesDialog |
A dialog that has text fields to get user input.
|
| MultiLineInputDialog |
|
| MultiLineMessageDialog |
|
| NumberInputDialog |
DialogComponentProvider that provides information to create a modal dialog
to prompt for a number (int) to be input by the user.
|
| NumberRangeInputDialog |
An input dialog that accepts number input as discrete values or a range of values using
':' as the range separator.
|
| ObjectChooserDialog<T> |
|
| ReadTextDialog |
General purpose modal dialog to display text in a text area.
|
| SettingsDialog |
|
| StringChoices |
StringEnum objects represent a choice from a limited set of options.
|
| TableChooserDialog<T> |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| TableSelectionDialog<T> |
Dialog for displaying table data in a dialog for the purpose of the user selecting one or
more items from the table.
|