stringMatcherEditors.add(getTextMatcherEditor(
columnIndex, textMatchingMode,
displayConverter,
parseResult.getValueToMatch()));
} else {
Object threshold = displayConverter
.displayToCanonicalValue(parseResult
.getValueToMatch());
matcherEditors.add(getThresholdMatcherEditor(
columnIndex, threshold, comparator,
columnValueProvider, matchOperation));