RFR: 8284542: [Accessibility] [Win] Missing attribute for toggle state of CheckBox in CheckBoxTreeItem [v3]

Andy Goryachev angorya at openjdk.org
Fri May 12 22:16:02 UTC 2023


On Fri, 12 May 2023 22:10:43 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Hopefully, this is just an Eclipse limitation. I'll check the actual javadoc (which I was planning to do anyway).
>
> It does work in the actual javadocs (so almost certainly an Eclipse issue).
> 
> Minor suggestion: use `{@link ...}` in the Description (and then you can remove the `@see`) like this:
> 
> 
> This enum describes the values for the {@link TOGGLE_STATE} attribute.

In Eclipse, only this works:

{@link AccessibleAttribute#TOGGLE_STATE}

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1088#discussion_r1192830249


More information about the openjfx-dev mailing list