Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Adapter Factory Not loaded
Adapter Factory Not loaded [message #900560] Tue, 07 August 2012 14:24
ModelGeek Mising name is currently offline ModelGeek Mising nameFriend
Messages: 550
Registered: June 2011
Senior Member
Hi,

I have a model class implementing both IAdaptable, IPropertySource. This is being used in two different plugin.

@Override
public Object getAdapter(Class adapter) {
return Platform.getAdapterManager().getAdapter(this, adapter);
}
and i have also d


In one plugin i want to use same class for as property source(it works fine as i can see all properties) but in other plugin i want to have different adapter where i would want to show only few public properties. In this plugin i have also defined org.eclipse.core.runtime.adapters as extension point and have defined type and factory but it seems that it does not get loaded.

Any idea?

cheers
Previous Topic:How do I add extra validations to javadocs?
Next Topic:Adding double-click listener to ExtendedMarkersView extender
Goto Forum:
  


Current Time: Tue Apr 23 13:47:15 GMT 2024

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

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

Back to the top