[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Start Plugin at runtime
|
There is a Interface which have to be implemented by plugin class.
Think it's is org.eclipse.ui.IStartup
Philipp Schill wrote:
> Hi,
> I want to start/activate plugins at runtime e.g. if you click a button
> another plugin is started and another button is shown in the workbench.
> Can I suppress the message that the workbench has to be updated and
> instead of this do this automatically?
> phil