Search Results

1
vote

What’s the best way to return variables from a syncExec?

If this happens often, you better use subscribe/notify model between your process and view. Your view subscribes to the event which should trigger that message box and gets notified when conditions …
1
vote

Recommend a Java wizard library?

There is one in the JFace library (that powers Eclipse) here. But it is for SWT rather …