I'm creating E4 RCP application in that I have one part. I want to implement "Save As" functionality for my Part, as it is implemented for Editors (Like:Java file Editor).
Requirements:
- When user click on my part "Save As" option should be enable.
- When user click on "Save As" option my code should run so that I can do what I want.
So my question is for this what should I do, is I have to implement any extension point or any this else. ?