RFR: 8091673: Public focus traversal API for use in custom controls [v3]

Andy Goryachev angorya at openjdk.org
Mon Oct 28 19:27:37 UTC 2024


On Mon, 28 Oct 2024 19:03:41 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> What do you think of the following:
>> 
>> * @param visible Specifies whether the {@link #focusVisibleProperty() focusVisible} flag will be
>> *                set on the node that receives focus. Callers must specify {@code true} if this
>> *                method is called as a result of keyboard navigation, or if the current node
>> *                visibly indicates focus; in all other cases, callers must specify {@code false}.
>
> I like that, it clearly explains what to do.  thank you!

also updated the JEP:
https://github.com/andy-goryachev-oracle/Test/blob/main/doc/FocusTraversal/FocusTraversal-v3.md

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1604#discussion_r1819624147


More information about the openjfx-dev mailing list