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]> |
Hm, not yet - I'll try to put some files at the week-end. What I want to do is sth. like this: 1. Project cutomizer: +------------------+-----------------------------+ | 1. Sources | | | 2. *My Options* | | | 3. ... | [x] Show my node | | | | | | | +------------------+-----------------------------+ 2. Project tab: +-------------------------+ | # My Project | | | | | +--# My Node | | | | | +--# Source Packages | | | | | +--# Libraries | | | +-------------------------+ The Node "My Node" should only be shown, if the checkbox is set. The tricky part here is, that the node should be updated immediately after configuration change, so I think I will have to get the tab and to repaint the project tree. Kind regards Peter