Class JRibbonFrame.RibbonKeyboardAction

  • Enclosing class:
    JRibbonFrame

    public static class JRibbonFrame.RibbonKeyboardAction
    extends java.lang.Object
    • Field Detail

      • actionName

        private java.lang.String actionName
      • actionKeyStroke

        private javax.swing.KeyStroke actionKeyStroke
    • Constructor Detail

      • RibbonKeyboardAction

        public RibbonKeyboardAction​(java.lang.String actionName,
                                    javax.swing.KeyStroke actionKeyStroke,
                                    Command command)
    • Method Detail

      • getActionName

        public java.lang.String getActionName()
      • getActionKeyStroke

        public javax.swing.KeyStroke getActionKeyStroke()
      • getCommand

        public Command getCommand()