Uses of Interface
org.eclipse.core.runtime.IAdapterManager
Packages that use IAdapterManager
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of IAdapterManager in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime that return IAdapterManagerModifier and TypeMethodDescriptionstatic IAdapterManager
Platform.getAdapterManager()
Returns the adapter manager used for extendingIAdaptable
objects. -
Uses of IAdapterManager in org.eclipse.ui.databinding.typed
Methods in org.eclipse.ui.databinding.typed with parameters of type IAdapterManagerModifier and TypeMethodDescriptionstatic <S,
T> IValueProperty <S, T> WorkbenchProperties.adaptedValue
(Class<T> adapter, IAdapterManager adapterManager) Returns a value property which observes the source object as the adapted type.