RFR: 8313650: Add hasProperties method to MenuItem and Toggle
Kevin Rushforth
kcr at openjdk.org
Fri Aug 18 22:34:14 UTC 2023
On Fri, 18 Aug 2023 17:06:57 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Adding new
> `boolean hasProperties()`
> method to MenuItem and Toggle only.
>
> This change requires CSR.
Hmm. I also think might not want to put it in `Toggle` (unless we are also willing to create a new shared interface that Node, MenuItem, and Toggle all inherit). In any case, this one will take a bit of thought.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1215#issuecomment-1684497202
More information about the openjfx-dev
mailing list