plc.addBlurHandler(this);
table.setWidget(row, col, plc);
styleLastCommentCell(row, col);
} else {
final AccountInfo author = accountCache.get(line.getAuthor());
final PublishedCommentPanel panel =
new PublishedCommentPanel(author, line);
panel.setOpen(expandComment);
panel.addFocusHandler(this);
panel.addBlurHandler(this);