Class AuslandsUeberweisungDialog


  • public class AuslandsUeberweisungDialog
    extends AbstractExecuteDialog
    Sicherheitsabfrage beim Ausfuehren eines Auftrages.
    • Field Summary

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

        MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 Detail

      • AuslandsUeberweisungDialog

        public AuslandsUeberweisungDialog​(AuslandsUeberweisung u,
                                          int position)
        ct.
        Parameters:
        u - die anzuzeigende Auslandsueberweisung.
        position -
    • Method Detail

      • paint

        protected void paint​(org.eclipse.swt.widgets.Composite parent)
                      throws java.lang.Exception
        Overrides:
        paint in class AbstractExecuteDialog
        Throws:
        java.lang.Exception
        See Also:
        AbstractDialog.paint(org.eclipse.swt.widgets.Composite)