Class PhotoTANDialog


  • public class PhotoTANDialog
    extends TANDialog
    Dialog für die PhotoTAN und QRTAN-Eingabe.
    • Field Summary

      • Fields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog

        MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
    • 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.gui.dialogs.AbstractDialog

        addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, onEscape, open, setMonitor, setPanelText, setSideImage, setSize, setTitle
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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..
        Overrides:
        extendTop in class TANDialog
        Parameters:
        container - der Container.
        Throws:
        java.lang.Exception
        See Also:
        de.willuhn.jameica.hbci.passports.pintan.TANDialog#extendTop(org.eclipse.swt.widgets.Composite)