Class SynchronizeOptionsDialog
- java.lang.Object
-
- de.willuhn.jameica.gui.dialogs.AbstractDialog
-
- de.willuhn.jameica.hbci.gui.dialogs.SynchronizeOptionsDialog
-
public class SynchronizeOptionsDialog extends de.willuhn.jameica.gui.dialogs.AbstractDialog
Ein Dialog, ueber den die Synchronisierungs-Optionen fuer ein Konto eingestellt werden koennen.
-
-
Constructor Summary
Constructors Constructor Description SynchronizeOptionsDialog(Konto konto, int position)
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
-
SynchronizeOptionsDialog
public SynchronizeOptionsDialog(Konto konto, int position) throws java.rmi.RemoteException
ct.- Parameters:
konto
- das Konto.position
-- Throws:
java.rmi.RemoteException
-
-
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
- Specified by:
getData
in classde.willuhn.jameica.gui.dialogs.AbstractDialog
- Throws:
java.lang.Exception
- See Also:
AbstractDialog.getData()
-
-