[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: visibility (action filters) seriously flawed(?)

Multiple adapter factories on the same class are allowed, but the
AdapterManager class defines an order to them, and the first one in the list
in that order will be the only one used (see
org.eclipse.core.internal.runtime.AdapterManager). So I beleive you'll have
to register the factories on more specific types.

"Brian Roberts" <brianr@xxxxxxxxxxxx> wrote in message
news:3E4ADA62.5060106@xxxxxxxxxxxxxxx
> It appears that having two (or more)adapter factories registered on the
> same class doesn't work - only one of them will ever get called.  Am I
> missing something?  Am I using the (visibility) filter incorrectly?