Uses of Package
org.springframework.shell.component.view.event
Packages that use org.springframework.shell.component.view.event
Package
Description
-
Classes in org.springframework.shell.component.view.event used by org.springframework.shell.componentClassDescription
EventLoop
is a central place where all eventing will be orchestrated for a lifecycle of a component. -
Classes in org.springframework.shell.component.view.event used by org.springframework.shell.component.messageClassDescriptionType of an events handled by an
EventLoop
.mask special keys unicode keys ascii keys [ ] [ ] [ ] [ ] 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00unused modifier button type [ ] [ ] [ ] [ ] 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00 -
Classes in org.springframework.shell.component.view.event used by org.springframework.shell.component.viewClassDescription
EventLoop
is a central place where all eventing will be orchestrated for a lifecycle of a component. -
Classes in org.springframework.shell.component.view.event used by org.springframework.shell.component.view.controlClassDescription
EventLoop
is a central place where all eventing will be orchestrated for a lifecycle of a component.mask special keys unicode keys ascii keys [ ] [ ] [ ] [ ] 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00Handles Key events in a form ofKeyHandler.KeyHandlerArgs
and returnsKeyHandler.KeyHandlerResult
.unused modifier button type [ ] [ ] [ ] [ ] 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00Handles mouse events in a form ofMouseHandler.MouseHandlerArgs
and returnsMouseHandler.MouseHandlerResult
. -
Classes in org.springframework.shell.component.view.event used by org.springframework.shell.component.view.eventClassDescription
EventLoop
is a central place where all eventing will be orchestrated for a lifecycle of a component.Contract to process event loop messages, possibly translating an event into some other type of event or events.Type of an events handled by anEventLoop
.mask special keys unicode keys ascii keys [ ] [ ] [ ] [ ] 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00Handles Key events in a form ofKeyHandler.KeyHandlerArgs
and returnsKeyHandler.KeyHandlerResult
.Arguments for aKeyHandler
.Result from aKeyHandler
.unused modifier button type [ ] [ ] [ ] [ ] 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00Handles mouse events in a form ofMouseHandler.MouseHandlerArgs
and returnsMouseHandler.MouseHandlerResult
.Arguments for aMouseHandler
.Result from aMouseHandler
. -
Classes in org.springframework.shell.component.view.event used by org.springframework.shell.component.view.event.processorClassDescriptionContract to process event loop messages, possibly translating an event into some other type of event or events.