SWT.ERROR_THREAD_INVALID_ACCESS

SWT error constant indicating that an attempt was made to invoke an SWT operation which can only be executed by the user-interface thread from some other thread (value is 22).

class SWT
int ERROR_THREAD_INVALID_ACCESS;

Meta