Package | Description |
---|---|
com.googlecode.lanterna.gui2.dialogs |
Modifier and Type | Method and Description |
---|---|
MessageDialogButton |
MessageDialog.showDialog(WindowBasedTextGUI textGUI)
Opens the dialog by showing it on the GUI and doesn't return until the dialog has been closed
|
static MessageDialogButton |
MessageDialog.showMessageDialog(WindowBasedTextGUI textGUI,
String title,
String text,
MessageDialogButton... buttons)
Shortcut for quickly displaying a message box
|
static MessageDialogButton |
MessageDialogButton.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageDialogButton[] |
MessageDialogButton.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.addButton(MessageDialogButton button)
Adds a button to the dialog
|
static MessageDialogButton |
MessageDialog.showMessageDialog(WindowBasedTextGUI textGUI,
String title,
String text,
MessageDialogButton... buttons)
Shortcut for quickly displaying a message box
|
Copyright © 2016. All rights reserved.