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.CheckboxInput
Returns aCheckboxInput
to set the Firefox window auto close option.de.willuhn.jameica.hbci.gui.input.KontoInput
getKonto()
Liefert das ausgewählte Kontode.willuhn.jameica.gui.input.CheckboxInput
Returns aCheckboxInput
to set the Selenium debug level option.de.willuhn.jameica.gui.input.FileInput
Returns aFileInput
to select the FireFox driverde.willuhn.jameica.gui.input.FileInput
Returns aFileInput
to select the FireFox binaryvoid
Speichert die aktuellen Einstellungen im Settings Objekt.boolean
General 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 aCheckboxInput
to set the Firefox window auto close option.- Returns:
CheckboxInput
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:
-
getSeleliumUseDebugLogLevel
public de.willuhn.jameica.gui.input.CheckboxInput getSeleliumUseDebugLogLevel()Returns aCheckboxInput
to set the Selenium debug level option.- Returns:
CheckboxInput
field
-
getSeleniumDriver
public de.willuhn.jameica.gui.input.FileInput getSeleniumDriver()Returns aFileInput
to select the FireFox driver- Returns:
- FileInput seleniumDriver
-
getSeleniumFfBinary
public de.willuhn.jameica.gui.input.FileInput getSeleniumFfBinary()Returns aFileInput
to select the FireFox binary- Returns:
- FileInput seleniumFfBinary
-
speichern
public void speichern()Description copied from interface:SettingsController
Speichert die aktuellen Einstellungen im Settings Objekt.- Specified by:
speichern
in interfaceSettingsController
- See Also:
-
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
-