Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.core.runtime.IAdapterFactory

Packages that use IAdapterFactory
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry.  
 

Uses of IAdapterFactory in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime with parameters of type IAdapterFactory
 void IAdapterManager.registerAdapters(IAdapterFactory factory, Class adaptable)
          Registers the given adapter factory as extending objects of the given type.
 void IAdapterManager.unregisterAdapters(IAdapterFactory factory)
          Removes the given adapter factory completely from the list of registered factories.
 void IAdapterManager.unregisterAdapters(IAdapterFactory factory, Class adaptable)
          Removes the given adapter factory from the list of factories registered as extending the given class.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.