Class KeyStrokes


  • public final class KeyStrokes
    extends Object
    • Field Detail

      • DUPLICATE

        public static final KeyStroke DUPLICATE
      • DEBUG_OFF

        public static final KeyStroke DEBUG_OFF
      • DEBUG_ON

        public static final KeyStroke DEBUG_ON
      • CLEAR_ALL

        public static final KeyStroke CLEAR_ALL
      • FUNCTIONS

        public static final KeyStroke FUNCTIONS
      • SAVE_GRAPHICS

        public static final KeyStroke SAVE_GRAPHICS
      • SAVE_GRAPHICS_ALL

        public static final KeyStroke SAVE_GRAPHICS_ALL
      • SSL_MANAGER

        public static final KeyStroke SSL_MANAGER
      • ACTION_START

        public static final KeyStroke ACTION_START
      • REMOTE_START_ALL

        public static final KeyStroke REMOTE_START_ALL
      • SAVE_ALL_AS

        public static final KeyStroke SAVE_ALL_AS
      • SEARCH_TREE

        public static final KeyStroke SEARCH_TREE
      • TOGGLE

        public static final KeyStroke TOGGLE
      • WHAT_CLASS

        public static final KeyStroke WHAT_CLASS
      • REMOTE_STOP_ALL

        public static final KeyStroke REMOTE_STOP_ALL
      • REMOTE_SHUT_ALL

        public static final KeyStroke REMOTE_SHUT_ALL
      • REMOVE

        public static final KeyStroke REMOVE
      • ACTION_STOP

        public static final KeyStroke ACTION_STOP
      • ACTION_SHUTDOWN

        public static final KeyStroke ACTION_SHUTDOWN
      • COLLAPSE_ALL

        public static final KeyStroke COLLAPSE_ALL
      • EXPAND_ALL

        public static final KeyStroke EXPAND_ALL
      • ALT_UP_ARROW

        public static final KeyStroke ALT_UP_ARROW
      • ALT_DOWN_ARROW

        public static final KeyStroke ALT_DOWN_ARROW
      • ALT_LEFT_ARROW

        public static final KeyStroke ALT_LEFT_ARROW
      • ALT_RIGHT_ARROW

        public static final KeyStroke ALT_RIGHT_ARROW
    • Method Detail

      • matches

        public static boolean matches​(KeyEvent e,
                                      KeyStroke k)
        Check if an event matches the KeyStroke definition.
        Parameters:
        e - event
        k - keystroke
        Returns:
        true if event matches the keystroke definition