Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] ActionFactory actions in actionSets

Hi,

I would like to contribute menu's to an RCP application using a plug-in. I've got it working just fine for my own actions using the actionSet element in the plugin.xml file. I can't get any of the ActionFactory's actions to work this way however, I can if I create a wrapper class around each one but that's not really ideal for some actions (e.g. I'd have to implement my own enablement for the Undo/Redo actions)
Is that the only way to do it or is there a better way?

Thanks

Peter Bracken


Back to the top