Uses of Interface
org.jline.prompt.CheckboxSeparatorBuilder
Packages that use CheckboxSeparatorBuilder
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of CheckboxSeparatorBuilder in org.jline.prompt
Methods in org.jline.prompt that return CheckboxSeparatorBuilderModifier and TypeMethodDescriptionCheckboxBuilder.newSeparator()Create a new separator with no text.CheckboxBuilder.newSeparator(String text) Create a new separator with the given text.Set the separator text. -
Uses of CheckboxSeparatorBuilder in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement CheckboxSeparatorBuilderModifier and TypeClassDescriptionclassDefault implementation of CheckboxSeparatorBuilder.Methods in org.jline.prompt.impl that return CheckboxSeparatorBuilderModifier and TypeMethodDescriptionDefaultCheckboxBuilder.newSeparator()DefaultCheckboxBuilder.newSeparator(String text)