SettingsControllerpublic class SantanderSettingsController extends AbstractSettingsController<SantanderCreateInfo> implements SettingsController
account, ktoInfo, statementsMaxDaysBack| Constructor | Description |
|---|---|
SantanderSettingsController() |
Erstellt eine neue Instanz des Kontrollers
|
| Modifier and Type | Method | Description |
|---|---|---|
de.willuhn.jameica.gui.input.TextInput |
getCardNumber() |
Liefert ein TextInput für den Kartenname/anbieter
|
de.willuhn.jameica.hbci.gui.input.KontoInput |
getClearingAccount() |
Liefert ein Kontoauswahlfeld
|
de.willuhn.jameica.gui.input.CheckboxInput |
getCreateClearing() |
Liefert eine Checkbox zur Auswahl, ob die Kreditkartenauszüge gespeichert
werden sollen.
|
protected void |
handleAccountChanged(org.eclipse.swt.widgets.Event event) |
Aktualisiert die Anzeige, falls ein neues Konto ausgewählt wurde und nur
dann.
|
void |
speichern() |
Speichert die aktuellen Einstellungen im Settings Objekt.
|
getKonto, getKontoTyp, getSavePDF, getStatementMaxDaysBack, isDisplayAccountStatement, isDisplayAccountType, setDisplayAccountStatement, setDisplayAccountType, supportsStatementsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKonto, supportsStatementspublic SantanderSettingsController()
public de.willuhn.jameica.gui.input.TextInput getCardNumber()
public de.willuhn.jameica.hbci.gui.input.KontoInput getClearingAccount()
public de.willuhn.jameica.gui.input.CheckboxInput getCreateClearing()
public void speichern()
SettingsControllerspeichern in interface SettingsController()protected void handleAccountChanged(org.eclipse.swt.widgets.Event event)
handleAccountChanged in class AbstractSettingsController<SantanderCreateInfo>event - Typ muss SWT.Selection sein, sonst wird nix gemacht.