Uses of Interface
org.springframework.shell.test.jediterm.terminal.StyledTextConsumer
Packages that use StyledTextConsumer
Package
Description
-
Uses of StyledTextConsumer in org.springframework.shell.test.jediterm.terminal
Classes in org.springframework.shell.test.jediterm.terminal that implement StyledTextConsumer -
Uses of StyledTextConsumer in org.springframework.shell.test.jediterm.terminal.model
Methods in org.springframework.shell.test.jediterm.terminal.model with parameters of type StyledTextConsumerModifier and TypeMethodDescriptionvoid
TerminalLine.process
(int y, StyledTextConsumer consumer, int startRow) void
TerminalTextBuffer.processHistoryAndScreenLines
(int scrollOrigin, int maximalLinesToProcess, StyledTextConsumer consumer) void
LinesBuffer.processLines
(int yStart, int yCount, StyledTextConsumer consumer) void
LinesBuffer.processLines
(int firstLine, int count, StyledTextConsumer consumer, int startRow) void
TerminalTextBuffer.processScreenLines
(int yStart, int yCount, StyledTextConsumer consumer)