RFR: 8284542: [Accessibility] [Win] Missing attribute for toggle state of CheckBox in CheckBoxTreeItem [v3]
Kevin Rushforth
kcr at openjdk.org
Fri May 12 22:16:00 UTC 2023
On Fri, 12 May 2023 21:35:25 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/javafx/scene/AccessibleAttribute.java line 828:
>>
>>> 826: * This enum describes the values for TOGGLE_STATE attribute.
>>> 827: *
>>> 828: * @see TOGGLE_STATE
>>
>> this might be Eclipse limitation, but this link does not resolve (in Eclipse javadoc widget). should it?
>
> 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.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1088#discussion_r1192829341
More information about the openjfx-dev
mailing list