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