Uses of Enum Class
org.jline.consoleui.elements.ConfirmChoice.ConfirmationValue
Packages that use ConfirmChoice.ConfirmationValue
Package
Description
-
Uses of ConfirmChoice.ConfirmationValue in org.jline.consoleui.elements
Methods in org.jline.consoleui.elements that return ConfirmChoice.ConfirmationValueModifier and TypeMethodDescriptionConfirmChoice.getDefaultConfirmation()
Returns the enum constant of this class with the specified name.static ConfirmChoice.ConfirmationValue[]
ConfirmChoice.ConfirmationValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jline.consoleui.elements with parameters of type ConfirmChoice.ConfirmationValueModifierConstructorDescriptionConfirmChoice
(String message, String name, ConfirmChoice.ConfirmationValue defaultConfirmation) -
Uses of ConfirmChoice.ConfirmationValue in org.jline.consoleui.prompt
Methods in org.jline.consoleui.prompt that return ConfirmChoice.ConfirmationValueConstructors in org.jline.consoleui.prompt with parameters of type ConfirmChoice.ConfirmationValueModifierConstructorDescriptionDefault constructor. -
Uses of ConfirmChoice.ConfirmationValue in org.jline.consoleui.prompt.builder
Methods in org.jline.consoleui.prompt.builder with parameters of type ConfirmChoice.ConfirmationValueModifier and TypeMethodDescriptionConfirmPromptBuilder.defaultValue
(ConfirmChoice.ConfirmationValue confirmationValue)