Interface SettingsController
-
- All Known Implementing Classes:
AbstractSettingsController
,AktienSettingsController
,BosSettingsController
,BshSettingsController
,GeneralSettingsController
,SantanderSettingsController
,TargoBankSettingsController
public interface SettingsController
Interface für den SettingsController einer Bank- Author:
- Frank Münster
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.willuhn.jameica.hbci.gui.input.KontoInput
getKonto()
Liefert das ausgewählte Kontovoid
speichern()
Speichert die aktuellen Einstellungen im Settings Objekt.boolean
supportsStatements()
Checks if the current account supports statement downloads.
-
-
-
Method Detail
-
getKonto
de.willuhn.jameica.hbci.gui.input.KontoInput getKonto()
Liefert das ausgewählte Konto- Returns:
- das KontoInput
-
speichern
void speichern()
Speichert die aktuellen Einstellungen im Settings Objekt.
-
supportsStatements
boolean supportsStatements()
Checks if the current account supports statement downloads.- Returns:
- true in case the account supports statement downloads, false else
-
-