Uses of Class
org.jline.utils.AttributedStyle
Packages that use AttributedStyle
-
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_OFFstatic 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 TypeMethodDescriptionAttributedStyle.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) 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)