Uses of Class
org.jline.utils.AttributedStyle
Packages that use AttributedStyle
-
Uses of AttributedStyle in org.jline.builtins
Fields in org.jline.builtins declared as AttributedStyleModifier and TypeFieldDescriptionprivate final AttributedStyle
SyntaxHighlighter.HighlightRule.style
Methods in org.jline.builtins that return AttributedStyleModifier and TypeMethodDescriptionprivate static AttributedStyle
Commands.compileStyle
(String reference, String colorDef) SyntaxHighlighter.HighlightRule.getStyle()
Constructors in org.jline.builtins with parameters of type AttributedStyleModifierConstructorDescriptionHighlightRule
(SyntaxHighlighter.HighlightRule.RuleType parserRuleType, AttributedStyle style, String value) HighlightRule
(AttributedStyle style, Pattern pattern) HighlightRule
(AttributedStyle style, Pattern start, Pattern end) -
Uses of AttributedStyle in org.jline.reader.impl
Methods in org.jline.reader.impl that return AttributedStyleModifier and TypeMethodDescriptionprotected AttributedStyle
LineReaderImpl.buildStyle
(String str) protected AttributedStyle
LineReaderImpl.getCompletionStyle
(String name, String value) protected AttributedStyle
LineReaderImpl.getCompletionStyleBackground()
protected AttributedStyle
LineReaderImpl.getCompletionStyleBackground
(boolean menuList) protected AttributedStyle
LineReaderImpl.getCompletionStyleDescription()
protected AttributedStyle
LineReaderImpl.getCompletionStyleDescription
(boolean menuList) protected AttributedStyle
LineReaderImpl.getCompletionStyleGroup()
protected AttributedStyle
LineReaderImpl.getCompletionStyleGroup
(boolean menuList) protected AttributedStyle
LineReaderImpl.getCompletionStyleListBackground()
protected AttributedStyle
LineReaderImpl.getCompletionStyleListDescription()
protected AttributedStyle
LineReaderImpl.getCompletionStyleListGroup()
protected AttributedStyle
LineReaderImpl.getCompletionStyleListSelection()
protected AttributedStyle
LineReaderImpl.getCompletionStyleListStarting()
protected AttributedStyle
LineReaderImpl.getCompletionStyleSelection()
protected AttributedStyle
LineReaderImpl.getCompletionStyleSelection
(boolean menuList) protected AttributedStyle
LineReaderImpl.getCompletionStyleStarting()
protected AttributedStyle
LineReaderImpl.getCompletionStyleStarting
(boolean menuList) -
Uses of AttributedStyle in org.jline.utils
Fields in org.jline.utils declared as AttributedStyleModifier and TypeFieldDescriptionstatic final AttributedStyle
AttributedStyle.BOLD
static final AttributedStyle
AttributedStyle.BOLD_OFF
private AttributedStyle
AttributedStringBuilder.current
static final AttributedStyle
AttributedStyle.DEFAULT
static final AttributedStyle
AttributedStyle.HIDDEN
static final AttributedStyle
AttributedStyle.HIDDEN_OFF
static final AttributedStyle
AttributedStyle.INVERSE
static final AttributedStyle
AttributedStyle.INVERSE_OFF
Methods in org.jline.utils that return AttributedStyleModifier and TypeMethodDescriptionprivate AttributedStyle
StyleResolver.apply
(AttributedStyle style, String spec) Apply style specification.private AttributedStyle
StyleResolver.applyAnsi
(AttributedStyle style, String spec) private AttributedStyle
StyleResolver.applyColor
(AttributedStyle style, String spec) Apply color styles specification.private AttributedStyle
StyleResolver.applyNamed
(AttributedStyle style, String name) Apply default named styles.private AttributedStyle
StyleResolver.applyReference
(AttributedStyle style, String spec) Apply source-referenced named style.AttributedStyle.background
(int color) AttributedStyle.background
(int r, int g, int b) AttributedStyle.backgroundDefault()
AttributedStyle.backgroundOff()
AttributedStyle.backgroundRgb
(int color) AttributedStyle.blink()
AttributedStyle.blinkDefault()
AttributedStyle.blinkOff()
AttributedStyle.bold()
AttributedStyle.boldDefault()
AttributedStyle.boldOff()
AttributedStyle.conceal()
AttributedStyle.concealDefault()
AttributedStyle.concealOff()
AttributedStyle.crossedOut()
AttributedStyle.crossedOutDefault()
AttributedStyle.crossedOutOff()
AttributedStyle.faint()
AttributedStyle.faintDefault()
AttributedStyle.faintOff()
AttributedStyle.foreground
(int color) AttributedStyle.foreground
(int r, int g, int b) AttributedStyle.foregroundDefault()
AttributedStyle.foregroundOff()
AttributedStyle.foregroundRgb
(int color) AttributedStyle.hidden()
The hidden flag can be used to embed custom escape sequences.AttributedStyle.hiddenDefault()
AttributedStyle.hiddenOff()
AttributedStyle.inverse()
AttributedStyle.inverseDefault()
AttributedStyle.inverseNeg()
AttributedStyle.inverseOff()
AttributedStyle.italic()
AttributedStyle.italicDefault()
AttributedStyle.italicOff()
Resolve the given style specification.Resolve the given style specification.AttributedStringBuilder.style()
abstract AttributedStyle
AttributedCharSequence.styleAt
(int index) AttributedString.styleAt
(int index) AttributedStringBuilder.styleAt
(int index) AttributedStyle.underline()
AttributedStyle.underlineDefault()
AttributedStyle.underlineOff()
Methods in org.jline.utils with parameters of type AttributedStyleModifier and TypeMethodDescriptionAttributedStringBuilder.append
(CharSequence csq, AttributedStyle style) private AttributedStyle
StyleResolver.apply
(AttributedStyle style, String spec) Apply style specification.private AttributedStyle
StyleResolver.applyAnsi
(AttributedStyle style, String spec) private AttributedStyle
StyleResolver.applyColor
(AttributedStyle style, String spec) Apply color styles specification.private AttributedStyle
StyleResolver.applyNamed
(AttributedStyle style, String name) Apply default named styles.private AttributedStyle
StyleResolver.applyReference
(AttributedStyle style, String spec) Apply source-referenced named style.protected void
AttributedStringBuilder.insertTab
(AttributedStyle s) AttributedStringBuilder.style
(AttributedStyle style) AttributedStringBuilder.styled
(AttributedStyle style, CharSequence cs) AttributedString.styleMatches
(Pattern pattern, AttributedStyle style) AttributedStringBuilder.styleMatches
(Pattern pattern, AttributedStyle s) Method parameters in org.jline.utils with type arguments of type AttributedStyleModifier and TypeMethodDescriptionAttributedStringBuilder.style
(Function<AttributedStyle, AttributedStyle> style) AttributedStringBuilder.style
(Function<AttributedStyle, AttributedStyle> style) AttributedStringBuilder.styled
(Function<AttributedStyle, AttributedStyle> style, CharSequence cs) AttributedStringBuilder.styled
(Function<AttributedStyle, AttributedStyle> style, CharSequence cs) AttributedStringBuilder.styled
(Function<AttributedStyle, AttributedStyle> style, Consumer<AttributedStringBuilder> consumer) AttributedStringBuilder.styled
(Function<AttributedStyle, AttributedStyle> style, Consumer<AttributedStringBuilder> consumer) AttributedStringBuilder.styleMatches
(Pattern pattern, List<AttributedStyle> styles) Constructors in org.jline.utils with parameters of type AttributedStyleModifierConstructorDescriptionAttributedString
(CharSequence str, int start, int end, AttributedStyle s)