Class TANDialog

  • Direct Known Subclasses:
    ChipTANDialog, PhotoTANDialog, QRTANDialog

    public class TANDialog
    extends de.willuhn.jameica.gui.dialogs.PasswordDialog
    Dialog für die TAN-Eingabe. Es muss weder Text, noch Titel oder LabelText gesetzt werden. Das ist alles schon drin.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected PinTanConfig config  
      protected static int WINDOW_WIDTH  
      • 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 boolean checkPassword​(java.lang.String password)  
      HibiscusDBObject getContext()
      Liefert den zugehoerigen Auftrag, insofern ermittelbar.
      protected void paint​(org.eclipse.swt.widgets.Composite parent)  
      void setContext​(HibiscusDBObject context)
      Speichert den zugehoerigen Auftrag, insofern ermittelbar.
      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

      • TANDialog

        public TANDialog​(PinTanConfig config)
                  throws java.rmi.RemoteException
        ct.
        Parameters:
        config - die PINTAN-Config.
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • paint

        protected void paint​(org.eclipse.swt.widgets.Composite parent)
                      throws java.lang.Exception
        Overrides:
        paint in class de.willuhn.jameica.gui.dialogs.PasswordDialog
        Throws:
        java.lang.Exception
        See Also:
        BUGZILLA 738
      • checkPassword

        protected boolean checkPassword​(java.lang.String password)
        Overrides:
        checkPassword in class de.willuhn.jameica.gui.dialogs.PasswordDialog
        See Also:
        PasswordDialog.checkPassword(java.lang.String)
      • setContext

        public void setContext​(HibiscusDBObject context)
        Speichert den zugehoerigen Auftrag, insofern ermittelbar.
        Parameters:
        context - der zugehoerige Auftrag.
      • getContext

        public HibiscusDBObject getContext()
        Liefert den zugehoerigen Auftrag, insofern ermittelbar.
        Returns:
        transfer der zugehoerige Auftrag.
      • setText

        public void setText​(java.lang.String text)
        BUGZILLA 150
        Overrides:
        setText in class de.willuhn.jameica.gui.dialogs.PasswordDialog
        See Also:
        PasswordDialog.setText(String)