RFR: 8311806: Class ButtonAccessibility is implemented twice
Alexander Zuev
kizune at openjdk.org
Fri Jul 14 20:02:11 UTC 2023
On Thu, 13 Jul 2023 05:25:45 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> May I suggest an alternate naming pattern similar to AccessibleBase.h. Can we name our files as AccessibleButton, (AccessibleList, ... and so forth) ?
The slight issue with this approach is that in my opinion the class names will be too similar for the first look which will make code less readable. Also that will make code in JDK and JFX less similar which might be a problem for anyone who will support accessibility on both sides. For that reason i'm trying to keep naming and structure of the files as close as possible.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1174#issuecomment-1636353075
More information about the openjfx-dev
mailing list