I found this: <https://stackoverflow.com/questions...
# tornadofx
b
I found this: https://stackoverflow.com/questions/17440878/binding-a-function-with-conditional-logic-in-scala It's for Scala, but the general idea seems to be to subclass a javafx binding class such as
StringBinding
and override its
computeValue
method.