Package | Description |
---|---|
com.panemu.tiwulfx.dialog |
Modifier and Type | Method and Description |
---|---|
MessageDialog.ButtonType |
MessageDialog.DialogType.getDefaultButtonType() |
static MessageDialog.ButtonType |
MessageDialog.ButtonType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageDialog.ButtonType[] |
MessageDialog.ButtonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MessageDialogBuilder |
MessageDialogBuilder.buttonType(MessageDialog.ButtonType buttonType) |
void |
MessageDialog.setButtonType(MessageDialog.ButtonType type)
Set the buttons to be displayed.
|