Uses of Interface
org.jline.prompt.CheckboxBuilder
Packages that use CheckboxBuilder
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of CheckboxBuilder in org.jline.prompt
Methods in org.jline.prompt that return CheckboxBuilderModifier and TypeMethodDescriptionCheckboxBuilder.add()Add the current item to the list.default CheckboxBuilderConvenience method to add a simple checkbox item with name and text.default CheckboxBuilderConvenience method to add a simple checkbox item with name, text, and checked state.default CheckboxBuilderConvenience method to add a checkbox item with all options.CheckboxSeparatorBuilder.add()Add the separator to the checkbox prompt and return to the checkbox builder.CheckboxBuilder.checked(boolean checked) Set whether the current item is checked.PromptBuilder.createCheckboxPrompt()Create a builder for checkbox prompts.CheckboxBuilder.disabled(boolean disabled) Set whether the current item is disabled.CheckboxBuilder.disabledText(String disabledText) Set the disabled text for the current item.CheckboxBuilder.filterable(boolean filterable) Set whether the checkbox list supports inline text filtering.default CheckboxBuilderSet the footer text for the current item.default CheckboxBuilderCheckboxBuilder.maxSelections(int max) Set the maximum number of items that can be selected.default CheckboxBuilderCheckboxBuilder.minSelections(int min) Set the minimum number of items that must be selected.Create a new item with the given ID.CheckboxBuilder.pageSize(int pageSize) Set the page size for pagination.CheckboxBuilder.showPageIndicator(boolean showPageIndicator) Set whether to show page indicators.Set the text for the current item. -
Uses of CheckboxBuilder in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement CheckboxBuilderModifier and TypeClassDescriptionclassDefault implementation of CheckboxBuilder.Methods in org.jline.prompt.impl that return CheckboxBuilderModifier and TypeMethodDescriptionDefaultCheckboxBuilder.add()Add the current item to the list.DefaultCheckboxSeparatorBuilder.add()DefaultCheckboxBuilder.checked(boolean checked) Set whether the current item is checked.DefaultPromptBuilder.createCheckboxPrompt()DefaultCheckboxBuilder.disabled(boolean disabled) Set whether the current item is disabled.DefaultCheckboxBuilder.disabledText(String disabledText) Set the disabled text for the current item.DefaultCheckboxBuilder.filterable(boolean filterable) DefaultCheckboxBuilder.maxSelections(int max) Set the message to display to the user.DefaultCheckboxBuilder.minSelections(int min) Set the name of this prompt.Create a new item with the given ID.DefaultCheckboxBuilder.pageSize(int pageSize) DefaultCheckboxBuilder.showPageIndicator(boolean showPageIndicator) Set the text for the current item.DefaultCheckboxBuilder.transformer(Function<String, String> transformer)