Uses of Class
org.jline.utils.AttributedStringBuilder
Packages that use AttributedStringBuilder
-
Uses of AttributedStringBuilder in org.jline.utils
Methods in org.jline.utils that return AttributedStringBuilderModifier and TypeMethodDescriptionAttributedStringBuilder.altCharset
(String altIn, String altOut) Sets the alternate character set sequences for this builder.AttributedStringBuilder.ansiAppend
(String ansi) Appends the specified ANSI-encoded string to this builder.AttributedStringBuilder.append
(char c) Appends the specified character to this builder.AttributedStringBuilder.append
(char c, int repeat) Appends the specified character to this builder multiple times.AttributedStringBuilder.append
(CharSequence csq) Appends the specified character sequence to this builder.AttributedStringBuilder.append
(CharSequence csq, int start, int end) Appends a subsequence of the specified character sequence to this builder.AttributedStringBuilder.append
(CharSequence csq, AttributedStyle style) Appends the specified character sequence to this builder with the specified style.AttributedStringBuilder.append
(AttributedCharSequence str) Appends the specified AttributedCharSequence to this builder.AttributedStringBuilder.append
(AttributedCharSequence str, int start, int end) Appends a subsequence of the specified AttributedCharSequence to this builder.AttributedStringBuilder.append
(AttributedString str) Appends the specified AttributedString to this builder.AttributedStringBuilder.append
(AttributedString str, int start, int end) Appends a subsequence of the specified AttributedString to this builder.AttributedStringBuilder.style
(Function<AttributedStyle, AttributedStyle> style) Updates the current style for this builder using a function.AttributedStringBuilder.style
(AttributedStyle style) Sets the current style for this builder.AttributedStringBuilder.styled
(Function<AttributedStyle, AttributedStyle> style, CharSequence cs) Appends the specified character sequence with a temporarily modified style.AttributedStringBuilder.styled
(Function<AttributedStyle, AttributedStyle> style, Consumer<AttributedStringBuilder> consumer) Performs operations with a temporarily modified style.AttributedStringBuilder.styled
(AttributedStyle style, CharSequence cs) Appends the specified character sequence with the specified style.AttributedStringBuilder.styleMatches
(Pattern pattern, List<AttributedStyle> styles) Applies different styles to different capture groups in pattern matches.AttributedStringBuilder.styleMatches
(Pattern pattern, AttributedStyle s) Applies the specified style to all matches of the pattern in this builder.AttributedStringBuilder.tabs
(int tabsize) Set the number of spaces a tab is expanded to.Sets the tab stops for this attributed string builder.Method parameters in org.jline.utils with type arguments of type AttributedStringBuilderModifier and TypeMethodDescriptionAttributedStringBuilder.styled
(Function<AttributedStyle, AttributedStyle> style, Consumer<AttributedStringBuilder> consumer) Performs operations with a temporarily modified style.