|
Class Summary |
| ErrorDialog |
Pops up an error Dialog with the given message, and a button to close
it. |
| InputDialog |
An extension of PopupDialog that asks the user for input. |
| MessageDialog |
Pops up a Dialog with the given message, and a single button to close
it. |
| PopupDialog |
This class is an abstract class that other Dialogs can extend to
save on standard behaviour, like closing the Window. |
| SingleInputDialog |
An entension of InputDialog that asks the user for a single
String. |
| SingleInputRetriever |
This class retrieves the value inputted in an SingleInputDialog.
|