Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Fragments and class/method overriding

Hello,

I am using a plugin (which is extendable and from the uDig project based on Eclipse RCP). Inside this plugin there is a WorkbenchAdvisor which returns the string of the initial perspective. I want to change that and people by using a fragment.

Is it possible to override classes/methods by using fragments? And how can it be done. Within the new fragment project should i create the same class within the same package. Can somebody give me an example of this? Another question, is it also possible to change the plugin.xml with a fragment?

Best regards,

Johan de Koning


Back to the top