}
public Component getElementCellEditorComponent(final ReportElementEditorContext rootBandRenderComponent,
final ReportElement value)
{
EditContentRefAction action = new EditContentRefAction();
action.setReportDesignerContext(rootBandRenderComponent.getDesignerContext());
action.actionPerformed(new ActionEvent(this, 0, null));
return null;
}