}
editorComponent.setText(userValue);
} else {
editable = editable && !(cell.getUserValue() instanceof LazyLoadedValue);
editorComponent.setEditable(editable);
String formattedUserValue = formatter.formatObject(cell.getUserValue());
editorComponent.setText(formattedUserValue);
}
JTextField valueTextField = editorComponent.getTextField();
valueTextField.setBackground(UIUtil.getTextFieldBackground());
}