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.ExtendableLiefert ein vorgefertigtes Kontext-Menu, welches an Konto-Listen angehaengt werden kann.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKontoList.StyleStil 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.StringgetExtendableID()
-
-
-
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.
-
-