Uses of Enum Class
org.jline.terminal.KeyEvent.Special
Packages that use KeyEvent.Special
Package
Description
JLine Terminal API - Core abstractions for terminal operations across different platforms.
-
Uses of KeyEvent.Special in org.jline.terminal
Methods in org.jline.terminal that return KeyEvent.SpecialModifier and TypeMethodDescriptionKeyEvent.getSpecial()static KeyEvent.SpecialReturns the enum constant of this class with the specified name.static KeyEvent.Special[]KeyEvent.Special.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.SpecialModifierConstructorDescriptionKeyEvent(KeyEvent.Special special, EnumSet<KeyEvent.Modifier> modifiers, String rawSequence) Creates a special key event.