KeyDown
event. Valid traversal values are SWT.TRAVERSE_NONE
, SWT.TRAVERSE_MNEMONIC
, SWT.TRAVERSE_ESCAPE
, SWT.TRAVERSE_RETURN
, SWT.TRAVERSE_TAB_NEXT
, SWT.TRAVERSE_TAB_PREVIOUS
, SWT.TRAVERSE_ARROW_NEXT
, SWT.TRAVERSE_ARROW_PREVIOUS
, SWT.TRAVERSE_PAGE_NEXT
and SWT.TRAVERSE_PAGE_PREVIOUS
. If traversal
is SWT.TRAVERSE_NONE
then the Traverse event is created with standard values based on the KeyDown event. If traversal
is one of the other traversal constants then the Traverse event is created with this detail, and its doit
is taken from the KeyDown event.
SWT.TRAVERSE_NONE
to computethis from event
@param event the KeyDown event
@return true
if the traversal succeeded
@exception IllegalArgumentException
|
|