Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Get loaded plugin
Get loaded plugin [message #257801] Fri, 02 July 2004 05:04 Go to next message
Eclipse UserFriend
Originally posted by: cenedese.nospam.indel.ch

Hi

I'm new to eclipse and quite new to java. So please explain simple :)

I have two plugins and I want them to talk to each other. This should
be done by direct access (object) and not through the extension
points. Two questions:

- How can I find a loaded plugin? There's a GetPlugin method which is
now deprecated. If I have several plugins which are looking for this
other plugin they should all get the same object back.

- How do I need to setup my build.xml for a plugin so that it knows
the other plugin-id (for looking for it and calling functions) but
is not dependent on it? It should also work if the other plugin is
not loaded. When I try to add something to the classpath the add
button is disabled.

Now that 3.0 is released, is there some documentation on it available?
I mean besides the articles on eclipse.org?

Thanks

bye Fabi
Re: Get loaded plugin [message #257870 is a reply to message #257801] Fri, 02 July 2004 11:03 Go to previous message
Eclipse UserFriend
Originally posted by: cenedese.nospam.indel.ch

> - How can I find a loaded plugin? There's a GetPlugin method which is
> now deprecated. If I have several plugins which are looking for this
> other plugin they should all get the same object back.

I should add that I want to find a plugin that doesn't extend the GUI,
so Workbench.getActivePage().findView or so won't help (I guess).

Thanks

bye Fabi
Previous Topic:Valid choices for extension point attribute
Next Topic:upgrading to eclipse3.0 - how to get my project running again?
Goto Forum:
  


Current Time: Tue Jul 22 16:13:57 EDT 2025

Powered by FUDForum. Page generated in 0.03997 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top