Uses of Enum Class
org.springframework.shell.test.jediterm.terminal.TerminalMode
Packages that use TerminalMode
Package
Description
-
Uses of TerminalMode in org.springframework.shell.test.jediterm.terminal
Methods in org.springframework.shell.test.jediterm.terminal that return TerminalModeModifier and TypeMethodDescriptionstatic TerminalModeReturns the enum constant of this class with the specified name.static TerminalMode[]TerminalMode.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 TerminalModeModifier and TypeMethodDescriptionvoidTerminal.setModeEnabled(TerminalMode mode, boolean enabled) -
Uses of TerminalMode in org.springframework.shell.test.jediterm.terminal.model
Methods in org.springframework.shell.test.jediterm.terminal.model with parameters of type TerminalModeModifier and TypeMethodDescriptionvoidJediTerminal.setModeEnabled(TerminalMode mode, boolean enabled)