SWT.TRAVERSE_ARROW_NEXT

Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the RIGHT-ARROW or DOWN-ARROW keys (value is 1<<6).

class SWT
int TRAVERSE_ARROW_NEXT;

Meta