Dynamic context menu items

Posted by Willem on Stack Overflow See other posts from Stack Overflow or by Willem
Published on 2010-04-30T12:56:33Z Indexed on 2010/05/04 6:58 UTC
Read the original article Hit count: 240

Filed under:
|

I am using Eclipse RCP to build desktop app. When the user invokes a popup menu I'd like to add some items to the menu. Something like a list of "suggested actions" to take for a problem. The pop-up is is on a table and it already has commands on it. What is the right way to implement this?

© Stack Overflow or respective owner

Related posts about eclipse-rcp

Related posts about java