Package de.willuhn.jameica.hbci.gui.dialogs

Examples of de.willuhn.jameica.hbci.gui.dialogs.ReminderIntervalDialog


    this.input = new DialogInput(this.toString(ri,end));
    this.input.setName(i18n.tr("Wiederholung"));
    this.input.setValue(ri);
    ((DialogInput)this.input).disableClientControl(); // Freitext-Eingabe gibts nicht.

    this.dialog = new ReminderIntervalDialog(ri,termin,end,ReminderIntervalDialog.POSITION_CENTER);
    this.dialog.addCloseListener(new Listener() {
      public void handleEvent(Event event)
      {
        if (event.detail == SWT.CANCEL)
          return; // Wurde abgebrochen
View Full Code Here

TOP

Related Classes of de.willuhn.jameica.hbci.gui.dialogs.ReminderIntervalDialog

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.