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()
SettingsControllerspeichern in interface SettingsControllerSettingsController.speichern()public de.willuhn.jameica.hbci.gui.input.KontoInput getKonto()
SettingsControllergetKonto in interface SettingsControllerSettingsController.getKonto()public boolean supportsStatements()
supportsStatements in interface SettingsController