Uses of Interface
org.jline.prompt.CheckboxItem
Packages that use CheckboxItem
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of CheckboxItem in org.jline.prompt
Subinterfaces of CheckboxItem 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 CheckboxItem -
Uses of CheckboxItem in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement CheckboxItemModifier and TypeClassDescriptionclassDefault implementation of CheckboxItem interface.classDefault implementation of SeparatorItem interface.Methods in org.jline.prompt.impl that return types with arguments of type CheckboxItemConstructor parameters in org.jline.prompt.impl with type arguments of type CheckboxItemModifierConstructorDescriptionDefaultCheckboxPrompt(String name, String message, List<CheckboxItem> items) DefaultCheckboxPrompt(String name, String message, List<CheckboxItem> items, int pageSize) DefaultCheckboxPrompt(String name, String message, List<CheckboxItem> items, int pageSize, boolean showPageIndicator) DefaultCheckboxPrompt(String name, String message, List<CheckboxItem> items, int pageSize, boolean showPageIndicator, int minSelections, int maxSelections) DefaultCheckboxPrompt(String name, String message, List<CheckboxItem> items, int pageSize, boolean showPageIndicator, int minSelections, int maxSelections, boolean filterable)