java - How to update Eclipse status line? -


i performing background operations initiated remote systems view. how update progress on status line?

in summary, how write message eclipse sdk status line?

enter image description here

the message displayed in status bar is name of the (long running) job, scheduled , run eclipse. progress percentage updated within job via iprogressmonitor.

see: eclipse jobs , background processing - tutorial


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -