A: 

The following link may help with SWT accessibility since it goes over setting tab order, cursor highlight, etc. http://www.borderlandconsulting.com/bc/articles/swt_tips_and_tricks_1.php

Jared
Thanks for that, Jared. It was useful too.
Anirudh
A: 

I found that the SWT snippets are very good in conveying information on accessibility and achieving keyboard navigation, among other things.

For my specific question, the snippets on accessibility are useful. This one snippet on how to achieve tab-traversal of a Canvas element is spot-on.

This Eclipse accessibility article provides an useful overview of how to make your SWT application accessible.

Anirudh