Community
Participate
Working Groups
Accessible#addAccessibleAttributeListener has this API comment: * Adds the listener to the collection of listeners that will be * notified when an accessible client asks for any of the properties * defined in the <code>AccessibleAttribute</code> interface. I couldn't find any reference to AccessibleAttribute either in the SWT API or on the web. This either needs to be explained, or perhaps the wrong name got in here?
the name is wrong, the correct name is AccessibleAttributeListener. I'm released the fix. thank you John
Thanks, Felipe. Thanks, John. There were a few more like that. I have released the additional fixes.