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) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jline.consoleui.prompt that return types with arguments of type PromptResultItemIFModifier and TypeMethodDescriptionConsolePrompt.prompt(Function<Map<String, PromptResultItemIF>, List<PromptableElementIF>> promptableElementLists) Deprecated, for removal: This API element is subject to removal in a future version.ConsolePrompt.prompt(List<PromptableElementIF> promptableElementList) Deprecated, for removal: This API element is subject to removal in a future version.Useinstead.invalid reference
org.jline.prompt.Prompter#prompt(java.util.List, java.util.List)ConsolePrompt.prompt(List<org.jline.utils.AttributedString> headerIn, Function<Map<String, PromptResultItemIF>, List<PromptableElementIF>> promptableElementLists) Deprecated, for removal: This API element is subject to removal in a future version.Useinstead.invalid reference
org.jline.prompt.Prompter#prompt(java.util.List, java.util.function.Function)ConsolePrompt.prompt(List<org.jline.utils.AttributedString> header, List<PromptableElementIF> promptableElementList) Deprecated, for removal: This API element is subject to removal in a future version.Useinstead.invalid reference
org.jline.prompt.Prompter#prompt(java.util.List, java.util.List)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) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.jline.consoleui.prompt with type arguments of type PromptResultItemIFModifier and TypeMethodDescriptionConsolePrompt.prompt(Function<Map<String, PromptResultItemIF>, List<PromptableElementIF>> promptableElementLists) Deprecated, for removal: This API element is subject to removal in a future version.Useinstead.invalid reference
org.jline.prompt.Prompter#prompt(java.util.List, java.util.function.Function)ConsolePrompt.prompt(List<org.jline.utils.AttributedString> headerIn, Function<Map<String, PromptResultItemIF>, List<PromptableElementIF>> promptableElementLists) Deprecated, for removal: This API element is subject to removal in a future version.Useinstead.invalid reference
org.jline.prompt.Prompter#prompt(java.util.List, java.util.function.Function)protected voidConsolePrompt.prompt(List<org.jline.utils.AttributedString> headerIn, List<PromptableElementIF> promptableElementList, Map<String, PromptResultItemIF> resultMap) Deprecated, for removal: This API element is subject to removal in a future version.Prompt a list of choices (questions).
invalid reference