public void handleAction(Object context) throws ApplicationException
{
new Print().handleAction(new PrintSupportLastschriftList(context));
}
},"document-print.png"));
addItem(new CheckedContextMenuItem(i18n.tr("Exportieren..."),new LastschriftExport(),"document-save.png"));
}