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 TypeMethodDescriptionvoidTerminalLine.process(int y, StyledTextConsumer consumer, int startRow) voidTerminalTextBuffer.processHistoryAndScreenLines(int scrollOrigin, int maximalLinesToProcess, StyledTextConsumer consumer) voidLinesBuffer.processLines(int yStart, int yCount, StyledTextConsumer consumer) voidLinesBuffer.processLines(int firstLine, int count, StyledTextConsumer consumer, int startRow) voidTerminalTextBuffer.processScreenLines(int yStart, int yCount, StyledTextConsumer consumer)