On Tue, 28 Jun 2022 21:30:58 GMT, Michael Strauß <[email protected]> wrote:

> Why are the following files in the `javafx.beans.value` package, and not in 
> the `com.sun.javafx.binding` package? `FlatMappedBinding` `LazyObjectBinding` 
> `MappedBinding` `OrElseBinding`

No specific reason, they are package private at the moment.  They can be moved 
as a group to `com.sun.javafx.binding` if they're made public (so 
`ObservableValue` can instantiate them).  I'm not sure what is preferred since 
they're not public API in either case.

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

PR: https://git.openjdk.org/jfx/pull/675

Reply via email to