Uses of Enum Class
org.jline.terminal.KeyEvent.Type
Packages that use KeyEvent.Type
Package
Description
JLine Terminal API - Core abstractions for terminal operations across different platforms.
-
Uses of KeyEvent.Type in org.jline.terminal
Methods in org.jline.terminal that return KeyEvent.TypeModifier and TypeMethodDescriptionKeyEvent.getType()static KeyEvent.TypeReturns the enum constant of this class with the specified name.static KeyEvent.Type[]KeyEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.