Class KontoList

java.lang.Object
de.willuhn.jameica.gui.parts.ContextMenu
de.willuhn.jameica.hbci.gui.menus.KontoList
All Implemented Interfaces:
de.willuhn.jameica.gui.extension.Extendable, de.willuhn.jameica.gui.Part

public class KontoList extends de.willuhn.jameica.gui.parts.ContextMenu implements de.willuhn.jameica.gui.extension.Extendable
Liefert ein vorgefertigtes Kontext-Menu, welches an Konto-Listen angehaengt werden kann.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Stil des Kontextmenus.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Erzeugt ein Kontext-Menu fuer eine Liste von Konten.
    Erzeugt ein Kontext-Menu fuer eine Liste von Konten.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class de.willuhn.jameica.gui.parts.ContextMenu

    addItem, addMenu, getItems, paint, setCurrentObject, setImage, setText

    Methods inherited from class java.lang.Object

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

    • KontoList

      public KontoList()
      Erzeugt ein Kontext-Menu fuer eine Liste von Konten.
    • KontoList

      public KontoList(KontoList.Style style)
      Erzeugt ein Kontext-Menu fuer eine Liste von Konten.
      Parameters:
      style - der Stil.
  • Method Details

    • getExtendableID

      public String getExtendableID()
      Specified by:
      getExtendableID in interface de.willuhn.jameica.gui.extension.Extendable
      See Also:
      • Extendable.getExtendableID()