Class PhotoTANDialog
java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog
de.willuhn.jameica.hbci.passports.pintan.TANDialog
de.willuhn.jameica.hbci.passports.pintan.PhotoTANDialog
Dialog für die PhotoTAN und QRTAN-Eingabe.
-
Field Summary
Fields inherited from class de.willuhn.jameica.hbci.passports.pintan.TANDialog
config, i18n, WINDOW_HEIGHT, WINDOW_WIDTHFields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.willuhn.jameica.hbci.passports.pintan.TANDialog
extendBottom, getContext, getData, setContext, setInfoText, setNeedTAN, setShowTAN, setTAN, setTextMethods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, onEscape, open, setMonitor, setPanelText, setSideImage, setSize, setTitle
-
Constructor Details
-
PhotoTANDialog
public PhotoTANDialog(PinTanConfig config, byte[] bytes) throws RemoteException, de.willuhn.util.ApplicationException ct.- Parameters:
config- die PINTAN-Config.bytes- die Bytes des Bildes.- Throws:
RemoteExceptionde.willuhn.util.ApplicationException- wenn die Grafik nicht geparst werden konnte.
-
-
Method Details