I am working on NetBeans Platform 6.7
I have a simple BeanTreeView to display some nodes. They all start in normal text and I wish to change some of them to bold and/or underline, in response to events in the software.
Trouble is, I cannot see how to get the Tree to refresh the Nodes display.
I can call AbstractNode.setName() which will allow me to change the name but will not support the bold tags.
I can change the result of getHtmlDisplayName() to include bold tags. But then I must get the Node to be repainted - how can I do that ?