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
  • Constructor Details

    • BosSettingsController

      public BosSettingsController()
      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 class AbstractSettingsController<TargoBankCreateInfo>