Class KontoauszugMoveDialog

java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog<Kontoauszug>
de.willuhn.jameica.hbci.gui.dialogs.KontoauszugMoveDialog

public class KontoauszugMoveDialog extends de.willuhn.jameica.gui.dialogs.AbstractDialog<Kontoauszug>
Action zum Verschieben von Kontoauszuegen.
  • 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 Kontoauszug
     
    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

    • KontoauszugMoveDialog

      public KontoauszugMoveDialog(Kontoauszug[] list) throws de.willuhn.util.ApplicationException
      ct.
      Parameters:
      list - die Liste der zu verschiebenden Kontoauszuege.
      Throws:
      de.willuhn.util.ApplicationException
  • 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<Kontoauszug>
      Throws:
      Exception
      See Also:
      • AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
    • getData

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