SWT Java Tutorial

TableCursor provides a means to navigate around a table widget using the keyboard:
Arrows
Home
End
Page Up
Page Down
Enter
TableCursor has a single constructor:public TableCursor(Table parent, int style)
The style can be either SWT.NONE or SWT.BORDER.