Method name change suggestion: `TableView<T>...
# tornadofx
h
Method name change suggestion:
TableView<T>.bindSelected()
to
TableView<T>.bindSelectedTo()
. For me
a.bind(b)
implies, that the "right-hand-side" (b) is bound to the "left-hand-side" (a), similar to an assignment with the
=
operator (but with reactive semantics).
bindSelected()
does this the opposite way.