Uses of Enum Class
org.springframework.shell.test.jediterm.terminal.RequestOrigin
Packages that use RequestOrigin
Package
Description
-
Uses of RequestOrigin in org.springframework.shell.test.jediterm.terminal
Methods in org.springframework.shell.test.jediterm.terminal that return RequestOriginModifier and TypeMethodDescriptionstatic RequestOrigin
Returns the enum constant of this class with the specified name.static RequestOrigin[]
RequestOrigin.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.shell.test.jediterm.terminal with parameters of type RequestOriginModifier and TypeMethodDescriptionvoid
TerminalStarter.postResize
(int width, int height, RequestOrigin origin) void
Terminal.resize
(int width, int height, RequestOrigin origin) void
Terminal.resize
(int width, int height, RequestOrigin origin, CompletableFuture<?> promptUpdated) 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. -
Uses of RequestOrigin in org.springframework.shell.test.jediterm.terminal.model
Methods in org.springframework.shell.test.jediterm.terminal.model with parameters of type RequestOriginModifier and TypeMethodDescriptionvoid
JediTerminal.resize
(int width, int height, RequestOrigin origin) void
JediTerminal.resize
(int width, int height, RequestOrigin origin, CompletableFuture<?> promptUpdated) -
Uses of RequestOrigin in org.springframework.shell.test.jediterm.terminal.ui
Methods in org.springframework.shell.test.jediterm.terminal.ui with parameters of type RequestOrigin