[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: custom content provider not automatically activated
|
- From: Andreas Pakulat <apaku@xxxxxx>
- Date: Tue, 26 Feb 2008 20:35:43 +0100
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: KNode/0.10.5
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