RFR: 8301312: Create implementation of NSAccessibilityButton protocol

Alexander Zuev kizune at openjdk.org
Mon Apr 10 20:03:05 UTC 2023


On Sat, 8 Apr 2023 14:19:34 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Add the common base component for all the new implementing native classes Change native peer creation to use the new base component The new code will instantiate new protocol implementation  for the given role if it exists or an old one if it does not exist
>> Added BUTTON role implementing class
>
> modules/javafx.graphics/src/main/native-glass/mac/a11y/AccessibleBase.h line 42:
> 
>> 40: @end
>> 41: 
>> 42: jmethodID jAccessibilityAttributeNames;
> 
> Very minor: missing newline at end of file

Fixing.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1084#discussion_r1162039432


More information about the openjfx-dev mailing list