SWT Modal window types

SWT.APPLICATION_MODAL – Modal to the application; input is blocked to other windows in the application. SWT.PRIMARY_MODAL – Modal to the parent window of the dialog; input is blocked to the parent of the dialog only. SWT.SYSTEM_MODAL – Input is blocked to all other windows of all applications until the dialog is dismissed.