[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] dynamic viewpart

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?

thanks.