Class TargoBankSettingsController
java.lang.Object
de.willuhn.jameica.gui.AbstractControl
de.frankmuenster.mahoe.gui.controller.AbstractSettingsController<TargoBankCreateInfo>
de.frankmuenster.mahoe.gui.controller.TargoBankSettingsController
- All Implemented Interfaces:
SettingsController
Controller for the settings view of the Targo Bank.
- Author:
- Frank Münster
-
Field Summary
Fields inherited from class de.frankmuenster.mahoe.gui.controller.AbstractSettingsController
account, ktoInfo, statementsMaxDaysBack
Fields inherited from class de.willuhn.jameica.gui.AbstractControl
view
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.willuhn.jameica.gui.input.CheckboxInput
Returns a check box check box to select, to stay logged in after synchronisation.protected void
handleAccountChanged
(org.eclipse.swt.widgets.Event event) Behandelt einen Kontowechselvoid
Speichert die aktuellen Einstellungen im Settings Objekt.Methods inherited from class de.frankmuenster.mahoe.gui.controller.AbstractSettingsController
getKonto, getKontoTyp, getSavePDF, getStatementMaxDaysBack, isDisplayAccountStatement, isDisplayAccountType, setDisplayAccountStatement, setDisplayAccountType, supportsStatements
Methods inherited from class de.willuhn.jameica.gui.AbstractControl
getCurrentObject
-
Constructor Details
-
TargoBankSettingsController
public TargoBankSettingsController()Standard constructor
-
-
Method Details
-
getStayLoggedIn
public de.willuhn.jameica.gui.input.CheckboxInput getStayLoggedIn()Returns a check box check box to select, to stay logged in after synchronisation. Create a new one, if net exists.- Returns:
- a
CheckboxInput
-
speichern
public void speichern()Description copied from interface:SettingsController
Speichert die aktuellen Einstellungen im Settings Objekt.- See Also:
-
handleAccountChanged
protected void handleAccountChanged(org.eclipse.swt.widgets.Event event) Description copied from class:AbstractSettingsController
Behandelt einen Kontowechsel- Specified by:
handleAccountChanged
in classAbstractSettingsController<TargoBankCreateInfo>
-