Class ShortcutListener

    • Constructor Detail

      • ShortcutListener

        public ShortcutListener​(java.lang.String caption,
                                int keyCode,
                                int... modifierKeys)
      • ShortcutListener

        public ShortcutListener​(java.lang.String shorthandCaption,
                                int... modifierKeys)
      • ShortcutListener

        public ShortcutListener​(java.lang.String caption,
                                Resource icon,
                                int keyCode,
                                int... modifierKeys)
      • ShortcutListener

        public ShortcutListener​(java.lang.String shorthandCaption)
    • Method Detail

      • handleAction

        public abstract void handleAction​(java.lang.Object sender,
                                          java.lang.Object target)
        Specified by:
        handleAction in interface Action.Listener