Uses of Enum
com.googlecode.lanterna.gui2.dialogs.MessageDialogButton
Packages that use MessageDialogButton
-
Uses of MessageDialogButton in com.googlecode.lanterna.gui2.dialogs
Subclasses with type arguments of type MessageDialogButton in com.googlecode.lanterna.gui2.dialogsModifier and TypeClassDescriptionenumThis enum has the available selection of buttons that you can add to aMessageDialog.Fields in com.googlecode.lanterna.gui2.dialogs declared as MessageDialogButtonFields in com.googlecode.lanterna.gui2.dialogs with type parameters of type MessageDialogButtonModifier and TypeFieldDescriptionprivate final List<MessageDialogButton> MessageDialogBuilder.buttonsMethods in com.googlecode.lanterna.gui2.dialogs that return MessageDialogButtonModifier and TypeMethodDescriptionMessageDialog.showDialog(WindowBasedTextGUI textGUI) Opens the dialog by showing it on the GUI and doesn't return until the dialog has been closedstatic MessageDialogButtonMessageDialog.showMessageDialog(WindowBasedTextGUI textGUI, String title, String text, MessageDialogButton... buttons) Shortcut for quickly displaying a message boxstatic MessageDialogButtonReturns 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.Methods in com.googlecode.lanterna.gui2.dialogs with parameters of type MessageDialogButtonModifier and TypeMethodDescriptionMessageDialogBuilder.addButton(MessageDialogButton button) Adds a button to the dialogstatic MessageDialogButtonMessageDialog.showMessageDialog(WindowBasedTextGUI textGUI, String title, String text, MessageDialogButton... buttons) Shortcut for quickly displaying a message boxConstructors in com.googlecode.lanterna.gui2.dialogs with parameters of type MessageDialogButtonModifierConstructorDescription(package private)MessageDialog(String title, String text, MessageDialogButton... buttons)