Uses of Interface
org.springframework.shell.test.jediterm.terminal.Terminal
Packages that use Terminal
Package
Description
-
Uses of Terminal in org.springframework.shell.test.jediterm.terminal
Fields in org.springframework.shell.test.jediterm.terminal declared as TerminalMethods in org.springframework.shell.test.jediterm.terminal with parameters of type TerminalModifier and TypeMethodDescriptionprotected JediEmulator
TerminalStarter.createEmulator
(TerminalDataStream dataStream, Terminal terminal) protected abstract void
DataStreamIteratingEmulator.processChar
(char ch, Terminal terminal) static void
TerminalStarter.resize
(Emulator emulator, Terminal terminal, TtyConnector ttyConnector, int width, int height, RequestOrigin origin, BiConsumer<Long, Runnable> taskScheduler) Resizes terminal and tty connector, should be called on a pooled thread.void
TerminalMode.setEnabled
(Terminal terminal, boolean enabled) Constructors in org.springframework.shell.test.jediterm.terminal with parameters of type TerminalModifierConstructorDescriptionDataStreamIteratingEmulator
(TerminalDataStream dataStream, Terminal terminal) TerminalStarter
(Terminal terminal, TtyConnector ttyConnector, TerminalDataStream dataStream) -
Uses of Terminal in org.springframework.shell.test.jediterm.terminal.emulator
Methods in org.springframework.shell.test.jediterm.terminal.emulator with parameters of type TerminalConstructors in org.springframework.shell.test.jediterm.terminal.emulator with parameters of type Terminal -
Uses of Terminal in org.springframework.shell.test.jediterm.terminal.model
Classes in org.springframework.shell.test.jediterm.terminal.model that implement TerminalModifier and TypeClassDescriptionclass
Terminal that reflects obtained commands and text atTerminalDisplay
(handles change of cursor position, screen size etc) andTerminalTextBuffer
(stores printed text) -
Uses of Terminal in org.springframework.shell.test.jediterm.terminal.ui
Methods in org.springframework.shell.test.jediterm.terminal.ui that return Terminal