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!

[490 byte] By [Fegennaa] at [2007-11-26 18:08:53]
# 1

> Any suggestions?

Yes. I don't know about others here, but I have no concrete expertise in writing plugins for eclipse. So either try an eclipse-specific forum or, if you're interested in a general, java-centric answer, provide more information, e.g. on the piece of code which is responsible for the permission dialog.

quittea at 2007-7-9 5:40:40 > top of Java-index,Java Essentials,Java Programming...