public void handleAction(Object context) throws ApplicationException
{
new Print().handleAction(new PrintSupportSepaSammelLastschrift((SepaSammelLastschrift) context));
}
},"document-print.png"));
addItem(new CheckedContextMenuItem(i18n.tr("Exportieren..."),new SepaSammelLastschriftExport(),"document-save.png"));
addItem(new ContextMenuItem(i18n.tr("Importieren..."),new SepaSammelLastschriftImport(),"document-open.png"));
}