Uses of Class
org.jline.consoleui.prompt.builder.TextBuilder
Packages that use TextBuilder
-
Uses of TextBuilder in org.jline.consoleui.prompt.builder
Methods in org.jline.consoleui.prompt.builder that return TextBuilderModifier and TypeMethodDescriptionTextBuilder.addLine(AttributedString text) TextBuilder.addLine(AttributedStyle style, String line) TextBuilder.addLines(AttributedString... lines) TextBuilder.addLines(AttributedStyle style, String... lines) PromptBuilder.createText()