FilterNode.Children no expansion icon on leaf nodes
"XavierM" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
I can't believe I did not find that, but thank you it works. the setChildren() method is protected so my mistake was that I was trying to find it in the FilterNode.Children subclass.