[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Parameterized View

Is there any way to parameterize a view programmatically? I would like an action from one summary view to launch a new view with detail information.

My detail view supports multiple instances and I'm using IWorkbenchPage#showView(String, String, int) to open it. Any way to tell it what to show?

I know IExecutableExtension can be used declaratively, but I need to do it at runtime.

Thanks,
Will