RFR: 8090456: Focus Management [v9]
Andy Goryachev
angorya at openjdk.org
Thu Oct 10 16:46:17 UTC 2024
On Wed, 9 Oct 2024 22:46:32 GMT, Andy Goryachev <angorya 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/
>
> Andy Goryachev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 15 commits:
>
> - Merge remote-tracking branch 'origin/master' into 8090456.focus.traversal
> - Merge remote-tracking branch 'origin/master' into 8090456.focus.traversal
> - removed traversal event
> - javadoc
> - remove bounds
> - whitespace
> - Merge remote-tracking branch 'origin/master' into 8090456.focus.traversal
> - Merge remote-tracking branch 'origin/master' into 8090456.focus.traversal
> - review comments
> - Merge remote-tracking branch 'origin/master' into 8090456.focus.traversal
> - ... and 5 more: https://git.openjdk.org/jfx/compare/ec60af47...5b31a64f
> this requires the addition of another API, namely the "entry point" into a container-like structure.
> API to control entry into a container; I agree that does seem to be missing from this proposal.
`public abstract Node selectFirst(Parent root)`
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1555#issuecomment-2405591695
More information about the openjfx-dev
mailing list