}
@Override
public void configure(TestElement te) {
super.configure(te);
JMXMonCollector dmte = (JMXMonCollector) te;
JMeterProperty jmxmonValues = dmte.getSamplerSettings();
if (!(jmxmonValues instanceof NullProperty)) {
JMeterPluginsUtils.collectionPropertyToTableModelRows((CollectionProperty) jmxmonValues, tableModel, columnClasses);
} else {
log.warn("Received null property instead of collection");
}