Uses of Interface
org.jline.consoleui.elements.items.ListItemIF
Packages that use ListItemIF
Package
Description
-
Uses of ListItemIF in org.jline.consoleui.elements
Methods in org.jline.consoleui.elements that return types with arguments of type ListItemIFConstructor parameters in org.jline.consoleui.elements with type arguments of type ListItemIFModifierConstructorDescriptionListChoice
(String message, String name, int pageSize, PageSizeType pageSizeType, List<ListItemIF> listItemList) -
Uses of ListItemIF in org.jline.consoleui.elements.items
Subinterfaces of ListItemIF in org.jline.consoleui.elements.items -
Uses of ListItemIF in org.jline.consoleui.elements.items.impl
Classes in org.jline.consoleui.elements.items.impl that implement ListItemIF -
Uses of ListItemIF in org.jline.consoleui.prompt
Classes in org.jline.consoleui.prompt with type parameters of type ListItemIFModifier and TypeClassDescriptionprotected static class
AbstractPrompt.ListChoicePrompt<T extends ListItemIF>
Methods in org.jline.consoleui.prompt with type parameters of type ListItemIFModifier and TypeMethodDescriptionstatic <T extends ListItemIF>
AbstractPrompt.ListChoicePrompt<T> AbstractPrompt.ListChoicePrompt.getPrompt
(org.jline.terminal.Terminal terminal, org.jline.utils.Display display, List<org.jline.utils.AttributedString> header, org.jline.utils.AttributedString message, List<T> listItems, int pageSize, ConsolePrompt.UiConfig cfg)