Class TurnusEditDialog

java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog
de.willuhn.jameica.hbci.gui.dialogs.TurnusEditDialog

public class TurnusEditDialog extends de.willuhn.jameica.gui.dialogs.AbstractDialog
Turnus neu anlegen/aendern.
  • Field Summary

    Fields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog

    MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
  • Constructor Summary

    Constructors
    Constructor
    Description
    TurnusEditDialog(int position, Turnus turnus)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
     
    de.willuhn.jameica.gui.input.SelectInput
    Liefert ein Auswahlfeld fuer das Intervall.
    de.willuhn.jameica.gui.input.SelectInput
    Liefert ein Auswahl-Feld fuer den Tag bei monatlicher Zahlung.
    de.willuhn.jameica.gui.input.SelectInput
    Liefert ein Auswahl-Feld fuer den Tag bei woechentlicher Zahlung.
    de.willuhn.jameica.gui.input.SelectInput
    Liefert eine Auswahl fuer die Zeiteinheit.
    protected void
    paint(org.eclipse.swt.widgets.Composite parent)
     

    Methods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog

    addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, onEscape, open, setMonitor, setPanelText, setSideImage, setSize, setTitle

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TurnusEditDialog

      public TurnusEditDialog(int position, Turnus turnus)
      Parameters:
      position -
      turnus -
  • Method Details

    • paint

      protected void paint(org.eclipse.swt.widgets.Composite parent) throws Exception
      Specified by:
      paint in class de.willuhn.jameica.gui.dialogs.AbstractDialog
      Throws:
      Exception
      See Also:
      • AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
    • getData

      protected Object getData() throws Exception
      Specified by:
      getData in class de.willuhn.jameica.gui.dialogs.AbstractDialog
      Throws:
      Exception
      See Also:
      • AbstractDialog.getData()
    • getIntervall

      public de.willuhn.jameica.gui.input.SelectInput getIntervall() throws RemoteException
      Liefert ein Auswahlfeld fuer das Intervall.
      Returns:
      Intervall.
      Throws:
      RemoteException
    • getZeiteinheit

      public de.willuhn.jameica.gui.input.SelectInput getZeiteinheit() throws RemoteException
      Liefert eine Auswahl fuer die Zeiteinheit.
      Returns:
      Zeiteinheit.
      Throws:
      RemoteException
    • getTagMonatlich

      public de.willuhn.jameica.gui.input.SelectInput getTagMonatlich() throws RemoteException
      Liefert ein Auswahl-Feld fuer den Tag bei monatlicher Zahlung.
      Returns:
      Tag.
      Throws:
      RemoteException
    • getTagWoechentlich

      public de.willuhn.jameica.gui.input.SelectInput getTagWoechentlich() throws RemoteException
      Liefert ein Auswahl-Feld fuer den Tag bei woechentlicher Zahlung.
      Returns:
      Tag.
      Throws:
      RemoteException