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
-
Field Summary
Fields inherited from class de.willuhn.jameica.gui.AbstractControl
view -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.willuhn.jameica.gui.input.CheckboxInputReturns aCheckboxInputto set the Firefox window auto close option.de.willuhn.jameica.hbci.gui.input.KontoInputgetKonto()Liefert das ausgewählte Kontode.willuhn.jameica.gui.input.CheckboxInputReturns aCheckboxInputto set the Selenium debug level option.de.willuhn.jameica.gui.input.FileInputReturns aFileInputto select the FireFox driverde.willuhn.jameica.gui.input.FileInputReturns aFileInputto select the FireFox binaryvoidSpeichert die aktuellen Einstellungen im Settings Objekt.booleanGeneral settings do not support account statements :-)Methods inherited from class de.willuhn.jameica.gui.AbstractControl
getCurrentObject
-
Constructor Details
-
GeneralSettingsController
public GeneralSettingsController()Constructor with super call
-
-
Method Details
-
getAutoCloseInput
public de.willuhn.jameica.gui.input.CheckboxInput getAutoCloseInput()Returns aCheckboxInputto set the Firefox window auto close option.- Returns:
CheckboxInputfield
-
getKonto
public de.willuhn.jameica.hbci.gui.input.KontoInput getKonto()Description copied from interface:SettingsControllerLiefert das ausgewählte Konto- Specified by:
getKontoin interfaceSettingsController- Returns:
- das KontoInput
- See Also:
-
getSeleliumUseDebugLogLevel
public de.willuhn.jameica.gui.input.CheckboxInput getSeleliumUseDebugLogLevel()Returns aCheckboxInputto set the Selenium debug level option.- Returns:
CheckboxInputfield
-
getSeleniumDriver
public de.willuhn.jameica.gui.input.FileInput getSeleniumDriver()Returns aFileInputto select the FireFox driver- Returns:
- FileInput seleniumDriver
-
getSeleniumFfBinary
public de.willuhn.jameica.gui.input.FileInput getSeleniumFfBinary()Returns aFileInputto select the FireFox binary- Returns:
- FileInput seleniumFfBinary
-
speichern
public void speichern()Description copied from interface:SettingsControllerSpeichert die aktuellen Einstellungen im Settings Objekt.- Specified by:
speichernin interfaceSettingsController- See Also:
-
supportsStatements
public boolean supportsStatements()General settings do not support account statements :-)- Specified by:
supportsStatementsin interfaceSettingsController- Returns:
- true in case the account supports statement downloads, false else
-