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
-
public class PhotoTANDialog extends TANDialog
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_WIDTH
-
-
Constructor Summary
Constructors Constructor Description PhotoTANDialog(PinTanConfig config, byte[] bytes)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
extendTop(de.willuhn.jameica.gui.util.Container container)
Erweitert den oben..protected void
paint(org.eclipse.swt.widgets.Composite parent)
-
Methods inherited from class de.willuhn.jameica.hbci.passports.pintan.TANDialog
extendBottom, getContext, getData, setContext, setInfoText, setShowTAN, setTAN, setText
-
-
-
-
Constructor Detail
-
PhotoTANDialog
public PhotoTANDialog(PinTanConfig config, byte[] bytes) throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
ct.- Parameters:
config
- die PINTAN-Config.bytes
- die Bytes des Bildes.- Throws:
java.rmi.RemoteException
de.willuhn.util.ApplicationException
- wenn die Grafik nicht geparst werden konnte.
-
-
Method Detail
-
extendTop
protected void extendTop(de.willuhn.jameica.gui.util.Container container) throws java.lang.Exception
Description copied from class:TANDialog
Erweitert den oben..
-
paint
protected void paint(org.eclipse.swt.widgets.Composite parent) throws java.lang.Exception
- Overrides:
paint
in classTANDialog
- Throws:
java.lang.Exception
- See Also:
TANDialog.paint(org.eclipse.swt.widgets.Composite)
-
-