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_RETRIESFields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancheckPassword(String password) protected voidpaint(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, setUsernameTextMethods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, open, setMonitor, setPanelText, setSideImage, setSize, setTitle
-
Constructor Details
-
PINDialog
ct.- Parameters:
pin- die Vorgabe-PIN.
-
PINDialog
ct.- Parameters:
passport- der Passport.pin- die Vorgabe-PIN.
-
-
Method Details
-
paint
- Overrides:
paintin classde.willuhn.jameica.gui.dialogs.PasswordDialog- Throws:
Exception- See Also:
-
checkPassword
- Overrides:
checkPasswordin classde.willuhn.jameica.gui.dialogs.PasswordDialog- See Also:
-