View Development

虽然 view 只需要实现 View,但通常可以方便地只使用 BoxView 作为父级。

While a view just need to implement View it’s usually convenient to just use BoxView as a parent.

Register Bindings

AbstractView 中,使用 registerKeyBindingregisterHotKeyBindingregisterMouseBinding 的变体。

In an AbstractView use variants of registerKeyBinding, registerHotKeyBinding and registerMouseBinding.