Package de.willuhn.jameica.hbci.gui.menus

Examples of de.willuhn.jameica.hbci.gui.menus.UmsatzList


    this.addColumn(i18n.tr("Verwendungszweck"), "mergedzweck");
    this.addColumn(i18n.tr("Datum"),            "datum_pseudo", new DateFormatter(HBCI.DATEFORMAT));
    this.addColumn(i18n.tr("Betrag"),           "betrag",new CurrencyFormatter(HBCIProperties.CURRENCY_DEFAULT_DE,HBCI.DECIMALFORMAT));
    this.addColumn(i18n.tr("Notiz"),            "kommentar");

    this.setContextMenu(new UmsatzList());
  }
View Full Code Here

TOP

Related Classes of de.willuhn.jameica.hbci.gui.menus.UmsatzList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.