Class SynchronizeSchedulerOptionsDialog

java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog<Void>
de.willuhn.jameica.hbci.gui.dialogs.SynchronizeSchedulerOptionsDialog

public class SynchronizeSchedulerOptionsDialog extends de.willuhn.jameica.gui.dialogs.AbstractDialog<Void>
Dialog zum Konfigurieren der automatischen Synchronisierung.
  • 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
    ct.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Void
     
    de.willuhn.jameica.gui.input.ScaleInput
    Liefert den Schieberegler für das Intervall.
    de.willuhn.jameica.gui.input.Input
    Liefert eine Checkbox, mit der eingestellt werden kann, ob die Anwendung in das Systray minimiert werden soll.
    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

    • SynchronizeSchedulerOptionsDialog

      public SynchronizeSchedulerOptionsDialog(int position)
      ct.
      Parameters:
      position -
  • 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<Void>
      Throws:
      Exception
      See Also:
      • AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
    • getInterval

      public de.willuhn.jameica.gui.input.ScaleInput getInterval()
      Liefert den Schieberegler für das Intervall.
      Returns:
      der Schieberegler.
    • getMinimizeToSystray

      public de.willuhn.jameica.gui.input.Input getMinimizeToSystray()
      Liefert eine Checkbox, mit der eingestellt werden kann, ob die Anwendung in das Systray minimiert werden soll.
      Returns:
      eine Checkbox, mit der eingestellt werden kann, ob die Anwendung in das Systray minimiert werden soll.
    • getData

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