User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
Hello,
I m constructing a plugin to manage views and communication between
these views. So I have a class extending ViewPart. Is it possible to
instantiate, on a dynamic way, more than one view with the same plugin
class (extending ViewPart)? Actually, I would like to share a common
object between several views that i want to add to my plugin. Is it
possible?