|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |