Class 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 class  KontoList.Style
      Stil des Kontextmenus.
    • Constructor Summary

      Constructors 
      Constructor Description
      KontoList()
      Erzeugt ein Kontext-Menu fuer eine Liste von Konten.
      KontoList​(KontoList.Style style)
      Erzeugt ein Kontext-Menu fuer eine Liste von Konten.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExtendableID()  
      • 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 Detail

      • 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 Detail

      • getExtendableID

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