AbstractDialogBuilder |
Abstract class for dialog building, containing much shared code between different kinds of dialogs
|
ActionListDialog |
Dialog containing a multiple item action list box
|
ActionListDialogBuilder |
Dialog builder for the ActionListDialog class, use this to create instances of that class and to customize
them
|
DialogWindow |
Thin layer on top of the AbstractWindow class that automatically sets properties and hints to the window to
make it act more like a modal dialog window
|
DirectoryDialog |
Dialog that allows the user to iterate the file system and pick directory.
|
DirectoryDialogBuilder |
Dialog builder for the DirectoryDialog class, use this to create instances of that class and to customize
them.
|
FileDialog |
Dialog that allows the user to iterate the file system and pick file to open/save
|
FileDialogBuilder |
Dialog builder for the FileDialog class, use this to create instances of that class and to customize
them
|
ListSelectDialog |
Dialog that allows the user to select an item from a list
|
ListSelectDialogBuilder |
Dialog builder for the ListSelectDialog class, use this to create instances of that class and to customize
them
|
MessageDialog |
Simple message dialog that displays a message and has optional selection/confirmation buttons
|
MessageDialogBuilder |
Dialog builder for the MessageDialog class, use this to create instances of that class and to customize
them
|
MessageDialogButton |
This enum has the available selection of buttons that you can add to a MessageDialog .
|
TextInputDialog |
TextInputDialog is a modal text input dialog that prompts the user to enter a text string.
|
TextInputDialogBuilder |
Dialog builder for the TextInputDialog class, use this to create instances of that class and to customize
them
|
TextInputDialogResultValidator |
Interface to implement for custom validation of text input in a TextInputDialog
|
WaitingDialog |
Dialog that displays a text message, an optional spinning indicator and an optional progress bar.
|