Package org.jline.consoleui.elements
Class ConfirmChoice
java.lang.Object
org.jline.consoleui.elements.AbstractPromptableElement
org.jline.consoleui.elements.ConfirmChoice
- All Implemented Interfaces:
PromptableElementIF
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jline.consoleui.elements.AbstractPromptableElement
message, name
-
Constructor Summary
ConstructorsConstructorDescriptionConfirmChoice
(String message, String name) ConfirmChoice
(String message, String name, ConfirmChoice.ConfirmationValue defaultConfirmation) -
Method Summary
Methods inherited from class org.jline.consoleui.elements.AbstractPromptableElement
getMessage, getName
-
Constructor Details
-
ConfirmChoice
-
ConfirmChoice
public ConfirmChoice(String message, String name, ConfirmChoice.ConfirmationValue defaultConfirmation)
-
-
Method Details
-
getDefaultConfirmation
-