Class NewKeysDialog


  • public class NewKeysDialog
    extends de.willuhn.jameica.gui.dialogs.AbstractDialog
    Dialog, der den neu erzeugten Schluessel anzeigt und den Benutzer auffordert, den Ini-Brief an seine Bank zu senden.
    • 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
      NewKeysDialog​(org.kapott.hbci.passport.HBCIPassport p)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object getData()  
      protected void onEscape()  
      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 Detail

      • NewKeysDialog

        public NewKeysDialog​(org.kapott.hbci.passport.HBCIPassport p)
        Parameters:
        p -
    • Method Detail

      • 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 java.lang.Exception
        Specified by:
        paint in class de.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 class de.willuhn.jameica.gui.dialogs.AbstractDialog
        Throws:
        java.lang.Exception
        See Also:
        AbstractDialog.getData()