Uses of Class
org.jline.utils.AttributedStringBuilder
-
Packages that use AttributedStringBuilder Package Description org.jline.builtins org.jline.console.impl org.jline.reader.impl org.jline.style org.jline.utils JLine 3. -
-
Uses of AttributedStringBuilder in org.jline.builtins
Methods in org.jline.builtins that return AttributedStringBuilder Modifier and Type Method Description private static AttributedStringBuilder
Options.HelpException. _highlightComment(java.lang.String comment, StyleResolver resolver)
private static AttributedStringBuilder
Options.HelpException. _highlightSyntax(java.lang.String syntax, StyleResolver resolver, boolean subcommand)
Methods in org.jline.builtins with parameters of type AttributedStringBuilder Modifier and Type Method Description private void
TTop. align(AttributedStringBuilder sb, java.lang.String val, int width, TTop.Align align)
AttributedString
Nano.SyntaxHighlighter. highlight(AttributedStringBuilder asb)
(package private) void
Nano.Buffer. highlightDisplayedLine(int curLine, int curOffset, int nextOffset, AttributedStringBuilder line)
-
Uses of AttributedStringBuilder in org.jline.console.impl
Methods in org.jline.console.impl with parameters of type AttributedStringBuilder Modifier and Type Method Description private void
SystemHighlighter. highlightCommand(java.lang.String command, AttributedStringBuilder asb)
private AttributedString
DefaultPrinter. truncate(AttributedStringBuilder asb, int width)
-
Uses of AttributedStringBuilder in org.jline.reader.impl
Methods in org.jline.reader.impl with parameters of type AttributedStringBuilder Modifier and Type Method Description private void
LineReaderImpl. concat(java.util.List<AttributedString> lines, AttributedStringBuilder sb)
protected void
LineReaderImpl. toColumns(java.lang.Object items, int width, int maxWidth, AttributedStringBuilder sb, Candidate selection, java.lang.String completed, boolean rowsFirst, boolean doMenuList, int[] out)
-
Uses of AttributedStringBuilder in org.jline.style
Methods in org.jline.style with parameters of type AttributedStringBuilder Modifier and Type Method Description void
StyleExpression. evaluate(AttributedStringBuilder buff, java.lang.String expression)
Evaluate expression and append to buffer. -
Uses of AttributedStringBuilder in org.jline.utils
Methods in org.jline.utils that return AttributedStringBuilder Modifier and Type Method Description AttributedStringBuilder
AttributedStringBuilder. ansiAppend(java.lang.String ansi)
AttributedStringBuilder
AttributedStringBuilder. append(char c)
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)
-