Module dui.PopupBox
Constructor Summary |
---|
Methods Summary | |
---|---|
static void |
information(char message, char title) Create an information popup dialog. |
static void |
information(Window parent, char message, char title) Create an information popup dialog. |
static void |
information(String message, String title) Create an information popup dialog. |
static void |
information(Window parent, String message, String title) Create an information popup dialog. |
static void |
error(char message, char title) Create an error popup dialog. |
static void |
error(Window parent, char message, char title) Create an error popup dialog. |
static void |
error(String message, String title) Create an error popup dialog. |
static void |
error(Window parent, String message, String title) Create an error popup dialog. |
static bit |
yesNo(char message, char title) Create an 'yes' or 'no' popup dialog. |
static bit |
yesNo(Window parent, char message, char title) Create an 'yes' or 'no' popup dialog. |
static bit |
yesNo(String message, String title) Create an 'yes' or 'no' popup dialog. |
static bit |
yesNo(Window parent, String message, String title) Create an 'yes' or 'no' popup dialog. |
static Response |
yesNoCancel(char message, char title) Create an 'yes', 'no' or 'cancel' popup dialog. |
static Response |
yesNoCancel(Window parent, char message, char title) Create an 'yes', 'no' or 'cancel' popup dialog. |
static Response |
yesNoCancel(String message, String title) Create an 'yes', 'no' or 'cancel' popup dialog. |
static Response |
yesNoCancel(Window parent, String message, String title) Create an 'yes', 'no' or 'cancel' popup dialog. |