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 AttributedStringBuilder
SyntaxHighlighter._highlight
(AttributedString line, List<SyntaxHighlighter.HighlightRule> rules) private AttributedStringBuilder
SyntaxHighlighter._highlight
(AttributedString line, List<SyntaxHighlighter.HighlightRule> rules, CharSequence startWith, CharSequence continueAs) private static AttributedStringBuilder
Options.HelpException._highlightComment
(String comment, StyleResolver resolver) private static AttributedStringBuilder
Options.HelpException._highlightSyntax
(String syntax, StyleResolver resolver, boolean subcommand) Methods in org.jline.builtins with parameters of type AttributedStringBuilderModifier and TypeMethodDescriptionprivate void
TTop.align
(AttributedStringBuilder sb, String val, int width, TTop.Align align) 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 AttributedStringBuilderModifier and TypeMethodDescriptionprivate void
SystemHighlighter.highlightArgs
(String args, AttributedStringBuilder asb) private void
SystemHighlighter.highlightCommand
(String command, AttributedStringBuilder asb) private void
SystemHighlighter.highlightFile
(Path path, AttributedStringBuilder asb) private void
SystemHighlighter.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 void
LineReaderImpl.concat
(List<AttributedString> lines, AttributedStringBuilder sb) 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 AttributedStringBuilderModifier and TypeMethodDescriptionvoid
StyleExpression.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)