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
Fields in org.jline.consoleui.elements declared as ConfirmChoice.ConfirmationValueModifier and TypeFieldDescriptionprivate ConfirmChoice.ConfirmationValue
ConfirmChoice.defaultConfirmation
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
Fields in org.jline.consoleui.prompt declared as ConfirmChoice.ConfirmationValueModifier and TypeFieldDescription(package private) ConfirmChoice.ConfirmationValue
ConfirmResult.confirmed
private final ConfirmChoice.ConfirmationValue
AbstractPrompt.ConfirmPrompt.defaultValue
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
Fields in org.jline.consoleui.prompt.builder declared as ConfirmChoice.ConfirmationValueModifier and TypeFieldDescriptionprivate ConfirmChoice.ConfirmationValue
ConfirmPromptBuilder.defaultConfirmationValue
Methods in org.jline.consoleui.prompt.builder with parameters of type ConfirmChoice.ConfirmationValueModifier and TypeMethodDescriptionConfirmPromptBuilder.defaultValue
(ConfirmChoice.ConfirmationValue confirmationValue)