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 booleanAbstractView.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 theeventrecord component.KeyHandler.KeyHandlerArgs.event()Returns the value of theeventrecord component.KeyHandler.KeyHandlerResult.event()Returns the value of theeventrecord component.static KeyEventKeyEvent.of(int key) static KeyEventMethods 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 safeKeyEvents.Methods in org.springframework.shell.component.view.event with parameters of type KeyEventModifier and TypeMethodDescriptionstatic KeyHandler.KeyHandlerArgsConstructKeyHandler.KeyHandlerArgsfrom aKeyEvent.static KeyHandler.KeyHandlerResultConstructors in org.springframework.shell.component.view.event with parameters of type KeyEventModifierConstructorDescriptionKeyBindingConsumerArgs(KeyBindingConsumer consumer, KeyEvent event) Creates an instance of aKeyBindingConsumerArgsrecord class.KeyHandlerArgs(KeyEvent event) Creates an instance of aKeyHandlerArgsrecord class.KeyHandlerResult(KeyEvent event, boolean consumed, View focus, View capture) Creates an instance of aKeyHandlerResultrecord class.