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

Packages that use HookRegistry
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.core.runtime.internal.stats   
org.eclipse.osgi.baseadaptor   
 

Uses of HookRegistry in org.eclipse.core.runtime.internal.adaptor
 

Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type HookRegistry
 void EclipseAdaptorHook.addHooks(HookRegistry hookRegistry)
           
 void EclipseClassLoadingHook.addHooks(HookRegistry hookRegistry)
           
 void EclipseErrorHandler.addHooks(HookRegistry hookRegistry)
           
 void EclipseLazyStarter.addHooks(HookRegistry hookRegistry)
           
 void EclipseLogHook.addHooks(HookRegistry hookRegistry)
           
 void EclipseStorageHook.addHooks(HookRegistry hookRegistry)
           
 

Uses of HookRegistry in org.eclipse.core.runtime.internal.stats
 

Methods in org.eclipse.core.runtime.internal.stats with parameters of type HookRegistry
 void StatsManager.addHooks(HookRegistry hookRegistry)
           
 

Uses of HookRegistry in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return HookRegistry
 HookRegistry BaseAdaptor.getHookRegistry()
          Returns the HookRegistry object for this adaptor.
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type HookRegistry
 void HookConfigurator.addHooks(HookRegistry hookRegistry)
          Adds hooks to the specified hook registry.