Class JRibbonFrame.RibbonKeyboardAction
- java.lang.Object
-
- org.pushingpixels.flamingo.api.ribbon.JRibbonFrame.RibbonKeyboardAction
-
- Enclosing class:
- JRibbonFrame
public static class JRibbonFrame.RibbonKeyboardAction extends java.lang.Object
-
-
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.KeyStrokegetActionKeyStroke()java.lang.StringgetActionName()CommandgetCommand()
-
-
-
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()
-
-