Class TargoBankSettingsPart

    • Constructor Detail

      • TargoBankSettingsPart

        public TargoBankSettingsPart​(TargoBankSettingsController control)
        Creates a BSH 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 class AbstractSettingsPart<TargoBankSettingsController>
        Parameters:
        left - the left composite (2/3)
        right - the right composite (1/3)
        Throws:
        java.rmi.RemoteException