|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAdapterFactory | |
---|---|
org.eclipse.core.runtime | Provides support for the runtime platform, core utility methods and the extension 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,
java.lang.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,
java.lang.Class adaptable)
Removes the given adapter factory from the list of factories registered as extending the given class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |