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 TypeMethodDescriptionvoid
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. -
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 TypeClassDescriptionclass
Adapts ISelection instances to either IIterable or ICountable.