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.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
-
Constructor Summary
ConstructorsConstructorDescriptionVerwendungszweckDialog
(HibiscusTransfer transfer, int pos) ctVerwendungszweckDialog
(SammelTransferBuchung buchung, int pos) ct -
Method Summary
Methods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, onEscape, open, setMonitor, setPanelText, setSideImage, setSize, setTitle
-
Constructor Details
-
VerwendungszweckDialog
ct- Parameters:
transfer
- der Auftrag.pos
- Position des Dialogs.- Throws:
RemoteException
-
VerwendungszweckDialog
ct- Parameters:
buchung
- die Buchung.pos
- Position des Dialogs.- Throws:
RemoteException
-
-
Method Details
-
getData
- Specified by:
getData
in classde.willuhn.jameica.gui.dialogs.AbstractDialog
- Throws:
Exception
- See Also:
-
Liefert ein String-Array mit den Verwendungszwecken.
-
paint
- Specified by:
paint
in classde.willuhn.jameica.gui.dialogs.AbstractDialog
- Throws:
Exception
- See Also:
-
AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
-