Class BosSettingsController
- java.lang.Object
-
- de.willuhn.jameica.gui.AbstractControl
-
- de.frankmuenster.mahoe.gui.controller.AbstractSettingsController<TargoBankCreateInfo>
-
- de.frankmuenster.mahoe.gui.controller.BosSettingsController
-
- All Implemented Interfaces:
SettingsController
public class BosSettingsController extends AbstractSettingsController<TargoBankCreateInfo>
Controller for the settings view of the Bank of Scotland.- Since:
- 2.6
- Author:
- Frank Münster
-
-
Field Summary
-
Fields inherited from class de.frankmuenster.mahoe.gui.controller.AbstractSettingsController
account, ktoInfo, statementsMaxDaysBack
-
-
Constructor Summary
Constructors Constructor Description BosSettingsController()
Standard constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.willuhn.jameica.gui.input.CheckboxInput
getStayLoggedIn()
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
speichern()
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
-
-
-
-
Method Detail
-
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>
-
-