Uses of Interface
org.jline.consoleui.elements.items.CheckboxItemIF
Packages that use CheckboxItemIF
Package
Description
-
Uses of CheckboxItemIF in org.jline.consoleui.elements
Fields in org.jline.consoleui.elements with type parameters of type CheckboxItemIFMethods in org.jline.consoleui.elements that return types with arguments of type CheckboxItemIFConstructor parameters in org.jline.consoleui.elements with type arguments of type CheckboxItemIFModifierConstructorDescriptionCheckbox
(String message, String name, int pageSize, PageSizeType pageSizeType, List<CheckboxItemIF> checkboxItemList) -
Uses of CheckboxItemIF in org.jline.consoleui.elements.items.impl
Classes in org.jline.consoleui.elements.items.impl that implement CheckboxItemIF -
Uses of CheckboxItemIF in org.jline.consoleui.prompt
Fields in org.jline.consoleui.prompt with type parameters of type CheckboxItemIFModifier and TypeFieldDescriptionprivate final List
<CheckboxItemIF> AbstractPrompt.CheckboxPrompt.items
-
Uses of CheckboxItemIF in org.jline.consoleui.prompt.builder
Fields in org.jline.consoleui.prompt.builder with type parameters of type CheckboxItemIFModifier and TypeFieldDescriptionprivate final List
<CheckboxItemIF> CheckboxPromptBuilder.itemList
Methods in org.jline.consoleui.prompt.builder with parameters of type CheckboxItemIFModifier and TypeMethodDescription(package private) void
CheckboxPromptBuilder.addItem
(CheckboxItemIF checkboxItem)