forked from TomasMikula/EasyBind
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
status: help wantedExtra attention is neededExtra attention is neededtype: enhancementNew feature or requestNew feature or request
Description
Similar to the EasyObservableValue
there should be an EasyObservableProperty
that exposes some of the methods (like selectProperty
) so that they can be chained together.
For example, the interface could look like
Property<Boolean> binding = EasyBind.wrapProperty(control.sceneProperty())
.select(s -> s.windowProperty())
.select(w -> w.showingProperty());
Metadata
Metadata
Assignees
Labels
status: help wantedExtra attention is neededExtra attention is neededtype: enhancementNew feature or requestNew feature or request