Class Export
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.action.Export
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Action
- Direct Known Subclasses:
AuslandsUeberweisungExport
,KontoauszugExport
,KontoExport
,LastschriftExport
,SepaLastschriftExport
,UeberweisungExport
public class Export extends java.lang.Object implements de.willuhn.jameica.gui.Action
Generische Action zum Starten eines Exports.
-
-
Field Summary
Fields Modifier and Type Field Description protected static de.willuhn.util.I18N
i18n
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleAction(java.lang.Object context)
-
-
-
Constructor Detail
-
Export
public Export(java.lang.Class type)
ct.- Parameters:
type
- der zu exportierende Typ.
-
Export
public Export(java.lang.Class type, java.lang.Object data)
ct.- Parameters:
type
- der zu exportierende Typ.data
- die zu exportierenden Daten. Wenn angegeben, haben sie Vorrang vor denen in handleAction.
-
-