Hooking "filter nodes" in project navigator?

"linesb" <[email protected]>
Newsgroups gmane.comp.java.netbeans.devel
Message-ID <[email protected]>
I seem to have answered my own question.
It seem that you are not able to hook into the quick search in the project explorer.

However, I found a way to disable it:


> TopComponent findTopComponent = WindowManager.getDefault().findTopComponent("projectTabLogical_tc");
>                 BeanTreeView view = (BeanTreeView) findTopComponent.getComponents()[0];
>                 view.setQuickSearchAllowed(false);
> Code:
> 
> 
> 
> 
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.