citeSeerFetcher.beginImportCiteSeerProgress();
NamedCompound citeseerNamedCompound =
new NamedCompound(Globals.lang("CiteSeer Import Fields"));
boolean newValues = citeSeerFetcher.importCiteSeerEntries(clickedOn, citeseerNamedCompound);
if (newValues) {
citeseerNamedCompound.end();
currentBp.undoManager.addEdit(citeseerNamedCompound);
}
UpdateComponent updateComponent = new UpdateComponent(newValues);
SwingUtilities.invokeLater(updateComponent);
}