Package | Description |
---|---|
xdev.ui |
Modifier and Type | Method and Description |
---|---|
static UIUtils.MessageDialogType |
UIUtils.MessageDialogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIUtils.MessageDialogType[] |
UIUtils.MessageDialogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Object |
UIUtils.showConfirmMessage(String title,
String message,
Collection<?> options,
int selectedIndex,
UIUtils.MessageDialogType messageDialogType)
Brings up a simple confirm dialog with the specified icon.
|
static Object |
UIUtils.showConfirmMessage(String title,
String message,
Object[] options,
int selectedIndex,
UIUtils.MessageDialogType messageDialogType)
Brings up a simple confirm dialog with the specified icon.
|
static boolean |
UIUtils.showConfirmMessage(String title,
String message,
String ok,
String cancel,
UIUtils.MessageDialogType messageDialogType)
Brings up a simple confirm dialog with the specified icon.
|
static void |
UIUtils.showMessage(String title,
String message,
UIUtils.MessageDialogType messageDialogType)
Brings up a dialog that displays a message using a default icon
determined by the
messageType parameter. |
Copyright © 2003–2021 XDEV Software. All rights reserved.