};
private void clearCache(JFrame frame) {
TextData statusTextDataObject = (TextData)UIutils.getForm(frame).getClientProperty(cSTATUS_WIDGET);
if (statusTextDataObject != null) {
statusTextDataObject.removePropertyChangeListener("value", oldValueChangeListener);
oldValueCache.remove(statusTextDataObject);
}
}
/**The flag is used to ignore changes of old value cache when change is initiated internally*/