[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: How do i initialize a ViewPart ?

You said ---
Store the initialization information for your view somewhere else ... like in the plugin. Then in IViewPart#init() method go back to your plugin and initialize the internal variable from the plugin.
---


can u give me an example how to do that ?