Class KeyEntryDialog

    • Method Detail

      • setKeyStroke

        public void setKeyStroke​(javax.swing.KeyStroke ks)
        Sets the given keystroke value into the text field of this dialog
        Parameters:
        ks - the keystroke to set
      • cancelCallback

        protected void cancelCallback()
        Description copied from class: DialogComponentProvider
        The callback method for when the "Cancel" button is pressed. The default behavior is to call setVisible(false) and dispose() on the dialog.
        Overrides:
        cancelCallback in class DialogComponentProvider