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]> |
You're right, it works. https://blogs.oracle.com/geertjan/entry/projectcustomizer_nodefactory_combination https://github.com/GeertjanWielenga/PeterProjectCustomizerNodeFactory Hopefully it helps, Peter. Thanks, Neil. Gj On 21-1-2016 16:52, geertjan wielenga wrote: > > > Good point, will try that. > > Gj > > On 21-1-2016 16:34, Neil C Smith wrote: >> 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 >> >