I am currently developing an eclipse plugin with the EMF and GMF frameworks that uses a tabbed property section to update the EMF model through the generated GMF diagram. I want to create another view with similar behaviour to the tabbed property view, which also displays and updates properties of the EMF model but also allows dragging and dropping from this new view into the tabbed property section.
I have managed to create this second property view, however when this view comes into focus, the properties view is updated to show the properties of this view instead of the properties of the EMF model.
Is there some way to prevent the properties view from updating when this new view comes into focus, or is there some other approach to take?