Uses of Interface
org.jline.prompt.ListItem
Packages that use ListItem
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of ListItem in org.jline.prompt
Subinterfaces of ListItem in org.jline.promptModifier and TypeInterfaceDescriptioninterfaceInterface for separator items in lists and checkboxes.Methods in org.jline.prompt that return types with arguments of type ListItem -
Uses of ListItem in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement ListItemModifier and TypeClassDescriptionclassDefault implementation of ListItem interface.classDefault implementation of SeparatorItem interface.Methods in org.jline.prompt.impl that return types with arguments of type ListItemConstructor parameters in org.jline.prompt.impl with type arguments of type ListItemModifierConstructorDescriptionDefaultListPrompt(String name, String message, List<ListItem> items) DefaultListPrompt(String name, String message, List<ListItem> items, int pageSize) DefaultListPrompt(String name, String message, List<ListItem> items, int pageSize, boolean showPageIndicator) DefaultListPrompt(String name, String message, List<ListItem> items, int pageSize, boolean showPageIndicator, boolean filterable)