Class JRibbonFrame.RibbonKeyboardAction
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.ribbon.JRibbonFrame.RibbonKeyboardAction
-
- Enclosing class:
- JRibbonFrame
public static class JRibbonFrame.RibbonKeyboardAction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.KeyStroke
actionKeyStroke
private java.lang.String
actionName
private Command
command
-
Constructor Summary
Constructors Constructor Description RibbonKeyboardAction(java.lang.String actionName, javax.swing.KeyStroke actionKeyStroke, Command command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.KeyStroke
getActionKeyStroke()
java.lang.String
getActionName()
Command
getCommand()
-
-
-
Field Detail
-
actionName
private java.lang.String actionName
-
actionKeyStroke
private javax.swing.KeyStroke actionKeyStroke
-
command
private Command command
-
-
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()
-
-