SWT Java Tutorial

Constant Description
SWT.CHECKCreates a stateful push button ("toggle" button).
SWT.DROP_DOWNCreates a dropdown.
SWT.PUSHCreates a traditional push button.
SWT.RADIOCreates a grouped stateful push button (only one in the group may be selected at a time).
SWT.SEPARATORCreates a separator.