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, statementsMaxDaysBackFields inherited from class de.willuhn.jameica.gui.AbstractControl
view -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.willuhn.jameica.gui.input.CheckboxInputLiefert eine Checkbox zur Auswahl, ob das Passwort jedes mal Abgefragt werden soll.de.willuhn.jameica.gui.input.CheckboxInputReturns a check box to select if the password showed be shown each time a login attempt is made.protected voidhandleAccountChanged(org.eclipse.swt.widgets.Event event) Behandelt einen KontowechselvoidSpeichert die aktuellen Einstellungen im Settings Objekt.Methods inherited from class de.frankmuenster.mahoe.gui.controller.AbstractSettingsController
getKonto, getKontoTyp, getSavePDF, getStatementMaxDaysBack, isDisplayAccountStatement, isDisplayAccountType, setDisplayAccountStatement, setDisplayAccountType, supportsStatementsMethods inherited from class de.willuhn.jameica.gui.AbstractControl
getCurrentObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:SettingsControllerSpeichert die aktuellen Einstellungen im Settings Objekt.- Specified by:
speichernin interfaceSettingsController- See Also:
-
handleAccountChanged
protected void handleAccountChanged(org.eclipse.swt.widgets.Event event) Description copied from class:AbstractSettingsControllerBehandelt einen Kontowechsel- Specified by:
handleAccountChangedin classAbstractSettingsController<BshCreateInfo>- See Also:
-