Class VerwendungszweckDialog
- java.lang.Object
-
- de.willuhn.jameica.gui.dialogs.AbstractDialog
-
- de.willuhn.jameica.hbci.gui.dialogs.VerwendungszweckDialog
-
public class VerwendungszweckDialog extends de.willuhn.jameica.gui.dialogs.AbstractDialogDialog zum Eingeben weiterer Zeilen Verwendungszweck.
-
-
Constructor Summary
Constructors Constructor Description VerwendungszweckDialog(HibiscusTransfer transfer, int pos)ctVerwendungszweckDialog(SammelTransferBuchung buchung, int pos)ct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetData()protected voidpaint(org.eclipse.swt.widgets.Composite parent)
-
-
-
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:
getDatain classde.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:
paintin classde.willuhn.jameica.gui.dialogs.AbstractDialog- Throws:
java.lang.Exception- See Also:
AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
-
-