public class SantanderSettingsController extends de.willuhn.jameica.gui.AbstractControl implements SettingsController
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
|
KontoInput |
getClearingAccount()
Liefert ein Kontoauswahlfeld
|
de.willuhn.jameica.gui.input.CheckboxInput |
getCreateClearing()
Liefert eine Checkbox zur Auswahl, ob die Kreditkartenauszüge gespeichert werden sollen.
|
KontoInput |
getKonto()
Liefert ein Kontoauswahlfeld mit allen Santanderkonten.
|
de.willuhn.jameica.gui.input.TextInput |
getKontoTyp()
Liefert ein SelectInput mit der Auswahl des Banktyps
|
de.willuhn.jameica.gui.input.CheckboxInput |
getSavePDF()
Liefert eine Checkbox zur Auswahl, ob die Kreditkartenauszüge gespeichert werden sollen.
|
de.willuhn.jameica.gui.input.DirectoryInput |
getSavePdfFolder()
Liefert ein Kontoauswahlfeld
|
protected void |
handleAccountChanged(org.eclipse.swt.widgets.Event event) |
void |
speichern()
Speichert die aktuellen Einstellungen im Settings Objekt.
|
public SantanderSettingsController()
public de.willuhn.jameica.gui.input.TextInput getBankTyp()
public de.willuhn.jameica.gui.input.TextInput getKontoTyp()
public de.willuhn.jameica.gui.input.TextInput getCardNumber()
public de.willuhn.jameica.gui.input.CheckboxInput getSavePDF()
public de.willuhn.jameica.gui.input.DirectoryInput getSavePdfFolder()
public de.willuhn.jameica.gui.input.CheckboxInput getCreateClearing()
public KontoInput getClearingAccount()
public void speichern()
SettingsController
speichern
in interface SettingsController
()
public KontoInput getKonto()
protected void handleAccountChanged(org.eclipse.swt.widgets.Event event)
event
-