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 TextStyle
TextStyle.getCanonicalStyle
(TextStyle currentStyle) Methods in org.springframework.shell.test.jediterm.terminal with parameters of type TextStyleModifier and TypeMethodDescriptionvoid
Terminal.characterAttributes
(TextStyle textStyle) void
StyledTextConsumer.consume
(int x, int y, TextStyle style, CharBuffer characters, int startRow) void
StyledTextConsumerAdapter.consume
(int x, int y, TextStyle style, CharBuffer characters, int startRow) void
StyledTextConsumer.consumeNul
(int x, int y, int nulIndex, TextStyle style, CharBuffer characters, int startRow) void
StyledTextConsumerAdapter.consumeNul
(int x, int y, int nulIndex, TextStyle style, CharBuffer characters, int startRow) static TextStyle
TextStyle.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 TypeMethodDescriptionvoid
LinesBuffer.addNewLine
(TextStyle style, CharBuffer characters) void
JediTerminal.characterAttributes
(TextStyle textStyle) void
void
void
LinesBuffer.deleteCharacters
(int x, int y, int count, TextStyle style) void
TerminalLine.deleteCharacters
(int x, int count, TextStyle style) void
TerminalLine.deleteCharacters
(int x, TextStyle style) void
LinesBuffer.insertBlankCharacters
(int x, int y, int count, int maxLen, TextStyle style) void
TerminalLine.insertBlankCharacters
(int x, int count, int maxLen, TextStyle style) void
TerminalLine.insertString
(int x, CharBuffer str, TextStyle style) void
StyleState.setCurrent
(TextStyle current) void
StyleState.setDefaultStyle
(TextStyle defaultStyle) void
LinesBuffer.writeString
(int x, int y, CharBuffer str, TextStyle style) void
TerminalLine.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)