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 AttributedStringBuilderOptions.HelpException. _highlightComment(java.lang.String comment, StyleResolver resolver)private static AttributedStringBuilderOptions.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 voidTTop. align(AttributedStringBuilder sb, java.lang.String val, int width, TTop.Align align)AttributedStringNano.SyntaxHighlighter. highlight(AttributedStringBuilder asb)(package private) voidNano.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 voidSystemHighlighter. highlightArgs(java.lang.String args, AttributedStringBuilder asb)private voidSystemHighlighter. highlightCommand(java.lang.String command, AttributedStringBuilder asb)private voidSystemHighlighter. highlightFile(java.nio.file.Path path, AttributedStringBuilder asb)private voidSystemHighlighter. highlightFileArg(LineReader reader, java.lang.String arg, 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 private voidLineReaderImpl. concat(java.util.List<AttributedString> lines, AttributedStringBuilder sb)protected voidLineReaderImpl. 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 voidStyleExpression. 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 AttributedStringBuilderAttributedStringBuilder. ansiAppend(java.lang.String ansi)AttributedStringBuilderAttributedStringBuilder. append(char c)AttributedStringBuilderAttributedStringBuilder. append(java.lang.CharSequence csq)AttributedStringBuilderAttributedStringBuilder. append(java.lang.CharSequence csq, int start, int end)AttributedStringBuilderAttributedStringBuilder. append(java.lang.CharSequence csq, AttributedStyle style)AttributedStringBuilderAttributedStringBuilder. append(AttributedCharSequence str)AttributedStringBuilderAttributedStringBuilder. append(AttributedCharSequence str, int start, int end)AttributedStringBuilderAttributedStringBuilder. append(AttributedString str)AttributedStringBuilderAttributedStringBuilder. append(AttributedString str, int start, int end)AttributedStringBuilderAttributedStringBuilder. style(java.util.function.Function<AttributedStyle,AttributedStyle> style)AttributedStringBuilderAttributedStringBuilder. style(AttributedStyle style)AttributedStringBuilderAttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.lang.CharSequence cs)AttributedStringBuilderAttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.util.function.Consumer<AttributedStringBuilder> consumer)AttributedStringBuilderAttributedStringBuilder. styled(AttributedStyle style, java.lang.CharSequence cs)AttributedStringBuilderAttributedStringBuilder. styleMatches(java.util.regex.Pattern pattern, java.util.List<AttributedStyle> styles)AttributedStringBuilderAttributedStringBuilder. styleMatches(java.util.regex.Pattern pattern, AttributedStyle s)AttributedStringBuilderAttributedStringBuilder. tabs(int tabsize)Set the number of spaces a tab is expanded to.AttributedStringBuilderAttributedStringBuilder. 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 AttributedStringBuilderAttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.util.function.Consumer<AttributedStringBuilder> consumer)
-