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