public class GeneralSettingsController extends de.willuhn.jameica.gui.AbstractControl implements SettingsController
Constructor and Description |
---|
GeneralSettingsController()
Constructor with super call
|
Modifier and Type | Method and Description |
---|---|
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 :-)
|
public GeneralSettingsController()
public de.willuhn.jameica.gui.input.FileInput getFileInput()
FileInput
to select the Firefox driverpublic void speichern()
SettingsController
speichern
in interface SettingsController
SettingsController.speichern()
public de.willuhn.jameica.hbci.gui.input.KontoInput getKonto()
SettingsController
getKonto
in interface SettingsController
SettingsController.getKonto()
public boolean supportsStatements()
supportsStatements
in interface SettingsController