Re: How to remove a node from a project's logical view?
Peter Nabbefeld <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Neil, I don't expect that to work, as I'm using @NodeFactory.Registration(projectType = "org-netbeans-modules-java-j2seproject") I don't have any access to the parent node, so I don't see how to modify the NodeList/LogicalView containig my Node. Kind regards Peter Am 21.01.2016 um 16:34 schrieb Neil C Smith: > Hi, > > On 21 January 2016 at 15:06, geertjan wielenga > <[email protected]> wrote: >> https://github.com/GeertjanWielenga/PeterProjectCustomizerNodeFactory > > Can you not extend that to return a simple NodeList implementation > that only returns the Node when it's been configured? I was under the > impression that NodeList supported ChangeListeners so that the list > could be dynamic, although not tried using them yet! > > Best wishes, > > Neil >