Class BshCreateKontoStartDialog

java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog<String>
de.frankmuenster.mahoe.banks.bsh.assistant.BshCreateKontoStartDialog

public class BshCreateKontoStartDialog extends de.willuhn.jameica.gui.dialogs.AbstractDialog<String>
Der Start-Dialog zum Anlegen eines neues BSH Kontos. Fragt nur die KdNumme rund das Passwort ab und ermittelt dann vorhandene Konten.
Author:
Frank Münster
  • Field Summary

    Fields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog

    i18n, MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected void
    paint(org.eclipse.swt.widgets.Composite parent)
     

    Methods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog

    addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, onEscape, open, setMonitor, setPanelText, setSideImage, setSize, setTitle

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BshCreateKontoStartDialog

      public BshCreateKontoStartDialog()
  • Method Details

    • getData

      protected String getData()
      Specified by:
      getData in class de.willuhn.jameica.gui.dialogs.AbstractDialog<String>
      See Also:
      • AbstractDialog.getData()
    • paint

      protected void paint(org.eclipse.swt.widgets.Composite parent)
      Specified by:
      paint in class de.willuhn.jameica.gui.dialogs.AbstractDialog<String>
      See Also:
      • AbstractDialog.paint(org.eclipse.swt.widgets.Composite)