Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.willuhn.jameica.gui.input.CheckboxInput getAutoCloseInput()
      Returns a CheckboxInput to set the Firefox window auto close option.
      de.willuhn.jameica.gui.input.FileInput getFileInput()
      Returns a FileInput to select the FireFox driver
      de.willuhn.jameica.hbci.gui.input.KontoInput getKonto()
      Liefert das ausgewählte Konto
      void speichern()
      Speichert die aktuellen Einstellungen im Settings Objekt.
      boolean supportsStatements()
      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 Detail

      • GeneralSettingsController

        public GeneralSettingsController()
        Constructor with super call
    • Method Detail

      • getAutoCloseInput

        public de.willuhn.jameica.gui.input.CheckboxInput getAutoCloseInput()
        Returns a CheckboxInput to set the Firefox window auto close option.
        Returns:
        CheckboxInput field
      • getFileInput

        public de.willuhn.jameica.gui.input.FileInput getFileInput()
        Returns a FileInput to select the FireFox driver
        Returns:
        FileInput field
      • 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