Class InsertKeyDialog


  • public class InsertKeyDialog
    extends de.willuhn.jameica.gui.dialogs.WaitDialog
    Dialog, der den User zur Eingabe der Schluesseldatei auffordert.
    • 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
      InsertKeyDialog​(java.io.File f)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean check()  
      protected java.lang.Object getData()  
      java.lang.String getText()  
      • Methods inherited from class de.willuhn.jameica.gui.dialogs.WaitDialog

        paint
      • 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

      • InsertKeyDialog

        public InsertKeyDialog​(java.io.File f)
        Parameters:
        f - die Schluesseldatei.
    • Method Detail

      • check

        protected boolean check()
        Specified by:
        check in class de.willuhn.jameica.gui.dialogs.WaitDialog
        See Also:
        WaitDialog.check()
      • getData

        protected java.lang.Object getData()
                                    throws java.lang.Exception
        Overrides:
        getData in class de.willuhn.jameica.gui.dialogs.WaitDialog
        Throws:
        java.lang.Exception
        See Also:
        WaitDialog.getData()
      • getText

        public java.lang.String getText()
        Overrides:
        getText in class de.willuhn.jameica.gui.dialogs.WaitDialog
        See Also:
        WaitDialog.getText()