Class ChipTANDialog


  • public class ChipTANDialog
    extends TANDialog
    Dialog für die ChipTAN (OPTIC und USB).
    • 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)  
      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

      • ChipTANDialog

        public ChipTANDialog​(PinTanConfig config,
                             java.lang.String code)
                      throws java.rmi.RemoteException,
                             de.willuhn.util.ApplicationException
        ct.
        Parameters:
        config - die PINTAN-Config.
        code - der Flicker-Code.
        Throws:
        java.rmi.RemoteException
        de.willuhn.util.ApplicationException - wenn der Flicker-Code 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)