I have been looking in the newsgroup but I haven't found any possible
solution.
I have a working thread and a View (ViewPart) with a table viewer. I want
the working thread to add log messages as new items in the table.
I have tried with synchronized methods without success. Should I use
"PlatformUI.getWorkbench().getDisplay().asyncExec"? Or somehow send
messages to the my content provider class (implements
"IStructuredContentProvider")? Which is the right way to do that?