Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » CNF as Site Selection Provider
CNF as Site Selection Provider [message #309675] Fri, 03 November 2006 14:31 Go to next message
Eclipse UserFriend
Originally posted by: kgilmer.gmail.com

Hi All!

Quick, hopefully simple question: How can I get the Common Navigator
to fire selection events. In the old way, I'd say something like...

myView.createPartControl(...) {
...
this.getSite().setSelectionProvider(myViewer);
..
}

My model objects are not firing events, and are not being rendered in
the property view. I went back and checked MDE's example with the
property file viewer, and it does not do this either. Any tips?

Cheers
ken
Re: CNF as Site Selection Provider [message #309903 is a reply to message #309675] Fri, 10 November 2006 17:43 Go to previous message
Eclipse UserFriend
Originally posted by: kgilmer.gmail.com

After doing some digging/debugging in the Common Navigator Viewer, I've
determined that the CommonNavigator is setting itself as a selection
provider. The problem seems to be that it is presenting my model
objects to be rendered in a tabbed property view, rather than the
standard one, and in my RCP app, there is no tabbed property view. I've
taken a look through the CNF extension point schemas but can't find
where this might be configured. Any advice?

TIA
ken

Ken Gilmer wrote:
> Hi All!
>
> Quick, hopefully simple question: How can I get the Common Navigator
> to fire selection events. In the old way, I'd say something like...
>
> myView.createPartControl(...) {
> ...
> this.getSite().setSelectionProvider(myViewer);
> ..
> }
>
> My model objects are not firing events, and are not being rendered in
> the property view. I went back and checked MDE's example with the
> property file viewer, and it does not do this either. Any tips?
>
> Cheers
> ken
Previous Topic:Try to debug existing C++ executable
Next Topic:Hot to display HTML page in embedded Editor.
Goto Forum:
  


Current Time: Mon May 12 05:38:24 EDT 2025

Powered by FUDForum. Page generated in 0.06188 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top