[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: custom content provider not automatically activated

Qinxian wrote:

> Hi,
> 
> The content provider must be set before that viewer call setInput method.
> Is this?

I don't do either, I just have the needed extension point declarations in my
plugin.xml.

org.eclipse.ui.navigator.CommonNavigator does seem to set at least the
filter and sorter before setting the input. I can't find any place where
the content provider is set though.

Andreas