Class PINDialog

java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog
de.willuhn.jameica.gui.dialogs.PasswordDialog
de.willuhn.jameica.hbci.gui.dialogs.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
    ct.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    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 Details

    • PINDialog

      public PINDialog(String pin)
      ct.
      Parameters:
      pin - die Vorgabe-PIN.
  • Method Details

    • paint

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

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