// Initialize the editor with the provided default value or null:
setEditorValue(i, descriptors[i].getValue(DEFAULT));
// Now subscribe as a listener (we didn't want to receive the event
// for the setEditorValue above!)
propertyEditor.addPropertyChangeListener(this);
}
// Obtain message formats:
propertyFieldLabelMessage = new MessageFormat(JMeterUtils.getResString("property_as_field_label"));
propertyToolTipMessage = new MessageFormat(JMeterUtils.getResString("property_tool_tip"));