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
|
| 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, waitspeichernprotected transient de.willuhn.jameica.hbci.gui.input.KontoInput account
public AbstractSettingsController(java.lang.String blz)
blz - public de.willuhn.jameica.hbci.gui.input.KontoInput getKonto()
getKonto in interface SettingsControllerprotected abstract void handleAccountChanged(org.eclipse.swt.widgets.Event event)
event -