<AWT Dev> RFR: 8264304: Create implementation for NSAccessibilityToolbar protocol peer [v2]
Alexander Zuev
kizune at openjdk.java.net
Sat May 22 19:55:00 UTC 2021
On Thu, 20 May 2021 10:44:10 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:
>> Create implementation for accessibility native peer for Toolbar component.
>> There is no direct protocol for this role and there is no protocol in list of role based protocols defined by Apple Accessibility API, which can be used for this role directly. https://developer.apple.com/library/archive/documentation/Accessibility/Conceptual/AccessibilityMacOSX/ImplementingAccessibilityforCustomControls.html. So custom implementation of peer is created.
>>
>> Accessibility support in JToolBar is very trivial, so the native peer is also simple.
>>
>> I have tested this implementation by using the SwingSet2 demo and Toolbar samples present here https://docs.oracle.com/javase/tutorial/uiswing/components/toolbar.html. The Voice Over works fine and consistent with the old implementation.
>
> Pankaj Bansal has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
>
> - Merge branch 'master' into JDK-8264304
> - 8264304: Create implementation for NSAccessibilityToolbar protocol peer
Marked as reviewed by kizune (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/4040
More information about the awt-dev
mailing list