[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Is it possible to continously refresh a view?

The job api of eclipse could come in handy!

Stepan Rutz wrote:
Hi,

java.util.Timer and using Display.asyncExec works fine for me.
With the timer you don't need to launch a thread and so waiting.

Regards,
Stepan