Uses of Interface
org.jline.consoleui.elements.PromptableElementIF
-
Packages that use PromptableElementIF Package Description org.jline.consoleui.elements org.jline.consoleui.prompt org.jline.consoleui.prompt.builder -
-
Uses of PromptableElementIF in org.jline.consoleui.elements
Classes in org.jline.consoleui.elements that implement PromptableElementIF Modifier and Type Class Description classAbstractPromptableElementclassCheckboxclassConfirmChoiceclassExpandableChoiceclassInputValueclassListChoiceclassText -
Uses of PromptableElementIF in org.jline.consoleui.prompt
Methods in org.jline.consoleui.prompt with parameters of type PromptableElementIF Modifier and Type Method Description protected PromptResultItemIFConsolePrompt. promptElement(java.util.List<org.jline.utils.AttributedString> header, PromptableElementIF pe, PromptResultItemIF oldResult)Method parameters in org.jline.consoleui.prompt with type arguments of type PromptableElementIF Modifier and Type Method Description java.util.Map<java.lang.String,PromptResultItemIF>ConsolePrompt. prompt(java.util.function.Function<java.util.Map<java.lang.String,PromptResultItemIF>,java.util.List<PromptableElementIF>> promptableElementLists)Prompt a list of choices (questions).java.util.Map<java.lang.String,PromptResultItemIF>ConsolePrompt. prompt(java.util.List<PromptableElementIF> promptableElementList)Prompt a list of choices (questions).java.util.Map<java.lang.String,PromptResultItemIF>ConsolePrompt. prompt(java.util.List<org.jline.utils.AttributedString> headerIn, java.util.function.Function<java.util.Map<java.lang.String,PromptResultItemIF>,java.util.List<PromptableElementIF>> promptableElementLists)Prompt a list of choices (questions). -
Uses of PromptableElementIF in org.jline.consoleui.prompt.builder
Methods in org.jline.consoleui.prompt.builder that return types with arguments of type PromptableElementIF Modifier and Type Method Description java.util.List<PromptableElementIF>PromptBuilder. build()Methods in org.jline.consoleui.prompt.builder with parameters of type PromptableElementIF Modifier and Type Method Description voidPromptBuilder. addPrompt(PromptableElementIF promptableElement)
-