Class VerwendungszweckDialog


  • public class VerwendungszweckDialog
    extends de.willuhn.jameica.gui.dialogs.AbstractDialog
    Dialog zum Eingeben weiterer Zeilen Verwendungszweck.
    • 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
      java.lang.Object getData()  
      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

      • VerwendungszweckDialog

        public VerwendungszweckDialog​(HibiscusTransfer transfer,
                                      int pos)
                               throws java.rmi.RemoteException
        ct
        Parameters:
        transfer - der Auftrag.
        pos - Position des Dialogs.
        Throws:
        java.rmi.RemoteException
      • VerwendungszweckDialog

        public VerwendungszweckDialog​(SammelTransferBuchung buchung,
                                      int pos)
                               throws java.rmi.RemoteException
        ct
        Parameters:
        buchung - die Buchung.
        pos - Position des Dialogs.
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getData

        public java.lang.Object getData()
                                 throws java.lang.Exception
        Specified by:
        getData in class de.willuhn.jameica.gui.dialogs.AbstractDialog
        Throws:
        java.lang.Exception
        See Also:
        Liefert ein String-Array mit den Verwendungszwecken.
      • paint

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