Class QRTANDialog


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

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

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

        MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
    • Constructor Summary

      Constructors 
      Constructor Description
      QRTANDialog​(PinTanConfig config, java.lang.String hhduc)
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void paint​(org.eclipse.swt.widgets.Composite parent)  
      void setText​(java.lang.String text)
      BUGZILLA 150
      • Methods inherited from class de.willuhn.jameica.gui.dialogs.PasswordDialog

        checkUsername, extend, getData, getRemainingRetries, getUsername, onEscape, passwordModified, setErrorText, setLabelText, setPassword, setShowPassword, setUsername, setUsernameText
      • Methods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog

        addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, 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

      • QRTANDialog

        public QRTANDialog​(PinTanConfig config,
                           java.lang.String hhduc)
                    throws java.rmi.RemoteException,
                           de.willuhn.util.ApplicationException
        ct.
        Parameters:
        config - die PINTAN-Config.
        hhduc - die HHDuc-Rohdaten.
        Throws:
        java.rmi.RemoteException
        de.willuhn.util.ApplicationException - wenn die Grafik nicht geparst werden konnte.
    • Method Detail

      • setText

        public void setText​(java.lang.String text)
        Description copied from class: TANDialog
        BUGZILLA 150
        Overrides:
        setText in class TANDialog
        Parameters:
        text - Die Sparkassen verwenden QR-Code in HHD 1.3 und uebertragen dort (wie beim Flickercode auch) die maschinenlesbaren Daten direkt in der Text-Nachricht per Base64-Codierung in den Tags CHLGUC und CHLGTEXT. Wir haben daher diese Methode ueberschrieben, um den Code bei Bedarf dort zu extrahieren.
        See Also:
        TANDialog.setText(java.lang.String)
      • paint

        protected void paint​(org.eclipse.swt.widgets.Composite parent)
                      throws java.lang.Exception
        Overrides:
        paint in class TANDialog
        Throws:
        java.lang.Exception
        See Also:
        PasswordDialog.paint(org.eclipse.swt.widgets.Composite)