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.
-
-
Constructor Summary
Constructors Constructor Description BLZInput(java.lang.String value)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods 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
getControl()
void
setValue(java.lang.Object value)
-
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
-
-
-
-
Method Detail
-
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 interfacede.willuhn.jameica.gui.input.Input
- Overrides:
getControl
in classde.willuhn.jameica.gui.input.TextInput
- See Also:
TextInput.getControl()
-
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValue
in interfacede.willuhn.jameica.gui.input.Input
- Overrides:
setValue
in classde.willuhn.jameica.gui.input.TextInput
- See Also:
TextInput.setValue(java.lang.Object)
-
-