Files
spring-shell/spring-shell-docs/modules/ROOT/pages/appendices/tui/viewdev.adoc
Janne Valkealahti 90df641750 Update hotkey docs
- Relates #826
2023-12-10 09:53:20 +00:00

13 lines
335 B
Plaintext

[#appendix-tui-eventloop]
= View Development
:page-section-summary-toc: 1
While a _view_ just need to implement `View` it's usually convenient to just
use `BoxView` as a parent.
[[register-bindings]]
== Register Bindings
In an `AbstractView` use variants of _registerKeyBinding_, _registerHotKeyBinding_
and _registerMouseBinding_.