Re: JavaFX object traits

2023-09-08 Thread John Hendrikx
at other traits/properties should we include? Converting https://github.com/openjdk/jfx/pull/1215 to draft until this discussion comes to a resolution. -andy From: openjfx-dev on behalf of Michael Strauß Date: Saturday, September 2, 2023 at 15:09 To: openjfx-dev Subject: JavaFX objec

Re: JavaFX object traits

2023-09-07 Thread Michael Strauß
ithub.com/openjdk/jfx/pull/1215 to draft until this >> discussion comes to a resolution. >> >> >> >> -andy >> >> >> >> >> >> From: openjfx-dev on behalf of Michael Strauß >> >> Date: Saturday, September 2, 2023 at 15:09

Re: JavaFX object traits

2023-09-07 Thread Nir Lisker
onverting https://github.com/openjdk/jfx/pull/1215 to draft until this > discussion comes to a resolution. > > > > -andy > > > > > > *From: *openjfx-dev on behalf of Michael > Strauß > *Date: *Saturday, September 2, 2023 at 15:09 > *To: *openjfx-dev

Re: JavaFX object traits

2023-09-06 Thread Andy Goryachev
github.com/openjdk/jfx/pull/1215 to draft until this discussion comes to a resolution. -andy From: openjfx-dev on behalf of Michael Strauß Date: Saturday, September 2, 2023 at 15:09 To: openjfx-dev Subject: JavaFX object traits There's a proposal to add a common interface that identifies

JavaFX object traits

2023-09-02 Thread Michael Strauß
There's a proposal to add a common interface that identifies JavaFX objects that can hold an Observable property map: https://github.com/openjdk/jfx/pull/1215 The reason for this is obvious: allow JavaFX objects that can hold properties to be consumed by code without depending on brittle `instance