Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » TableTree accessibility problem
TableTree accessibility problem [message #464333] Mon, 21 November 2005 12:21 Go to next message
Eclipse UserFriend
I'm noticing a problem with items in a TableTree when they are read by a
screenreader, it does not read the "+" and "-" symbols to let the user
know the item can be expanded or contracted. Tried adding an
AccessibleControlListener to the TableTree but couldn't get it to read the
images that way either. Any suggestions?

(I know TableTree is deprecated, but I can't move to the 3.1 Tree yet.)

Thanks!
Re: TableTree accessibility problem [message #464391 is a reply to message #464333] Tue, 22 November 2005 13:28 Go to previous message
Eclipse UserFriend
You would need to add the accessible listener to the Table widget inside the
TableTree (tableTree.getTable()).

You should set the STATE_EXPANDED and STATE_COLLAPSED values in the
getState() callback of the AccessibleControlListener.

"Mike Champion" <champion@us.ibm.com> wrote in message
news:5420bf9c2091f7265317f9a3346b813a$1@www.eclipse.org...
> I'm noticing a problem with items in a TableTree when they are read by a
> screenreader, it does not read the "+" and "-" symbols to let the user
> know the item can be expanded or contracted. Tried adding an
> AccessibleControlListener to the TableTree but couldn't get it to read the
> images that way either. Any suggestions?
>
> (I know TableTree is deprecated, but I can't move to the 3.1 Tree yet.)
>
> Thanks!
>
Previous Topic:Why isn't the Browser control supported on Solaris (Sparc/X86) or HPUX
Next Topic:SWT Tree right click menu
Goto Forum:
  


Current Time: Sat Jul 12 15:37:43 EDT 2025

Powered by FUDForum. Page generated in 0.24145 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top