Uses of Class
org.jline.utils.AttributedStringBuilder
-
Packages that use AttributedStringBuilder Package Description org.jline.builtins org.jline.reader.impl org.jline.style org.jline.utils JLine 3. -
-
Uses of AttributedStringBuilder in org.jline.builtins
Methods in org.jline.builtins with parameters of type AttributedStringBuilder Modifier and Type Method Description AttributedString
Nano.SyntaxHighlighter. highlight(AttributedStringBuilder asb)
-
Uses of AttributedStringBuilder in org.jline.reader.impl
Methods in org.jline.reader.impl with parameters of type AttributedStringBuilder Modifier and Type Method Description protected void
LineReaderImpl. toColumns(Object items, int width, int maxWidth, AttributedStringBuilder sb, Candidate selection, 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, String expression)
Evaluate expression and append to buffer. -
Uses of AttributedStringBuilder in org.jline.utils
Method parameters in org.jline.utils with type arguments of type AttributedStringBuilder Modifier and Type Method Description AttributedStringBuilder
AttributedStringBuilder. styled(Function<AttributedStyle,AttributedStyle> style, Consumer<AttributedStringBuilder> consumer)
-