});
}
@RunsInEDT
static void checkStateAndStopEditing(final @Nonnull JTable table, final int row, final int column) {
execute(new GuiTask() {
@Override
protected void executeInEDT() {
checkCellIndicesInBounds(table, row, column);
validateCellIsEditable(table, row, column);
doStopCellEditing(table, row, column);