matchEditor.setMatch(null, null, null);
return;
}
final URI functionId = matchEditor.getFunctionId();
final AttributeValue value = matchEditor.getValue();
removeSelectionListeners(table);
((TargetTableModel)table.getModel()).setValue(functionId, value, selectedRow, selectedColumn);
table.setRowSelectionInterval(selectedRow, selectedRow);
table.setColumnSelectionInterval(selectedColumn, selectedColumn);
addSelectionListeners(table);