Class PINDialog


  • public class PINDialog
    extends de.willuhn.jameica.gui.dialogs.PasswordDialog
    Dialog für die PIN-Eingabe. Es muss weder Text, noch Titel oder LabelText gesetzt werden. Das ist alles schon drin.
    • 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
      PINDialog​(java.lang.String pin)
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean checkPassword​(java.lang.String password)  
      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, setText, 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

      • PINDialog

        public PINDialog​(java.lang.String pin)
        ct.
        Parameters:
        pin - die Vorgabe-PIN.
    • 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:
        PasswordDialog.paint(org.eclipse.swt.widgets.Composite)
      • 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)