Uses of Interface
org.jline.consoleui.elements.PromptableElementIF
Packages that use PromptableElementIF
Package
Description
-
Uses of PromptableElementIF in org.jline.consoleui.elements
Classes in org.jline.consoleui.elements that implement PromptableElementIFModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of PromptableElementIF in org.jline.consoleui.prompt
Methods in org.jline.consoleui.prompt with parameters of type PromptableElementIFModifier and TypeMethodDescriptionprotected PromptResultItemIFConsolePrompt.promptElement(List<org.jline.utils.AttributedString> header, PromptableElementIF pe, PromptResultItemIF oldResult) Method parameters in org.jline.consoleui.prompt with type arguments of type PromptableElementIFModifier and TypeMethodDescriptionConsolePrompt.prompt(Function<Map<String, PromptResultItemIF>, List<PromptableElementIF>> promptableElementLists) Prompt a list of choices (questions).ConsolePrompt.prompt(List<PromptableElementIF> promptableElementList) Prompt a list of choices (questions).ConsolePrompt.prompt(List<org.jline.utils.AttributedString> headerIn, Function<Map<String, PromptResultItemIF>, 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 PromptableElementIFMethods in org.jline.consoleui.prompt.builder with parameters of type PromptableElementIFModifier and TypeMethodDescriptionvoidPromptBuilder.addPrompt(PromptableElementIF promptableElement)