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 TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of PromptableElementIF in org.jline.consoleui.prompt
Methods in org.jline.consoleui.prompt with parameters of type PromptableElementIFModifier and TypeMethodDescriptionprotected PromptResultItemIF
ConsolePrompt.promptElement
(List<AttributedString> header, PromptableElementIF pe, PromptResultItemIF oldResult) private void
ConsolePrompt.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.promptList
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 TypeMethodDescriptionvoid
PromptBuilder.addPrompt
(PromptableElementIF promptableElement)