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<AttributedString> header, PromptableElementIF pe, PromptResultItemIF oldResult) private voidConsolePrompt.removePreviousResult(PromptableElementIF pe) 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<AttributedString> headerIn, Function<Map<String, PromptResultItemIF>, List<PromptableElementIF>> promptableElementLists) Prompt a list of choices (questions). -
Uses of PromptableElementIF in org.jline.consoleui.prompt.builder
Fields in org.jline.consoleui.prompt.builder with type parameters of type PromptableElementIFModifier and TypeFieldDescription(package private) List<PromptableElementIF> PromptBuilder.promptListMethods 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)