Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » TableTree accessibility problem
TableTree accessibility problem [message #464333] Mon, 21 November 2005 17:21 Go to next message
Michael Champion is currently offline Michael ChampionFriend
Messages: 2
Registered: July 2009
Junior Member
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 18:28 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
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: Thu Apr 18 08:22:46 GMT 2024

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

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

Back to the top