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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -