Class SantanderSettingsPart

    • 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SantanderSettingsPart

        public SantanderSettingsPart​(SantanderSettingsController control)
        Erstellt ein SantanderSetting Part mit allen Einstellungsmöglichkeiten der Santander Bank
        Parameters:
        control - der SantanderSettingsController
    • Method Detail

      • paintBankSpecific

        protected void paintBankSpecific​(de.willuhn.jameica.gui.util.SimpleContainer left,
                                         de.willuhn.jameica.gui.util.SimpleContainer right)
        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<SantanderSettingsController>
        Parameters:
        left - the left composite (2/3)
        right - the right composite (1/3)