Class PinPad

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.Part

    public class PinPad
    extends java.lang.Object
    implements de.willuhn.jameica.gui.Part
    Komponente, welche ein PIN-Pad anzeigt. Damit koennen PIN- oder TAN-Eingaben mit der Maus durchgefuehrt werden. Ein Keyboard-Sniffer kann somit die Eingabe nicht ausspaehen.
    • Constructor Summary

      Constructors 
      Constructor Description
      PinPad​(de.willuhn.jameica.gui.input.PasswordInput input)
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void paint​(org.eclipse.swt.widgets.Composite parent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PinPad

        public PinPad​(de.willuhn.jameica.gui.input.PasswordInput input)
        ct.
        Parameters:
        input - das Eingabe-Feld, auf welches die Klicks uebertragen werden sollen.
    • Method Detail

      • paint

        public void paint​(org.eclipse.swt.widgets.Composite parent)
                   throws java.rmi.RemoteException
        Specified by:
        paint in interface de.willuhn.jameica.gui.Part
        Throws:
        java.rmi.RemoteException
        See Also:
        Part.paint(org.eclipse.swt.widgets.Composite)