Re: Re: Re: How to set the category programmatically in the suggestions window?
Tor Norbye <[email protected]> Wed, 13 Aug 2003 16:46:24 -0700
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Organization | Sun Microsystems, Inc |
| Message-ID | <[email protected]> |
Julian Sinai wrote: > Hi, Tor--thanks for your response. > > I found I couldn't do quite what you suggested because I needed to add > another condition to the filter before setting the filter on the view. So I > needed to make the following items public, in order to replicate the code in > ShowCategoryAction.MainItemListener.actionPerformed: > > SuggestionManagerImpl.notifyFiltered > class SuggestionNode > SuggestionNode.getCategoryLabel > SuggestionsView.notifyFiltered > SuggestionsView.getCurrentView > SuggestionType.getLocalizedName > > If it's possible to make these changes, can they be made on the NB 3.5 > branch? Can you send me a patch? ( cvs diff -u > mypatch.diff )