0

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.

  • The answer in the duplicate question can be adapted to move to the next row easily. – Baz May 10 '16 at 12:58
  • From those 4 answers i can able to move from one column to other column. But i want to navigate in between the rows which are existed in swt table. – Vinod Kumar Jeeru May 12 '16 at 06:58
  • Just take the code from the accepted answer and set the selection to the next row. – Baz May 12 '16 at 07:32

0 Answers0