field.setText(objectRef,""+newValue,context);
else
field.setValue(objectRef,source,newValue,context);
UndoableEditSupport undoableEditSupport=objectRef.getDataFactory().getUndoController().getEditSupport();
if (undoableEditSupport!=null){
undoableEditSupport.postEdit(new FieldEdit(field,objectRef,value,oldValue,this,context));
}
}
}
} catch (FieldParseException e) {