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 TypeClassDescriptionclassResult of a checkbox choice.classResult of a confirmation choice.classResult of an expandable choice.classclassResult of a list choice.classMethods in org.jline.consoleui.prompt that return PromptResultItemIFModifier and TypeMethodDescriptionprotected PromptResultItemIFConsolePrompt.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 PromptResultItemIFConsolePrompt.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 voidConsolePrompt.prompt(List<org.jline.utils.AttributedString> headerIn, List<PromptableElementIF> promptableElementList, Map<String, PromptResultItemIF> resultMap) Prompt a list of choices (questions).