RFR: 8091673: Public focus traversal API for use in custom controls [v6]
Andy Goryachev
angorya at openjdk.org
Tue Oct 29 21:50:16 UTC 2024
On Mon, 28 Oct 2024 19:20:28 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Public focus traversal API for use in custom controls
>>
>> https://github.com/andy-goryachev-oracle/Test/blob/main/doc/FocusTraversal/FocusTraversal-v3.md
>>
>> This work is loosely based on the patch
>> https://cr.openjdk.org/~jgiles/8061673/
>>
>> And is a scaled down version (with the public traversal policy API removed) of
>> #1555
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>
> visible
It was in the removed FocusTraversal:
* The methods provided in this class allow for transferring focus away from the
* specific {@code Node} (which serves as a reference and does not have to be focused or
* focusable), within the owning {@link Scene} or {@link SubScene}.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1604#issuecomment-2445390923
More information about the openjfx-dev
mailing list