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.mik...@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

Reply via email to