SWT.TRAVERSE_PAGE_NEXT

Traversal event detail field value indicating that the key which designates that the next page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEDOWN key sequence (value is 1<<9).

class SWT
int TRAVERSE_PAGE_NEXT;

Meta