Hi, I think there are default SAVE and CANCEL buttons associated with editors in Eclipse RCP. How do we make these buttons appear on an editor.
I take it that these buttons are invisible by default and may be there is some superclass method that needs to be overridden to make the SAVE CANCEL buttons appear on editor. I remember of having heard of such a thing. (I may be wrong though)
In any case, how do we achieve this? (PS: I am not looking for a custom SWT button and name it 'SAVE'. I am looking for a default SAVE button that is associated with the editor(if there is such a thing)).