catch (UnsupportedFlavorException ufe) {
// ignore since we already checked at menu construction that flavor is supported
}
if (items != null) {
MultiTagFieldModel model = getTagFieldModel(table);
model.mergeTrackInfoItems(items);
model.sort();
refreshTable(table);
}
}
});