I have an editor class which extends FormEditor class. In order to achieve save and save As functionality for this editor, will it be enough to override:
-
doSave(IProgressMonitor monitor)
-
doSaveAs()
-
isSaveAsAllowed()
these methods alone? Or anything else?
Yes. Please consider also the following
firePropertyChange(PROP_DIRTY)beforeSaveandSave As...Menu-Items in yourActionBarAdvisor