Hi
Refering to the gmf mindmap example the
org.eclipse.gmf.examples.mindmap.diagram.navigator.MindmapNavigatorActionProvider
class is not being called when the diagram file is opened.
This has been specified as the <actionProvider> with extension
point="org.eclipse.ui.navigator.navigatorContent" . And it has been binded
with package explorer in viewcontentBinding and viewerActionBinding with
extension point ="org.eclipse.ui.navigator.viewer".
I need to add some code into this action provider .
Could anybody please tell me how to get the control to this class.