What a property is in JavaFX
How to create a property object and use it
The class hierarchy of properties in JavaFX
How to handle the invalidation and change events in a property object
What a binding is in JavaFX and how to use unidirectional and bidirectional bindings
About the high-level and low-level binding APIs in JavaFX
This chapter discusses the properties and binding support in Java and JavaFX. If you have experience using the JavaBeans ...