Files
spring-shell/spring-shell-docs/modules/ROOT/pages/appendices/tui/viewdev.adoc
Janne Valkealahti 89a829cfef Update docs
2023-10-06 13:40:48 +01:00

12 lines
313 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
In an `AbstractView` use variants of _registerKeyBinding_, _registerHotKeyBinding_
and _registerMouseBinding_.