Uses of Class
org.jline.consoleui.prompt.AbstractPrompt.ListChoicePrompt
Packages that use AbstractPrompt.ListChoicePrompt
-
Uses of AbstractPrompt.ListChoicePrompt in org.jline.consoleui.prompt
Methods in org.jline.consoleui.prompt that return AbstractPrompt.ListChoicePromptModifier and TypeMethodDescriptionstatic <T extends ListItemIF>
AbstractPrompt.ListChoicePrompt<T> AbstractPrompt.ListChoicePrompt.getPrompt
(org.jline.terminal.Terminal terminal, List<org.jline.utils.AttributedString> header, org.jline.utils.AttributedString message, List<T> listItems, int pageSize, ConsolePrompt.UiConfig cfg)