Class GeneralSettingsController
- java.lang.Object
-
- de.willuhn.jameica.gui.AbstractControl
-
- de.frankmuenster.mahoe.gui.controller.GeneralSettingsController
-
- All Implemented Interfaces:
SettingsController
public class GeneralSettingsController extends de.willuhn.jameica.gui.AbstractControl implements SettingsController
Controller for the general settings tab- Author:
- Frank Münster
-
-
Constructor Summary
Constructors Constructor Description GeneralSettingsController()
Constructor with super call
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.willuhn.jameica.gui.input.CheckboxInput
getAutoCloseInput()
Returns aCheckboxInput
to set the Firefox window auto close option.de.willuhn.jameica.gui.input.FileInput
getFileInput()
Returns aFileInput
to select the FireFox driverde.willuhn.jameica.hbci.gui.input.KontoInput
getKonto()
Liefert das ausgewählte Kontovoid
speichern()
Speichert die aktuellen Einstellungen im Settings Objekt.boolean
supportsStatements()
General settings do not support account statements :-)
-
-
-
Method Detail
-
getAutoCloseInput
public de.willuhn.jameica.gui.input.CheckboxInput getAutoCloseInput()
Returns aCheckboxInput
to set the Firefox window auto close option.- Returns:
CheckboxInput
field
-
getFileInput
public de.willuhn.jameica.gui.input.FileInput getFileInput()
Returns aFileInput
to select the FireFox driver- Returns:
- FileInput field
-
getKonto
public de.willuhn.jameica.hbci.gui.input.KontoInput getKonto()
Description copied from interface:SettingsController
Liefert das ausgewählte Konto- Specified by:
getKonto
in interfaceSettingsController
- Returns:
- das KontoInput
- See Also:
SettingsController.getKonto()
-
speichern
public void speichern()
Description copied from interface:SettingsController
Speichert die aktuellen Einstellungen im Settings Objekt.- Specified by:
speichern
in interfaceSettingsController
- See Also:
SettingsController.speichern()
-
supportsStatements
public boolean supportsStatements()
General settings do not support account statements :-)- Specified by:
supportsStatements
in interfaceSettingsController
- Returns:
- true in case the account supports statement downloads, false else
-
-