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 with parameters of type AttributedStringBuilder -
Uses of AttributedStringBuilder in org.jline.reader.impl
Methods in org.jline.reader.impl with parameters of type AttributedStringBuilderModifier and TypeMethodDescriptionprotected void
DefaultHighlighter.commandStyle
(LineReader reader, AttributedStringBuilder sb, boolean enable) 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
(char c, int repeat) 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)