Class AbstractHBCIAccountView

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static de.willuhn.util.I18N i18n  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.eclipse.swt.widgets.Composite getComposite​(de.willuhn.jameica.gui.parts.InfoPanel panel)
      Liefert das Composite des Info-Panel kompatibel zu aelteren Jameica-Versionen.
      protected <T> T getController​(java.lang.Class<? extends de.willuhn.jameica.gui.AbstractControl> type)
      Liefert den passenden Controller.
      • Methods inherited from class de.willuhn.jameica.gui.AbstractView

        bind, canBookmark, getCurrentObject, getHelp, getParent, reload, setCurrentObject, setParent, unbind
      • Methods inherited from class java.lang.Object

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

      • i18n

        protected static final de.willuhn.util.I18N i18n
    • Constructor Detail

      • AbstractHBCIAccountView

        public AbstractHBCIAccountView()
    • Method Detail

      • getController

        protected <T> T getController​(java.lang.Class<? extends de.willuhn.jameica.gui.AbstractControl> type)
        Liefert den passenden Controller.
        Parameters:
        type - der gewuenschte Typ des Controllers.
        Returns:
        der Controller.
      • getComposite

        protected org.eclipse.swt.widgets.Composite getComposite​(de.willuhn.jameica.gui.parts.InfoPanel panel)
                                                          throws java.lang.Exception
        Liefert das Composite des Info-Panel kompatibel zu aelteren Jameica-Versionen.
        Parameters:
        panel - das Panel.
        Returns:
        das Composite.
        Throws:
        java.lang.Exception