Uses of Class
org.jline.utils.AttributedStringBuilder
Packages that use AttributedStringBuilder
Package
Description
JLine 3.
-
Uses of AttributedStringBuilder in org.jline.builtins
Methods in org.jline.builtins that return AttributedStringBuilderModifier and TypeMethodDescriptionprivate AttributedStringBuilderSyntaxHighlighter._highlight(AttributedString line, List<SyntaxHighlighter.HighlightRule> rules) private AttributedStringBuilderSyntaxHighlighter._highlight(AttributedString line, List<SyntaxHighlighter.HighlightRule> rules, CharSequence startWith, CharSequence continueAs) private static AttributedStringBuilderOptions.HelpException._highlightComment(String comment, StyleResolver resolver) private static AttributedStringBuilderOptions.HelpException._highlightSyntax(String syntax, StyleResolver resolver, boolean subcommand) Methods in org.jline.builtins with parameters of type AttributedStringBuilderModifier and TypeMethodDescriptionprivate voidTTop.align(AttributedStringBuilder sb, String val, int width, TTop.Align align) 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 AttributedStringBuilderModifier and TypeMethodDescriptionprivate voidSystemHighlighter.highlightArgs(String args, AttributedStringBuilder asb) private voidSystemHighlighter.highlightCommand(String command, AttributedStringBuilder asb) private voidSystemHighlighter.highlightFile(Path path, AttributedStringBuilder asb) private voidSystemHighlighter.highlightFileArg(LineReader reader, String arg, AttributedStringBuilder asb) -
Uses of AttributedStringBuilder in org.jline.reader.impl
Methods in org.jline.reader.impl with parameters of type AttributedStringBuilderModifier and TypeMethodDescriptionprivate voidLineReaderImpl.concat(List<AttributedString> lines, AttributedStringBuilder sb) protected voidLineReaderImpl.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 AttributedStringBuilderModifier and TypeMethodDescriptionvoidStyleExpression.evaluate(AttributedStringBuilder buff, String expression) Evaluate expression and append to buffer. -
Uses of AttributedStringBuilder in org.jline.utils
Methods in org.jline.utils that return AttributedStringBuilderModifier and TypeMethodDescriptionAttributedStringBuilder.altCharset(String altIn, String altOut) AttributedStringBuilder.ansiAppend(String ansi) AttributedStringBuilder.append(char c) AttributedStringBuilder.append(CharSequence csq) AttributedStringBuilder.append(CharSequence csq, int start, int end) AttributedStringBuilder.append(CharSequence csq, AttributedStyle style) AttributedStringBuilder.append(AttributedCharSequence str) AttributedStringBuilder.append(AttributedCharSequence str, int start, int end) AttributedStringBuilder.append(AttributedString str) AttributedStringBuilder.append(AttributedString str, int start, int end) AttributedStringBuilder.style(Function<AttributedStyle, AttributedStyle> style) AttributedStringBuilder.style(AttributedStyle style) AttributedStringBuilder.styled(Function<AttributedStyle, AttributedStyle> style, CharSequence cs) AttributedStringBuilder.styled(Function<AttributedStyle, AttributedStyle> style, Consumer<AttributedStringBuilder> consumer) AttributedStringBuilder.styled(AttributedStyle style, CharSequence cs) AttributedStringBuilder.styleMatches(Pattern pattern, List<AttributedStyle> styles) AttributedStringBuilder.styleMatches(Pattern pattern, AttributedStyle s) AttributedStringBuilder.tabs(int tabsize) Set the number of spaces a tab is expanded to.Method parameters in org.jline.utils with type arguments of type AttributedStringBuilderModifier and TypeMethodDescriptionAttributedStringBuilder.styled(Function<AttributedStyle, AttributedStyle> style, Consumer<AttributedStringBuilder> consumer)