How to change BeanNode icon at runtime?
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
I have Server bean and in explorer view I'm rendering list of servers. Based on the server status (Reachable or not), I want to display different icon for that node. Is it possible as getIcon method gets called only once when BeanNode gets created. Once, that icon is set, how to change it?