tableData.add(tableRow);
// Re-select the row, and make sure it's visible
rowIndex = tableData.indexOf(tableRow);
tableView.setSelectedIndex(rowIndex);
tableView.scrollAreaToVisible(tableView.getRowBounds(rowIndex));
}
rowEditorListeners.changesSaved(this, tableView, rowIndex, columnIndex);
} else if (vote == Vote.DENY) {
rowEditorListeners.saveChangesVetoed(this, vote);