Class KeyStrokeEditorDialog


  • public class KeyStrokeEditorDialog
    extends java.lang.Object
    A dialog for inputting a keystroke (e.g. "Shift+Ctrl+S")
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyStrokeEditorDialog​(javax.swing.KeyStroke keyStroke)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.KeyStroke getResult()  
      boolean show​(java.awt.Window parent)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyStrokeEditorDialog

        public KeyStrokeEditorDialog​(javax.swing.KeyStroke keyStroke)
    • Method Detail

      • show

        public boolean show​(java.awt.Window parent)
      • getResult

        public javax.swing.KeyStroke getResult()