I have created a table viewer using JFace. Now i want to move from one row to another row by using TAB key, those rows are existed in TableViewer.
In my table viewer i have 5 rows with 2 columns, and one column is editable. Now i want to move one row to another row by using TAB Key from keyboard. As of now if i press TAB key, i can move to first row in the table viewer but i want to traverse every row in the table viewer by using TAB.