What is SwingUtilities.invokeLater()
equivalent in Eclipse API 3.x?
I.e. how to run something on "main thread"?
Can I use
@Inject
UISynchronize sync;
for this in Eclipse Plug-In 3.x?
It is written, that UISynchronize
is valid "since 1.0". What does it mean? Why is it in e4
package then?