Uses of Interface
org.jline.consoleui.elements.items.ListItemIF
-
Packages that use ListItemIF Package Description org.jline.consoleui.elements org.jline.consoleui.elements.items org.jline.consoleui.elements.items.impl org.jline.consoleui.prompt -
-
Uses of ListItemIF in org.jline.consoleui.elements
Methods in org.jline.consoleui.elements that return types with arguments of type ListItemIF Modifier and Type Method Description java.util.List<ListItemIF>ListChoice. getListItemList()Constructor parameters in org.jline.consoleui.elements with type arguments of type ListItemIF Constructor Description ListChoice(java.lang.String message, java.lang.String name, int pageSize, PageSizeType pageSizeType, java.util.List<ListItemIF> listItemList) -
Uses of ListItemIF in org.jline.consoleui.elements.items
Subinterfaces of ListItemIF in org.jline.consoleui.elements.items Modifier and Type Interface Description interfaceChoiceItemIF -
Uses of ListItemIF in org.jline.consoleui.elements.items.impl
Classes in org.jline.consoleui.elements.items.impl that implement ListItemIF Modifier and Type Class Description classChoiceItemclassListItemclassSeparator -
Uses of ListItemIF in org.jline.consoleui.prompt
Classes in org.jline.consoleui.prompt with type parameters of type ListItemIF Modifier and Type Class Description protected static classAbstractPrompt.ListChoicePrompt<T extends ListItemIF>Methods in org.jline.consoleui.prompt with type parameters of type ListItemIF Modifier and Type Method Description static <T extends ListItemIF>
AbstractPrompt.ListChoicePrompt<T>AbstractPrompt.ListChoicePrompt. getPrompt(org.jline.terminal.Terminal terminal, org.jline.utils.Display display, java.util.List<org.jline.utils.AttributedString> header, org.jline.utils.AttributedString message, java.util.List<T> listItems, int pageSize, ConsolePrompt.UiConfig cfg)
-