Class ActionHelper


  • public class ActionHelper
    extends java.lang.Object
    Helper class for dealing with actions.
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void registerKeyboardAction​(javax.swing.InputMap inputMap, javax.swing.ActionMap actionMap, javax.swing.AbstractAction printAction)  
      • Methods inherited from class java.lang.Object

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

      • ActionHelper

        public ActionHelper()
    • Method Detail

      • registerKeyboardAction

        public static void registerKeyboardAction​(javax.swing.InputMap inputMap,
                                                  javax.swing.ActionMap actionMap,
                                                  javax.swing.AbstractAction printAction)