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.hbci.gui.input.KontoInput
getKonto()
Liefert das ausgewählte Kontode.willuhn.jameica.gui.input.CheckboxInput
getSeleliumUseDebugLogLevel()
Returns aCheckboxInput
to set the Selenium debug level option.de.willuhn.jameica.gui.input.FileInput
getSeleniumDriver()
Returns aFileInput
to select the FireFox driverde.willuhn.jameica.gui.input.FileInput
getSeleniumFfBinary()
Returns aFileInput
to select the FireFox binaryvoid
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
-
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()
-
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:
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
-
-