Class BshSettingsController
java.lang.Object
de.willuhn.jameica.gui.AbstractControl
de.frankmuenster.mahoe.gui.controller.AbstractSettingsController<BshCreateInfo>
de.frankmuenster.mahoe.gui.controller.BshSettingsController
- All Implemented Interfaces:
SettingsController
public class BshSettingsController
extends AbstractSettingsController<BshCreateInfo>
implements SettingsController
- Author:
- Frank Münster
-
Field Summary
Fields inherited from class de.frankmuenster.mahoe.gui.controller.AbstractSettingsController
account, ktoInfo, statementsMaxDaysBack
Fields inherited from class de.willuhn.jameica.gui.AbstractControl
view
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.willuhn.jameica.gui.input.CheckboxInput
Liefert eine Checkbox zur Auswahl, ob das Passwort jedes mal Abgefragt werden soll.de.willuhn.jameica.gui.input.CheckboxInput
Returns a check box to select if the password showed be shown each time a login attempt is made.protected void
handleAccountChanged
(org.eclipse.swt.widgets.Event event) Behandelt einen Kontowechselvoid
Speichert die aktuellen Einstellungen im Settings Objekt.Methods inherited from class de.frankmuenster.mahoe.gui.controller.AbstractSettingsController
getKonto, getKontoTyp, getSavePDF, getStatementMaxDaysBack, isDisplayAccountStatement, isDisplayAccountType, setDisplayAccountStatement, setDisplayAccountType, supportsStatements
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
Methods inherited from interface de.frankmuenster.mahoe.gui.controller.SettingsController
getKonto, supportsStatements
-
Constructor Details
-
BshSettingsController
public BshSettingsController()Standardkonstruktor
-
-
Method Details
-
getAlwaysAskForPW
public de.willuhn.jameica.gui.input.CheckboxInput getAlwaysAskForPW()Liefert eine Checkbox zur Auswahl, ob das Passwort jedes mal Abgefragt werden soll.- Returns:
- Ein CheckBoxInput Passwort jedes mal nachfragen.
-
getDebugShowPW
public de.willuhn.jameica.gui.input.CheckboxInput getDebugShowPW()Returns a check box to select if the password showed be shown each time a login attempt is made.- Returns:
- A CheckBoxInput
-
speichern
public void speichern()Description copied from interface:SettingsController
Speichert die aktuellen Einstellungen im Settings Objekt.- Specified by:
speichern
in interfaceSettingsController
- See Also:
-
handleAccountChanged
protected void handleAccountChanged(org.eclipse.swt.widgets.Event event) Description copied from class:AbstractSettingsController
Behandelt einen Kontowechsel- Specified by:
handleAccountChanged
in classAbstractSettingsController<BshCreateInfo>
- See Also:
-