Uses of Interface
org.jline.prompt.CheckboxPrompt
Packages that use CheckboxPrompt
-
Uses of CheckboxPrompt in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement CheckboxPromptModifier and TypeClassDescriptionclassDefault implementation of CheckboxPrompt interface.Constructors in org.jline.prompt.impl with parameters of type CheckboxPromptModifierConstructorDescriptionDefaultCheckboxResult(Set<String> selectedIds, CheckboxPrompt prompt) Create a new DefaultCheckboxResult with the given selected IDs and item.