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 on a table and it already has commands on it.
What is the right way to implement this?
I am using Eclipse RCP to build desktop app. When the user invokes a
Share
in your ViewPart (for example) you could add