SWT.TRAVERSE_TAB_NEXT

Traversal event detail field value indicating that the key which designates that focus should be given to the next tab group was pressed; typically, this is the TAB key (value is 1<<4).

class SWT
int TRAVERSE_TAB_NEXT;

Meta