On Sat, 13 May 2023 13:20:26 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

>> In Eclipse, only this works:
>> 
>> {@link AccessibleAttribute#TOGGLE_STATE}
>
> Then I think Eclipse has a bug. `TOGGLE_STATE` is a field (enum value) in the 
> outer enum class, `AccessibleAttribute`, so can be referenced from the nested 
> enum class without qualifying it with the outer class name. If we wanted to 
> be more clear (and work around the Eclipse limitation), it could be written 
> as:
> 
> 
> {@link AccessibleAttribute#TOGGLE_STATE TOGGLE_STATE}

Changed it as : `This enum describes the values for {@link 
AccessibleAttribute#TOGGLE_STATE TOGGLE_STATE} attribute.`

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

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

Reply via email to