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 JediEmulatorTerminalStarter.createEmulator(TerminalDataStream dataStream, Terminal terminal) protected abstract voidDataStreamIteratingEmulator.processChar(char ch, Terminal terminal) static voidTerminalStarter.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.voidTerminalMode.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 TypeClassDescriptionclassTerminal 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