I have an RCP application and I have an swt Table Viewer, one
of its columns is editable and I would like to be able to move in the table by using
the tab and editing the cells when pressing enter.
I saw the functionality before in some table viewers so I know its possible.
Any ideas how to do that? Is it some general binding in plugin.xml or it’s specific
to the viewer?
This can be achieved by adding a CellNavigationStrategy.
Have a look at JFace snippet 059.