EasyBind: custom bindings made easy (with lambdas)
Richard Bair
richard.bair at oracle.com
Wed Mar 19 16:34:15 UTC 2014
Ah, this is really nice!
Binding<Boolean> bb = EasyBind.select(control.sceneProperty())
.select(s -> s.windowProperty())
.selectObject(w -> w.showingProperty());
On Mar 19, 2014, at 9:12 AM, Tomas Mikula <tomas.mikula at gmail.com> wrote:
> Hi all,
>
> I just released EasyBind (http://www.fxmisc.org/easybind/), a tiny
> library with several factory methods to create bindings using lambdas.
> The most prominent feature is probably the type-safe select binding
> based on this feature request for JavaFX 9:
> https://javafx-jira.kenai.com/browse/RT-35923.
>
> Regards,
> Tomas
More information about the openjfx-dev
mailing list