[jfx17] RFR: 8268642: Expand the javafx.beans.property.Property documentation [v2]

Kevin Rushforth kcr at openjdk.java.net
Fri Jul 9 23:07:58 UTC 2021


On Thu, 24 Jun 2021 02:35:37 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> That's an interesting observation. The way I read it, "the" sounds very specific, like we're talking about a particular binding to a particular source. However, `unbind()` doesn't only remove _one_ particular binding, it removes _any_ particular binding of the infinite number of particular bindings that can exist (although not at the same time), or no binding at all if the property is not bound.
>> 
>> That being said, if you have a stronger opinion on this, please go ahead and make the call.
>
> Let's see what Kevin says when he reviews this.

I also think that "_the_ unidirectional binding" is better since at any one time there is only one, and that's the one being removed.

-------------

PR: https://git.openjdk.java.net/jfx/pull/533


More information about the openjfx-dev mailing list