Uses of Class
org.eclipse.osgi.baseadaptor.BaseAdaptor

Packages that use BaseAdaptor
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.hooks   
 

Uses of BaseAdaptor in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return BaseAdaptor
 BaseAdaptor BaseData.getAdaptor()
          Returns the adaptor for this BaseData
 BaseAdaptor HookRegistry.getAdaptor()
          Returns the base adaptor associated with this hook registry.
 

Constructors in org.eclipse.osgi.baseadaptor with parameters of type BaseAdaptor
BaseData(long id, BaseAdaptor adaptor)
          Constructs a new BaseData with the specified id for the specified adaptor
HookRegistry(BaseAdaptor adaptor)
           
 

Uses of BaseAdaptor in org.eclipse.osgi.baseadaptor.hooks
 

Methods in org.eclipse.osgi.baseadaptor.hooks with parameters of type BaseAdaptor
 void AdaptorHook.initialize(BaseAdaptor adaptor)
          Gets called by the adaptor during FrameworkAdaptor.initialize(EventPublisher).