<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Help in Eclipse RCP application</title>
	<atom:link href="http://urbas.tk/index.php/2008/07/26/help-contenst-in-eclipse-rcp-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://urbas.tk/index.php/2008/07/26/help-contenst-in-eclipse-rcp-application/</link>
	<description>Radoslaw H. Urbas homepage / blog</description>
	<lastBuildDate>Mon, 28 Nov 2011 15:23:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ashok</title>
		<link>http://urbas.tk/index.php/2008/07/26/help-contenst-in-eclipse-rcp-application/comment-page-1/#comment-17498</link>
		<dc:creator>ashok</dc:creator>
		<pubDate>Sat, 16 Apr 2011 03:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://urbas.tk/?p=39#comment-17498</guid>
		<description>HI, 

How to add command handler to the menumanager because 

Menumanager has add method which accept action has input it will not accept command handler… 

IMenuService menuservice = (IMenuService)PlatformUI.getWorkbench().getActiveWorkbenchWi ndow().getService(IMenuService.class); 
ICommandService commadnService = (ICommandService) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getServ ice(ICommandService.class); 
Command cmnd = commadnService.getCommand(“com.jobsleaf.comman.display”); 
MenuManager menumgr = new MenuManager(); 

/// how can i add command to menu manager 

menuservice.populateContributionManager(menumgr,”menu:com.ericsson.properties.view.view4 “); 

Please help me i am half the way of the problem 

more info 

http://www.eclipse.org/forums/index.php?t=msg&amp;th=207827&amp;start=0&amp;S=bcb7e587d80fac913deba3389ec6e070 
Thanks 
Ashok</description>
		<content:encoded><![CDATA[<p>HI, </p>
<p>How to add command handler to the menumanager because </p>
<p>Menumanager has add method which accept action has input it will not accept command handler… </p>
<p>IMenuService menuservice = (IMenuService)PlatformUI.getWorkbench().getActiveWorkbenchWi ndow().getService(IMenuService.class);<br />
ICommandService commadnService = (ICommandService) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getServ ice(ICommandService.class);<br />
Command cmnd = commadnService.getCommand(“com.jobsleaf.comman.display”);<br />
MenuManager menumgr = new MenuManager(); </p>
<p>/// how can i add command to menu manager </p>
<p>menuservice.populateContributionManager(menumgr,”menu:com.ericsson.properties.view.view4 “); </p>
<p>Please help me i am half the way of the problem </p>
<p>more info </p>
<p><a href="http://www.eclipse.org/forums/index.php?t=msg&#038;th=207827&#038;start=0&#038;S=bcb7e587d80fac913deba3389ec6e070" rel="nofollow">http://www.eclipse.org/forums/index.php?t=msg&#038;th=207827&#038;start=0&#038;S=bcb7e587d80fac913deba3389ec6e070</a><br />
Thanks<br />
Ashok</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://urbas.tk/index.php/2008/07/26/help-contenst-in-eclipse-rcp-application/comment-page-1/#comment-8355</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://urbas.tk/?p=39#comment-8355</guid>
		<description>This is great. I searched for over an hour looking for information on adding a menu item to the Help menu through the org.eclipse.ui.menus extension point. Thank you so much.</description>
		<content:encoded><![CDATA[<p>This is great. I searched for over an hour looking for information on adding a menu item to the Help menu through the org.eclipse.ui.menus extension point. Thank you so much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

