SWT.TRAVERSE_ESCAPE

Traversal event detail field value indicating that the key which designates that a dialog should be cancelled was pressed; typically, this is the ESC key (value is 1<<1).

class SWT
int TRAVERSE_ESCAPE;

Meta