Uses of Class
org.springframework.shell.test.jediterm.terminal.TextStyle
Packages that use TextStyle
Package
Description
-
Uses of TextStyle in org.springframework.shell.test.jediterm.terminal
Fields in org.springframework.shell.test.jediterm.terminal declared as TextStyleMethods in org.springframework.shell.test.jediterm.terminal that return TextStyleModifier and TypeMethodDescriptionTextStyle.Builder.build()TextStyle.createEmptyWithColors()static TextStyleTextStyle.getCanonicalStyle(TextStyle currentStyle) Methods in org.springframework.shell.test.jediterm.terminal with parameters of type TextStyleModifier and TypeMethodDescriptionvoidTerminal.characterAttributes(TextStyle textStyle) voidStyledTextConsumer.consume(int x, int y, TextStyle style, CharBuffer characters, int startRow) voidStyledTextConsumerAdapter.consume(int x, int y, TextStyle style, CharBuffer characters, int startRow) voidStyledTextConsumer.consumeNul(int x, int y, int nulIndex, TextStyle style, CharBuffer characters, int startRow) voidStyledTextConsumerAdapter.consumeNul(int x, int y, int nulIndex, TextStyle style, CharBuffer characters, int startRow) static TextStyleTextStyle.getCanonicalStyle(TextStyle currentStyle) Constructors in org.springframework.shell.test.jediterm.terminal with parameters of type TextStyle -
Uses of TextStyle in org.springframework.shell.test.jediterm.terminal.model
Methods in org.springframework.shell.test.jediterm.terminal.model that return TextStyleModifier and TypeMethodDescriptionStyleState.getCurrent()TerminalLine.TextEntry.getStyle()TerminalLine.getStyleAt(int x) TerminalTextBuffer.getStyleAt(int x, int y) StoredCursor.getTextStyle()TerminalTypeAheadSettings.getTypeAheadStyle()Methods in org.springframework.shell.test.jediterm.terminal.model that return types with arguments of type TextStyleMethods in org.springframework.shell.test.jediterm.terminal.model with parameters of type TextStyleModifier and TypeMethodDescriptionvoidLinesBuffer.addNewLine(TextStyle style, CharBuffer characters) voidJediTerminal.characterAttributes(TextStyle textStyle) voidvoidvoidLinesBuffer.deleteCharacters(int x, int y, int count, TextStyle style) voidTerminalLine.deleteCharacters(int x, int count, TextStyle style) voidTerminalLine.deleteCharacters(int x, TextStyle style) voidLinesBuffer.insertBlankCharacters(int x, int y, int count, int maxLen, TextStyle style) voidTerminalLine.insertBlankCharacters(int x, int count, int maxLen, TextStyle style) voidTerminalLine.insertString(int x, CharBuffer str, TextStyle style) voidStyleState.setCurrent(TextStyle current) voidStyleState.setDefaultStyle(TextStyle defaultStyle) voidLinesBuffer.writeString(int x, int y, CharBuffer str, TextStyle style) voidTerminalLine.writeString(int x, CharBuffer str, TextStyle style) Constructors in org.springframework.shell.test.jediterm.terminal.model with parameters of type TextStyleModifierConstructorDescriptionStoredCursor(int cursorX, int cursorY, TextStyle textStyle, boolean autoWrap, boolean originMode, GraphicSetState graphicSetState) TerminalTypeAheadSettings(boolean enabled, long latencyThreshold, TextStyle typeAheadColor) TextEntry(TextStyle style, CharBuffer text)