Enum MessageDialogButton

java.lang.Object
java.lang.Enum<MessageDialogButton>
com.googlecode.lanterna.gui2.dialogs.MessageDialogButton
All Implemented Interfaces:
Serializable, Comparable<MessageDialogButton>, java.lang.constant.Constable

public enum MessageDialogButton extends Enum<MessageDialogButton>
This enum has the available selection of buttons that you can add to a MessageDialog. They are used both for specifying which buttons the dialog will have but is also returned when the user makes a selection