mikebaum / RxUI

A toolkit for reactive (event/stream) based UI development on the JVM
Apache License 2.0
0 stars 0 forks source link

Create adapters to bridge Properties and PropertyObservables with the JavaFx API #11

Closed mikebaum closed 8 years ago

mikebaum commented 8 years ago

In order to support the JavaFx toolkit, there is a need to be able to create a RxUI Property from a JavaFx Property and a PropertyObservable from an ObservableValue. This issue tracks that work.

mikebaum commented 8 years ago

completed as per PR #12.