}
});
actions.put("exportToClipboard", new ExportToClipboardAction(frame, database()));
actions.put("writeXMP", new WriteXMPAction(this));
actions.put("abbreviateIso", new AbbreviateAction(this, true));
actions.put("abbreviateMedline", new AbbreviateAction(this, false));
actions.put("unabbreviate", new UnabbreviateAction(this));
actions.put("autoSetPdf", new AutoSetExternalFileForEntries(this, "pdf"));