public static class AdapterFactoryContentProvider
extends java.lang.Object
This content provider wraps an AdapterFactory
and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
All method calls to the various structured content provider interfaces
are delegated to interfaces implemented by the adapters generated by the AdapterFactory.
org.eclipse.jface.viewers.IStructuredContentProvider
is delegated to
IStructuredItemContentProvider
; ITreeContentProvider
is delegated
to ITreeItemContentProvider
;
and IPropertySourceProvider
to IItemPropertySource
.
- See Also:
- Serialized Form