Uses of Interface
org.jline.prompt.ListSeparatorBuilder
Packages that use ListSeparatorBuilder
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of ListSeparatorBuilder in org.jline.prompt
Methods in org.jline.prompt that return ListSeparatorBuilderModifier and TypeMethodDescriptionListBuilder.newSeparator()Create a new separator with no text.ListBuilder.newSeparator(String text) Create a new separator with the given text.Set the separator text. -
Uses of ListSeparatorBuilder in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement ListSeparatorBuilderModifier and TypeClassDescriptionclassDefault implementation of ListSeparatorBuilder.Methods in org.jline.prompt.impl that return ListSeparatorBuilderModifier and TypeMethodDescriptionDefaultListBuilder.newSeparator()DefaultListBuilder.newSeparator(String text)