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 TypeClassDescriptionclassclassclassclassclassclass -
Uses of PromptableElementIF in org.jline.consoleui.prompt
Method parameters in org.jline.consoleui.prompt with type arguments of type PromptableElementIFModifier and TypeMethodDescriptionConsolePrompt.prompt(List<PromptableElementIF> promptableElementList) Prompt a list of choices (questions). -
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)