I have a problem as follows:
I\'ve written a simple minimalistic Application that utilizes the SWT for the GUI. In a specific tab, where it displays a table that get\'s
If you are using Eclipse RCP, you should use Jobs API. In plain SWT, there is no built-in solution. You need to use Display.asyncExec to update the table.