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 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()
-
-
-
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.
-
-