Class BLZInput

java.lang.Object
de.willuhn.jameica.gui.input.AbstractInput
de.willuhn.jameica.gui.input.TextInput
de.willuhn.jameica.hbci.gui.input.AccountInput
de.willuhn.jameica.hbci.gui.input.BLZInput
All Implemented Interfaces:
de.willuhn.jameica.gui.input.Input, de.willuhn.jameica.gui.Part

public class BLZInput extends AccountInput
BUGZILLA 380 Vorkonfiguriertes Eingabe-Feld fuer BLZ.
  • Field Summary

    Fields inherited from class de.willuhn.jameica.gui.input.TextInput

    text

    Fields inherited from interface de.willuhn.jameica.gui.input.Input

    DATAKEY_TOOLTIP
  • Constructor Summary

    Constructors
    Constructor
    Description
    ct.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addBLZListener(org.eclipse.swt.widgets.Listener l)
    Registriert einen Listener, der ausgeloest wird, sobald eine bekannte BLZ eingegeben wurde.
    org.eclipse.swt.widgets.Control
     
    void
     

    Methods inherited from class de.willuhn.jameica.hbci.gui.input.AccountInput

    setValidChars

    Methods inherited from class de.willuhn.jameica.gui.input.TextInput

    disable, enable, focus, getHint, getTextWidget, getValue, isEnabled, setEnabled, setHint, setMaxLength

    Methods inherited from class de.willuhn.jameica.gui.input.AbstractInput

    addListener, addListener, getData, getName, getParent, getStyleBits, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, update

    Methods inherited from class java.lang.Object

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

    • BLZInput

      public BLZInput(String value)
      ct.
      Parameters:
      value -
  • Method Details

    • addBLZListener

      public void addBLZListener(org.eclipse.swt.widgets.Listener l)
      Registriert einen Listener, der ausgeloest wird, sobald eine bekannte BLZ eingegeben wurde. Das passiert sofort nach Eingabe, nicht erst bei Focus-Wechsel.
      Parameters:
      l - der Listener.
    • getControl

      public org.eclipse.swt.widgets.Control getControl()
      Specified by:
      getControl in interface de.willuhn.jameica.gui.input.Input
      Overrides:
      getControl in class de.willuhn.jameica.gui.input.TextInput
      See Also:
      • TextInput.getControl()
    • setValue

      public void setValue(Object value)
      Specified by:
      setValue in interface de.willuhn.jameica.gui.input.Input
      Overrides:
      setValue in class de.willuhn.jameica.gui.input.TextInput
      See Also:
      • TextInput.setValue(java.lang.Object)