Uses of Class
org.jline.utils.AttributedStyle
Packages that use AttributedStyle
Package
Description
JLine 3.
-
Uses of AttributedStyle in org.jline.builtins
Fields in org.jline.builtins declared as AttributedStyleModifier and TypeFieldDescriptionprivate final AttributedStyleSyntaxHighlighter.HighlightRule.styleMethods in org.jline.builtins that return AttributedStyleModifier and TypeMethodDescriptionprivate static AttributedStyleCommands.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.consoleui.prompt
Methods in org.jline.consoleui.prompt that return AttributedStyle -
Uses of AttributedStyle in org.jline.consoleui.prompt.builder
Methods in org.jline.consoleui.prompt.builder with parameters of type AttributedStyleModifier and TypeMethodDescriptionTextBuilder.addLine(AttributedStyle style, String line) TextBuilder.addLines(AttributedStyle style, String... lines) -
Uses of AttributedStyle in org.jline.curses
Methods in org.jline.curses that return AttributedStyleMethods in org.jline.curses with parameters of type AttributedStyleModifier and TypeMethodDescriptionvoidScreen.fill(int x, int y, int w, int h, AttributedStyle style) voidTheme.separatorH(Screen screen, int x, int y, int w, Curses.Border sepBorder, Curses.Border boxBorder, AttributedStyle style) -
Uses of AttributedStyle in org.jline.curses.impl
Methods in org.jline.curses.impl that return AttributedStyleMethods in org.jline.curses.impl with parameters of type AttributedStyleModifier and TypeMethodDescriptionprivate AttributedStringDefaultTheme.createBoxString(String chars, int w, AttributedStyle s0, int c0, AttributedStyle s1, int c1, AttributedStyle s2, int c2) voidVirtualScreen.fill(int x, int y, int w, int h, AttributedStyle style) voidDefaultTheme.separatorH(Screen screen, int x, int y, int w, Curses.Border sepBorder, Curses.Border boxBorder, AttributedStyle style) -
Uses of AttributedStyle in org.jline.reader.impl
Methods in org.jline.reader.impl that return AttributedStyleModifier and TypeMethodDescriptionprotected AttributedStyleLineReaderImpl.buildStyle(String str) protected AttributedStyleLineReaderImpl.getCompletionStyle(String name, String value) protected AttributedStyleLineReaderImpl.getCompletionStyleBackground()protected AttributedStyleLineReaderImpl.getCompletionStyleBackground(boolean menuList) protected AttributedStyleLineReaderImpl.getCompletionStyleDescription()protected AttributedStyleLineReaderImpl.getCompletionStyleDescription(boolean menuList) protected AttributedStyleLineReaderImpl.getCompletionStyleGroup()protected AttributedStyleLineReaderImpl.getCompletionStyleGroup(boolean menuList) protected AttributedStyleLineReaderImpl.getCompletionStyleListBackground()protected AttributedStyleLineReaderImpl.getCompletionStyleListDescription()protected AttributedStyleLineReaderImpl.getCompletionStyleListGroup()protected AttributedStyleLineReaderImpl.getCompletionStyleListSelection()protected AttributedStyleLineReaderImpl.getCompletionStyleListStarting()protected AttributedStyleLineReaderImpl.getCompletionStyleSelection()protected AttributedStyleLineReaderImpl.getCompletionStyleSelection(boolean menuList) protected AttributedStyleLineReaderImpl.getCompletionStyleStarting()protected AttributedStyleLineReaderImpl.getCompletionStyleStarting(boolean menuList) -
Uses of AttributedStyle in org.jline.utils
Fields in org.jline.utils declared as AttributedStyleModifier and TypeFieldDescriptionstatic final AttributedStyleAttributedStyle.BOLDstatic final AttributedStyleAttributedStyle.BOLD_OFFprivate AttributedStyleAttributedStringBuilder.currentstatic final AttributedStyleAttributedStyle.DEFAULTstatic final AttributedStyleAttributedStyle.HIDDENstatic final AttributedStyleAttributedStyle.HIDDEN_OFFstatic final AttributedStyleAttributedStyle.INVERSEstatic final AttributedStyleAttributedStyle.INVERSE_OFFMethods in org.jline.utils that return AttributedStyleModifier and TypeMethodDescriptionprivate AttributedStyleStyleResolver.apply(AttributedStyle style, String spec) Apply style specification.private AttributedStyleStyleResolver.applyAnsi(AttributedStyle style, String spec) private AttributedStyleStyleResolver.applyColor(AttributedStyle style, String spec) Apply color styles specification.private AttributedStyleStyleResolver.applyNamed(AttributedStyle style, String name) Apply default named styles.private AttributedStyleStyleResolver.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 AttributedStyleAttributedCharSequence.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 AttributedStyleStyleResolver.apply(AttributedStyle style, String spec) Apply style specification.private AttributedStyleStyleResolver.applyAnsi(AttributedStyle style, String spec) private AttributedStyleStyleResolver.applyColor(AttributedStyle style, String spec) Apply color styles specification.private AttributedStyleStyleResolver.applyNamed(AttributedStyle style, String name) Apply default named styles.private AttributedStyleStyleResolver.applyReference(AttributedStyle style, String spec) Apply source-referenced named style.protected voidAttributedStringBuilder.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)