registerComponent(checkBoxList);
}
@Override
public void applyChanges() throws ConfigurationException {
DataEditorQualifiedEditorSettings settings = getConfiguration();
checkBoxList.applyChanges();
settings.setTextLengthThreshold(ConfigurationEditorUtil.
validateIntegerInputValue(
textLengthThresholdTextField,
"Text Length Threshold", 0, 999999999, null));
}