Uses of Class
org.jline.consoleui.elements.ConfirmChoice.ConfirmationValue
-
Packages that use ConfirmChoice.ConfirmationValue Package Description org.jline.consoleui.elements org.jline.consoleui.prompt org.jline.consoleui.prompt.builder -
-
Uses of ConfirmChoice.ConfirmationValue in org.jline.consoleui.elements
Methods in org.jline.consoleui.elements that return ConfirmChoice.ConfirmationValue Modifier and Type Method Description ConfirmChoice.ConfirmationValue
ConfirmChoice. getDefaultConfirmation()
static ConfirmChoice.ConfirmationValue
ConfirmChoice.ConfirmationValue. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConfirmChoice.ConfirmationValue[]
ConfirmChoice.ConfirmationValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jline.consoleui.elements with parameters of type ConfirmChoice.ConfirmationValue Constructor Description ConfirmChoice(java.lang.String message, java.lang.String name, ConfirmChoice.ConfirmationValue defaultConfirmation)
-
Uses of ConfirmChoice.ConfirmationValue in org.jline.consoleui.prompt
Methods in org.jline.consoleui.prompt that return ConfirmChoice.ConfirmationValue Modifier and Type Method Description ConfirmChoice.ConfirmationValue
ConfirmResult. getConfirmed()
Returns the confirmation value.Constructors in org.jline.consoleui.prompt with parameters of type ConfirmChoice.ConfirmationValue Constructor Description ConfirmResult(ConfirmChoice.ConfirmationValue confirm)
Default constructor. -
Uses of ConfirmChoice.ConfirmationValue in org.jline.consoleui.prompt.builder
Methods in org.jline.consoleui.prompt.builder with parameters of type ConfirmChoice.ConfirmationValue Modifier and Type Method Description ConfirmPromptBuilder
ConfirmPromptBuilder. defaultValue(ConfirmChoice.ConfirmationValue confirmationValue)
-