exportInnerTableCellEditor.setTags(paramList);
}
private EditResult saveParameters()
{
TableCellEditor theCellEditor = importTable.getCellEditor();
if (theCellEditor != null)
{
theCellEditor.stopCellEditing();
}
theCellEditor = exportTable.getCellEditor();
if (theCellEditor != null)
{
theCellEditor.stopCellEditing();
}
final ParameterMappingTableModel importModel = (ParameterMappingTableModel) importTable.getModel();
final ParameterMappingTableModel exportModel = (ParameterMappingTableModel) exportTable.getModel();