RFR: 8090456: Focus Management
Andy Goryachev
angorya at openjdk.org
Wed Sep 11 17:24:13 UTC 2024
On Tue, 10 Sep 2024 16:38:26 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Public APIs for focus traversal and the focus traversal policy:
>>
>> https://github.com/andy-goryachev-oracle/Test/blob/main/doc/FocusTraversal/FocusTraversal.md
>>
>> This work is loosely based on the patch
>> https://cr.openjdk.org/~jgiles/8061673/
>
> modules/javafx.graphics/src/main/java/javafx/scene/traversal/TraversalMethod.java line 26:
>
>> 24: */
>> 25:
>> 26: package javafx.scene.traversal;
>
> You need an `@since` javadoc tag on this class.
should we add `@since` on all the new classes and `package-info.java`?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1555#discussion_r1755204088
More information about the openjfx-dev
mailing list