SWT.TRAVERSE_TAB_PREVIOUS

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

class SWT
int TRAVERSE_TAB_PREVIOUS;

Meta