Problem's overriding methods
Hi at all.
I've this problems: I'm developing an eclipse plugin that create a new view. So the main class extends ViewPart for creating the main control. Now after some my operations, i set some permission on a file and when i try to edit it with eclipse it ask me if i want to set the editable permission on this file. I want ti ovverride this method. I found it, but i can't extend it becouse my main class also extend viewPart.
Any suggestions?
Thanck at all!

