Uses of Interface
org.jline.consoleui.prompt.PromptResultItemIF
Packages that use PromptResultItemIF
-
Uses of PromptResultItemIF in org.jline.consoleui.prompt
Classes in org.jline.consoleui.prompt that implement PromptResultItemIFModifier and TypeClassDescriptionclass
Result of a checkbox choice.class
Result of a confirmation choice.class
Result of an expandable choice.class
class
Result of a list choice.class
Methods in org.jline.consoleui.prompt that return PromptResultItemIFModifier and TypeMethodDescriptionprotected PromptResultItemIF
ConsolePrompt.promptElement
(List<org.jline.utils.AttributedString> header, PromptableElementIF pe, PromptResultItemIF oldResult) Methods in org.jline.consoleui.prompt that return types with arguments of type PromptResultItemIFModifier 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).ConsolePrompt.prompt
(List<org.jline.utils.AttributedString> header, List<PromptableElementIF> promptableElementList) Prompt a list of choices (questions).Methods in org.jline.consoleui.prompt with parameters of type PromptResultItemIFModifier and TypeMethodDescriptionprotected PromptResultItemIF
ConsolePrompt.promptElement
(List<org.jline.utils.AttributedString> header, PromptableElementIF pe, PromptResultItemIF oldResult) Method parameters in org.jline.consoleui.prompt with type arguments of type PromptResultItemIFModifier and TypeMethodDescriptionConsolePrompt.prompt
(Function<Map<String, PromptResultItemIF>, List<PromptableElementIF>> promptableElementLists) 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).protected void
ConsolePrompt.prompt
(List<org.jline.utils.AttributedString> headerIn, List<PromptableElementIF> promptableElementList, Map<String, PromptResultItemIF> resultMap) Prompt a list of choices (questions).