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

Robert,

Your plug-in could launch a thread with a sleep delay for whatever duration you'd like, that would repeatedly perform whatever refresh actions you'd like. Just make sure you use Display.asyncExec() to perform the UI updates from your thread.

Hope this helps,
 - Jeff