Class KontoAuswahlDialog
java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog
de.willuhn.jameica.hbci.gui.dialogs.KontoAuswahlDialog
public class KontoAuswahlDialog
extends de.willuhn.jameica.gui.dialogs.AbstractDialog
Ein Dialog, ueber den man ein Konto auswaehlen kann.
-
Field Summary
Fields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE -
Constructor Summary
ConstructorsConstructorDescriptionKontoAuswahlDialog(int position) ct.KontoAuswahlDialog(Konto preselected, int position) ct.KontoAuswahlDialog(Konto preselected, KontoFilter filter, int position) ct. -
Method Summary
Modifier and TypeMethodDescriptionde.willuhn.jameica.gui.parts.ButtonLiefert den Uebernehmen-Button.protected ObjectgetData()Liefert das ausgewaehlte Konto zurueck odernullwenn der Abbrechen-Knopf gedrueckt wurde.protected voidpaint(org.eclipse.swt.widgets.Composite parent) voidOptionale Angabe des anzuzeigenden Textes.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
-
KontoAuswahlDialog
public KontoAuswahlDialog(int position) ct.- Parameters:
position-
-
KontoAuswahlDialog
ct.- Parameters:
preselected- vorausgewaehltes Konto.position-
-
KontoAuswahlDialog
ct.- Parameters:
preselected- vorausgewaehltes Konto.filter- Konto-Filter.position-
-
-
Method Details
-
paint
- Specified by:
paintin classde.willuhn.jameica.gui.dialogs.AbstractDialog- Throws:
Exception- See Also:
-
getData
Liefert das ausgewaehlte Konto zurueck odernullwenn der Abbrechen-Knopf gedrueckt wurde.- Specified by:
getDatain classde.willuhn.jameica.gui.dialogs.AbstractDialog- Throws:
Exception- See Also:
-
getApplyButton
public de.willuhn.jameica.gui.parts.Button getApplyButton()Liefert den Uebernehmen-Button.- Returns:
- der Uebernehmen-Button.
-
setText
Optionale Angabe des anzuzeigenden Textes. Wird hier kein Wert gesetzt, wird ein Standard-Text angezeigt.- Parameters:
text- anzuzeigender Text.
-