Change TrayIcon Tooltip from ProgressMonitorDialog
- by Raven
Hello,
i am using the Eclipse RCP trayitem, which is described in Vogellas tutorials here:
http://www.vogella.de/articles/RichClientPlatform/article.html#systemtray
The requirement now is not only to show the name of the app in the tooltip but also a percentage while doing lengthy operations.
I understand that the trayitem attribute is a private from ApplicationWorkbenchWindowAdvisor, so I added a getter and setter method.
The only thing missing is a possibility to access the trayitem instance from my ProgressMonitorDialog instance.
Can you tell me, how you would solve this puzzle?
Thanks