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.Methods in org.jline.consoleui.prompt that return types with arguments of type PromptResultItemIFModifier and TypeMethodDescriptionConsolePrompt.prompt(List<PromptableElementIF> promptableElementList) Prompt a list of choices (questions).ConsolePrompt.prompt(List<org.jline.utils.AttributedString> header, List<PromptableElementIF> promptableElementList) Prompt a list of choices (questions).