public class SantanderSettingsController extends AbstractSettingsController<SantanderCreateInfo> implements SettingsController
account, ktoInfo, statementsMaxDaysBack
Constructor and Description |
---|
SantanderSettingsController()
Erstellt eine neue Instanz des Kontrollers
|
Modifier and Type | Method and Description |
---|---|
de.willuhn.jameica.gui.input.TextInput |
getBankTyp()
Liefert ein SelectInput mit der Auswahl des Banktyps
|
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, supportsStatements
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKonto, supportsStatements
public SantanderSettingsController()
public de.willuhn.jameica.gui.input.TextInput getBankTyp()
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()
SettingsController
speichern
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.