Class KontoDeleteDialog


  • public class KontoDeleteDialog
    extends de.willuhn.jameica.gui.dialogs.AbstractDialog<java.lang.Boolean>
    Dialog mit dem Sicherheitshinweis beim Loeschen eines Kontos.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  KontoDeleteDialog.Dep
      Kapselt eine Zeile in den Abhaengigkeiten
    • Field Summary

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

        MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
    • Method Summary

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

      • KontoDeleteDialog

        public KontoDeleteDialog​(Konto k)
        ct.
        Parameters:
        k - das zu loeschende Konto.
    • Method Detail

      • 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<java.lang.Boolean>
        Throws:
        java.lang.Exception
        See Also:
        AbstractDialog.paint(org.eclipse.swt.widgets.Composite)
      • getData

        protected java.lang.Boolean getData()
                                     throws java.lang.Exception
        Specified by:
        getData in class de.willuhn.jameica.gui.dialogs.AbstractDialog<java.lang.Boolean>
        Throws:
        java.lang.Exception
        See Also:
        AbstractDialog.getData()