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 TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of PromptableElementIF in org.jline.consoleui.prompt
Methods in org.jline.consoleui.prompt with parameters of type PromptableElementIFModifier 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 PromptableElementIFModifier 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) -
Uses of PromptableElementIF in org.jline.consoleui.prompt.builder
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 TypeMethodDescriptionvoidPromptBuilder.addPrompt(PromptableElementIF promptableElement)
invalid reference