Class AdresseAuswahlDialog
- java.lang.Object
-
- de.willuhn.jameica.gui.dialogs.AbstractDialog
-
- de.willuhn.jameica.hbci.gui.dialogs.AdresseAuswahlDialog
-
public class AdresseAuswahlDialog extends de.willuhn.jameica.gui.dialogs.AbstractDialog
Ein Dialog, ueber den man eine Adresse auswaehlen kann.
-
-
Constructor Summary
Constructors Constructor Description AdresseAuswahlDialog(int position)
ct.AdresseAuswahlDialog(int position, AddressFilter filter)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
getData()
Liefert das ausgewaehlte Konto zurueck odernull
wenn der Abbrechen-Knopf gedrueckt wurde.protected void
paint(org.eclipse.swt.widgets.Composite parent)
-
-
-
Constructor Detail
-
AdresseAuswahlDialog
public AdresseAuswahlDialog(int position)
ct.- Parameters:
position
-
-
AdresseAuswahlDialog
public AdresseAuswahlDialog(int position, AddressFilter filter)
ct.- Parameters:
position
-filter
- optionale Angabe eines Adress-Filters.
-
-
Method Detail
-
paint
protected void paint(org.eclipse.swt.widgets.Composite parent) throws java.lang.Exception
- Specified by:
paint
in classde.willuhn.jameica.gui.dialogs.AbstractDialog
- Throws:
java.lang.Exception
- See Also:
AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
-
getData
protected java.lang.Object getData() throws java.lang.Exception
Liefert das ausgewaehlte Konto zurueck odernull
wenn der Abbrechen-Knopf gedrueckt wurde.- Specified by:
getData
in classde.willuhn.jameica.gui.dialogs.AbstractDialog
- Throws:
java.lang.Exception
- See Also:
AbstractDialog.getData()
-
-