Uses of Record Class
org.springframework.shell.component.view.event.KeyEvent
Packages that use KeyEvent
Package
Description
-
Uses of KeyEvent in org.springframework.shell.component.message
Methods in org.springframework.shell.component.message that return types with arguments of type KeyEventModifier and TypeMethodDescriptionstatic org.springframework.messaging.Message<KeyEvent>
ShellMessageBuilder.ofKeyEvent
(KeyEvent event) Create a message of aKeyEvent
.Methods in org.springframework.shell.component.message with parameters of type KeyEventModifier and TypeMethodDescriptionstatic org.springframework.messaging.Message<KeyEvent>
ShellMessageBuilder.ofKeyEvent
(KeyEvent event) Create a message of aKeyEvent
. -
Uses of KeyEvent in org.springframework.shell.component.view.control
Methods in org.springframework.shell.component.view.control with parameters of type KeyEventModifier and TypeMethodDescriptionprotected boolean
AbstractView.dispatchKeyRunCommand
(KeyEvent event, org.springframework.shell.component.view.control.AbstractView.KeyBindingValue keyBindingValue) -
Uses of KeyEvent in org.springframework.shell.component.view.event
Methods in org.springframework.shell.component.view.event that return KeyEventModifier and TypeMethodDescriptionKeyBindingConsumerArgs.event()
Returns the value of theevent
record component.KeyHandler.KeyHandlerArgs.event()
Returns the value of theevent
record component.KeyHandler.KeyHandlerResult.event()
Returns the value of theevent
record component.static KeyEvent
KeyEvent.of
(int key) static KeyEvent
Methods in org.springframework.shell.component.view.event that return types with arguments of type KeyEventModifier and TypeMethodDescriptionreactor.core.publisher.Flux<KeyEvent>
DefaultEventLoop.keyEvents()
reactor.core.publisher.Flux<KeyEvent>
EventLoop.keyEvents()
Specialisation ofEventLoop.events()
which returns type safeKeyEvent
s.Methods in org.springframework.shell.component.view.event with parameters of type KeyEventModifier and TypeMethodDescriptionstatic KeyHandler.KeyHandlerArgs
ConstructKeyHandler.KeyHandlerArgs
from aKeyEvent
.static KeyHandler.KeyHandlerResult
Constructors in org.springframework.shell.component.view.event with parameters of type KeyEventModifierConstructorDescriptionKeyBindingConsumerArgs
(KeyBindingConsumer consumer, KeyEvent event) Creates an instance of aKeyBindingConsumerArgs
record class.KeyHandlerArgs
(KeyEvent event) Creates an instance of aKeyHandlerArgs
record class.KeyHandlerResult
(KeyEvent event, boolean consumed, View focus, View capture) Creates an instance of aKeyHandlerResult
record class.