[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: ActionProvider not getting called

Hello sowmya,

I have implemented the fillContextMenu() for copy action in my
actionProvider. I want my copy action to be executed only when i copy
Was this method called? Do you see this action in a popup menu?
Hint: If you do not need a content provider (this provider was created for you by Eclipse) then you can only:
- declare new actionProvider using org.eclipse.ui.navigator.navigatorContent extension-point
- bind this action provider to an existing navigator view (Project Explorer) by viewerActionBinding inside org.eclipse.ui.navigator.viewer extension-point.


In general, I'm not an author of Eclipse CommonNavigator framework (http://wiki.eclipse.org/index.php/Common_Navigator_Framework), so if you read documentation for this framework and still have questions concerning contributing new actions into this framework probably it make sense to ask these questions in corresponding newsgroup to let competent people answer it.

-----------------
Alex Shatalin