162163164165166167168169170171172
public IPropertySource getPropertySource(Object object) { return PropertySources.asPropertySource(object); } }; col.setLabelProvider(new PropertyColumnLabelProvider(propertySourceProvider, id)); } } } } }