Class UmsatzTypListDialog
- java.lang.Object
-
- de.willuhn.jameica.gui.dialogs.AbstractDialog
-
- de.willuhn.jameica.hbci.gui.dialogs.UmsatzTypListDialog
-
public class UmsatzTypListDialog extends de.willuhn.jameica.gui.dialogs.AbstractDialog
Fertig konfigurierter Dialog zur Auswahl einer Umsatz-Kategorie. Jedoch nicht anhand einer Selectbox sondern als Tabelle mit Suchfeld. Das laesst sich besser mit der Tastatur bedienen.
-
-
Constructor Summary
Constructors Constructor Description UmsatzTypListDialog(int position, UmsatzTyp preselected, int typ)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
getData()
protected void
paint(org.eclipse.swt.widgets.Composite parent)
-
-
-
Constructor Detail
-
UmsatzTypListDialog
public UmsatzTypListDialog(int position, UmsatzTyp preselected, int typ) throws java.rmi.RemoteException
ct.- Parameters:
position
-preselected
- der vorausgewaehlte Umsatztyp.typ
- Filter auf Kategorie-Typen. Kategorien vom Typ "egal" werden grundsaetzlich angezeigt.- Throws:
java.rmi.RemoteException
- See Also:
UmsatzTyp.TYP_AUSGABE
,UmsatzTyp.TYP_EINNAHME
-
-
Method Detail
-
getData
protected java.lang.Object getData() throws java.lang.Exception
- Specified by:
getData
in classde.willuhn.jameica.gui.dialogs.AbstractDialog
- Throws:
java.lang.Exception
- See Also:
AbstractDialog.getData()
-
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)
-
-