public ChooseClassAndPropertiesUiContentProvider(ChooseClassAndPropertiesConfiguration configuration,
BeanSupport beanSupport) {
super(configuration);
m_beanSupport = beanSupport;
if (configuration.getPropertiesLabelProvider() == null) {
configuration.setPropertiesLabelProvider(new PropertyAdapterLabelProvider());
}
}