Package de.frankmuenster.mahoe.gui.parts
Class BshSettingsPart
java.lang.Object
de.frankmuenster.mahoe.gui.parts.AbstractSettingsPart<BshSettingsController>
de.frankmuenster.mahoe.gui.parts.BshSettingsPart
- All Implemented Interfaces:
de.willuhn.jameica.gui.Part
- Author:
- Frank Münster
-
Field Summary
Fields inherited from class de.frankmuenster.mahoe.gui.parts.AbstractSettingsPart
control, FIX_SPACE_TEXT -
Constructor Summary
ConstructorsConstructorDescriptionBshSettingsPart(BshSettingsController control) Creates a BSH Settings Part with all option to configure a BSH account -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpaintBankSpecific(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 Details
-
BshSettingsPart
Creates a BSH Settings Part with all option to configure a BSH account- Parameters:
control- the BshSettingsController
-
-
Method Details
-
paintBankSpecific
protected void paintBankSpecific(de.willuhn.jameica.gui.util.SimpleContainer left, de.willuhn.jameica.gui.util.SimpleContainer right) throws RemoteException Description copied from class:AbstractSettingsPartNeeds to be implemented by a concrete settings part. Can be used to display/set bank/account specific information.- Specified by:
paintBankSpecificin classAbstractSettingsPart<BshSettingsController>- Parameters:
left- the left composite (2/3)right- the right composite (1/3)- Throws:
RemoteException
-