Class KeyActionConfiguration

    • Constructor Summary

      Constructors 
      Constructor Description
      KeyActionConfiguration​(java.lang.String actionKey, javax.swing.KeyStroke keyStroke, javax.swing.Action action)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.Action getAction()  
      java.lang.String getActionKey()  
      javax.swing.KeyStroke getKeyStroke()  
      • Methods inherited from class java.lang.Object

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

      • KeyActionConfiguration

        public KeyActionConfiguration​(java.lang.String actionKey,
                                      javax.swing.KeyStroke keyStroke,
                                      javax.swing.Action action)