Re: Re: How to set the category programmatically in the suggestions window?

"Julian Sinai" <[email protected]> Wed, 13 Aug 2003 16:43:51 -0700
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Message-ID <[email protected]>
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?
Thanks,
Julian