Uses of Interface
org.eclipse.core.runtime.IAdapterFactory
Packages that use IAdapterFactory
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of IAdapterFactory in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IAdapterFactory -
Uses of IAdapterFactory in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime with parameters of type IAdapterFactoryModifier and TypeMethodDescriptionvoidIAdapterManager.registerAdapters(IAdapterFactory factory, Class<?> adaptable) Registers the given adapter factory as extending objects of the given type.voidIAdapterManager.unregisterAdapters(IAdapterFactory factory) Removes the given adapter factory completely from the list of registered factories.voidIAdapterManager.unregisterAdapters(IAdapterFactory factory, Class<?> adaptable) Removes the given adapter factory from the list of factories registered as extending the given class. -
Uses of IAdapterFactory in org.eclipse.e4.ui.workbench.modeling
Classes in org.eclipse.e4.ui.workbench.modeling that implement IAdapterFactory -
Uses of IAdapterFactory in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IAdapterFactoryModifier and TypeClassDescriptionclassAdapts ISelection instances to either IIterable or ICountable.