Class PhotoTANDialog


  • public class PhotoTANDialog
    extends TANDialog
    Dialog für die PhotoTAN-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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void paint​(org.eclipse.swt.widgets.Composite parent)  
      • 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

      • PhotoTANDialog

        public PhotoTANDialog​(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

      • 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)