public abstract class AbstractSettingsController extends de.willuhn.jameica.gui.AbstractControl implements SettingsController
Modifier and Type | Field and Description |
---|---|
protected de.willuhn.jameica.hbci.gui.input.KontoInput |
account
(Kreditkarten)-Konto
|
TEXT_JA, TEXT_NEIN
Constructor and Description |
---|
AbstractSettingsController(java.lang.String blz)
Standardkonstruktor
|
Modifier and Type | Method and Description |
---|---|
de.willuhn.jameica.hbci.gui.input.KontoInput |
getKonto()
Liefert ein Kontoauswahlfeld mit allen Konten dieser Bank.
|
protected abstract void |
handleAccountChanged(org.eclipse.swt.widgets.Event event)
Behandelt einen Kontowechsel
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
speichern
protected transient de.willuhn.jameica.hbci.gui.input.KontoInput account
public AbstractSettingsController(java.lang.String blz)
blz
- protected abstract void handleAccountChanged(org.eclipse.swt.widgets.Event event)
event
- public de.willuhn.jameica.hbci.gui.input.KontoInput getKonto()
getKonto
in interface SettingsController