Uses of Class
org.jline.utils.AttributedStringBuilder
-
Packages that use AttributedStringBuilder Package Description org.jline.utils JLine 3. -
-
Uses of AttributedStringBuilder in org.jline.utils
Methods in org.jline.utils that return AttributedStringBuilder Modifier and Type Method Description AttributedStringBuilder
AttributedStringBuilder. altCharset(java.lang.String altIn, java.lang.String altOut)
AttributedStringBuilder
AttributedStringBuilder. ansiAppend(java.lang.String ansi)
AttributedStringBuilder
AttributedStringBuilder. append(char c)
AttributedStringBuilder
AttributedStringBuilder. append(char c, int repeat)
AttributedStringBuilder
AttributedStringBuilder. append(java.lang.CharSequence csq)
AttributedStringBuilder
AttributedStringBuilder. append(java.lang.CharSequence csq, int start, int end)
AttributedStringBuilder
AttributedStringBuilder. append(java.lang.CharSequence csq, AttributedStyle style)
AttributedStringBuilder
AttributedStringBuilder. append(AttributedCharSequence str)
AttributedStringBuilder
AttributedStringBuilder. append(AttributedCharSequence str, int start, int end)
AttributedStringBuilder
AttributedStringBuilder. append(AttributedString str)
AttributedStringBuilder
AttributedStringBuilder. append(AttributedString str, int start, int end)
AttributedStringBuilder
AttributedStringBuilder. style(java.util.function.Function<AttributedStyle,AttributedStyle> style)
AttributedStringBuilder
AttributedStringBuilder. style(AttributedStyle style)
AttributedStringBuilder
AttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.lang.CharSequence cs)
AttributedStringBuilder
AttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.util.function.Consumer<AttributedStringBuilder> consumer)
AttributedStringBuilder
AttributedStringBuilder. styled(AttributedStyle style, java.lang.CharSequence cs)
AttributedStringBuilder
AttributedStringBuilder. styleMatches(java.util.regex.Pattern pattern, java.util.List<AttributedStyle> styles)
AttributedStringBuilder
AttributedStringBuilder. styleMatches(java.util.regex.Pattern pattern, AttributedStyle s)
AttributedStringBuilder
AttributedStringBuilder. tabs(int tabsize)
Set the number of spaces a tab is expanded to.AttributedStringBuilder
AttributedStringBuilder. tabs(java.util.List<java.lang.Integer> tabs)
Method parameters in org.jline.utils with type arguments of type AttributedStringBuilder Modifier and Type Method Description AttributedStringBuilder
AttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.util.function.Consumer<AttributedStringBuilder> consumer)
-