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
-
-
Constructor Summary
Constructors Constructor Description BshSettingsController()
Standardkonstruktor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.willuhn.jameica.gui.input.CheckboxInput
getAlwaysAskForPW()
Liefert eine Checkbox zur Auswahl, ob das Passwort jedes mal Abgefragt werden soll.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.protected void
handleAccountChanged(org.eclipse.swt.widgets.Event event)
Behandelt einen Kontowechselvoid
speichern()
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 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
-
-
-
-
Method Detail
-
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:
SettingsController.speichern()
-
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:
AbstractSettingsController.handleAccountChanged(org.eclipse.swt.widgets.Event)
-
-