Package de.frankmuenster.mahoe.gui.parts
Class BosSettingsPart
- java.lang.Object
-
- de.frankmuenster.mahoe.gui.parts.AbstractSettingsPart<BosSettingsController>
-
- de.frankmuenster.mahoe.gui.parts.BosSettingsPart
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Part
public class BosSettingsPart extends AbstractSettingsPart<BosSettingsController>
Settings Part for Bank of Scotland accounts- Author:
- Frank Münster
-
-
Field Summary
-
Fields inherited from class de.frankmuenster.mahoe.gui.parts.AbstractSettingsPart
control, FIX_SPACE_TEXT
-
-
Constructor Summary
Constructors Constructor Description BosSettingsPart(BosSettingsController control)
Creates a BOS Settings Part with all option to configure a BSH account
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
paintBankSpecific(de.willuhn.jameica.gui.util.SimpleContainer left, de.willuhn.jameica.gui.util.SimpleContainer right)
Needs to be implemented by a concrete settings part.-
Methods inherited from class de.frankmuenster.mahoe.gui.parts.AbstractSettingsPart
paint
-
-
-
-
Constructor Detail
-
BosSettingsPart
public BosSettingsPart(BosSettingsController control)
Creates a BOS Settings Part with all option to configure a BSH account- Parameters:
control
- the BshSettingsController
-
-
Method Detail
-
paintBankSpecific
protected void paintBankSpecific(de.willuhn.jameica.gui.util.SimpleContainer left, de.willuhn.jameica.gui.util.SimpleContainer right) throws java.rmi.RemoteException
Description copied from class:AbstractSettingsPart
Needs to be implemented by a concrete settings part. Can be used to display/set bank/account specific information.- Specified by:
paintBankSpecific
in classAbstractSettingsPart<BosSettingsController>
- Parameters:
left
- the left composite (2/3)right
- the right composite (1/3)- Throws:
java.rmi.RemoteException
-
-