public static class AdapterFactoryLabelProvider
extends java.lang.Object
ILabelProvider is delegated to IItemLabelProvider;
IFontProvider is delegated to IItemFontProvider;
IColorProvider is delegated to IItemColorProvider;
ITableLabelProvider is delegated to ITableItemLabelProvider;
and ITableFontProvider is delegated to ITableItemFontProvider.
and ITableColorProvider is delegated to ITableItemColorProvider.
The label provider has no mechanism for notifying the viewer of changes. As long as the AdapterFactory is also used in an AdapterFactoryContentProvider, this won't be a problem, because notifications will be forward as a result of that.