Class NewInstKeysDialog

java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog
de.willuhn.jameica.hbci.gui.dialogs.NewInstKeysDialog

public class NewInstKeysDialog extends de.willuhn.jameica.gui.dialogs.AbstractDialog
Dialog, welcher dem Benutzer die neu uebertragenen Instituts-Schluessel zur Verifizierung anzeigt.
  • Field Summary

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

    MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
  • Constructor Summary

    Constructors
    Constructor
    Description
    NewInstKeysDialog(org.kapott.hbci.passport.HBCIPassport p)
    ct.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
     
    protected void
     
    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, 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

    • NewInstKeysDialog

      public NewInstKeysDialog(org.kapott.hbci.passport.HBCIPassport p)
      ct.
      Parameters:
      p - Passport, fuer den die Schluessel angezeigt werden sollen.
  • Method Details

    • onEscape

      protected void onEscape()
      Overrides:
      onEscape in class de.willuhn.jameica.gui.dialogs.AbstractDialog
      See Also:
      • AbstractDialog.onEscape()
    • paint

      protected void paint(org.eclipse.swt.widgets.Composite parent) throws Exception
      Specified by:
      paint in class de.willuhn.jameica.gui.dialogs.AbstractDialog
      Throws:
      Exception
      See Also:
      • AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
    • getData

      protected Object getData() throws Exception
      Specified by:
      getData in class de.willuhn.jameica.gui.dialogs.AbstractDialog
      Throws:
      Exception
      See Also:
      • AbstractDialog.getData()