Re: How to remove a node from a project's logical view?
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
It's always the same with Nodes -- remove the model object that defines the Node and then refresh the hierarchy. Gj On 20-1-2016 21:44, Peter Nabbefeld wrote: > > Hello, > > I've read about how to extend a project's logical view by registering > a NodeFactory. While this works well, I'm getting some problems when I > want to configure this behaviour. > > I've also registered a customizer to extend the properties wizard of a > J2SE project type (which I registered the NodeFactory for). > > Now I want to show the produced nodes only, if I've set up the > configuration for it. As the configuration can be removed while the > project is open, I want to remove the additional node then. > > How can I achieve this? > > Kind regards > Peter >