[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Tying MenuItems to IContributionItem

Check out ActionContributionItem#fill() methods ... it attaches the contribution item to the menu item ... you should be able to go menuItem.getData() to get back the contribution item.

Later,
PW