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
    Constructor
    Description
    Constructor with super call
  • Method Summary

    Modifier and Type
    Method
    Description
    de.willuhn.jameica.gui.input.CheckboxInput
    Returns a CheckboxInput to set the Firefox window auto close option.
    de.willuhn.jameica.hbci.gui.input.KontoInput
    Liefert das ausgewählte Konto
    de.willuhn.jameica.gui.input.CheckboxInput
    Returns a CheckboxInput to set the Selenium debug level option.
    de.willuhn.jameica.gui.input.FileInput
    Returns a FileInput to select the FireFox driver
    de.willuhn.jameica.gui.input.FileInput
    Returns a FileInput to select the FireFox binary
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GeneralSettingsController

      public GeneralSettingsController()
      Constructor with super call
  • Method Details

    • getAutoCloseInput

      public de.willuhn.jameica.gui.input.CheckboxInput getAutoCloseInput()
      Returns a CheckboxInput 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 interface SettingsController
      Returns:
      das KontoInput
      See Also:
    • getSeleliumUseDebugLogLevel

      public de.willuhn.jameica.gui.input.CheckboxInput getSeleliumUseDebugLogLevel()
      Returns a CheckboxInput to set the Selenium debug level option.
      Returns:
      CheckboxInput field
    • getSeleniumDriver

      public de.willuhn.jameica.gui.input.FileInput getSeleniumDriver()
      Returns a FileInput to select the FireFox driver
      Returns:
      FileInput seleniumDriver
    • getSeleniumFfBinary

      public de.willuhn.jameica.gui.input.FileInput getSeleniumFfBinary()
      Returns a FileInput 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 interface SettingsController
      See Also:
    • supportsStatements

      public boolean supportsStatements()
      General settings do not support account statements :-)
      Specified by:
      supportsStatements in interface SettingsController
      Returns:
      true in case the account supports statement downloads, false else