[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] IContributionItems Access details

I'm attempting to work on the SWTBot product (http://swtbot.sourceforge.net/index.html) and in the process I'm working to try and access the View menus and Toolbars.

Anyway I've been able to run a command when I give the ID to the handler service. I've also been able to programatically get a list of all the contribution items for a view.

Well now here is my problem. I need to either get physical menu item widgets to trigger them as if being pressed, or I need to get the command id. My problem is I haven't been able to get either of these. Personally I like to be able to get both.

Any help would be appreciated.

steve

PS I'm hoping Paul Webster will respond on this as he seems to be the master of all around this topic.