I've got a Problem. In my RCP-Application exist different views and
editors. In one of the editors is a save-Button. Now, I want this button
do the same action like the glocal-save-action which can be used in the
main menu(ActionFactory.SAVE.getId()). Is there a possibility to do this?
I only found the other way: override the glocal-save-action with
setglobalactionhandler(...).