Uses of Enum Class
org.jline.terminal.KeyEvent.Arrow
Packages that use KeyEvent.Arrow
Package
Description
JLine Terminal API - Core abstractions for terminal operations across different platforms.
-
Uses of KeyEvent.Arrow in org.jline.terminal
Methods in org.jline.terminal that return KeyEvent.ArrowModifier and TypeMethodDescriptionKeyEvent.getArrow()static KeyEvent.ArrowReturns the enum constant of this class with the specified name.static KeyEvent.Arrow[]KeyEvent.Arrow.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jline.terminal with parameters of type KeyEvent.ArrowModifierConstructorDescriptionKeyEvent(KeyEvent.Arrow arrow, EnumSet<KeyEvent.Modifier> modifiers, String rawSequence) Creates an arrow key event.