Package org.apache.jmeter.gui.action
Class KeyStrokes
java.lang.Object
org.apache.jmeter.gui.action.KeyStrokes
Collect all the keystrokes together in one place.
This helps to ensure that there are no duplicates.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
static final KeyStroke
-
Method Summary
-
Field Details
-
COPY
-
DUPLICATE
-
DEBUG_OFF
-
DEBUG_ON
-
CLEAR_ALL
-
CLEAR
-
ESC
-
ENTER
-
FUNCTIONS
-
SAVE_GRAPHICS
-
SAVE_GRAPHICS_ALL
-
HELP
-
CLOSE
-
SSL_MANAGER
-
OPEN
-
EXIT
-
ACTION_START
-
ACTION_START_NO_PAUSE
-
REMOTE_START_ALL
-
SAVE
-
SAVE_ALL_AS
-
SEARCH_TREE
-
RESET_SEARCH_TREE
-
TOGGLE
-
PASTE
-
WHAT_CLASS
-
CUT
-
REMOTE_STOP_ALL
-
REMOTE_SHUT_ALL
-
REMOVE
-
ACTION_STOP
-
ACTION_SHUTDOWN
-
COLLAPSE_ALL
-
COLLAPSE_ALL_SUBTRACT
-
EXPAND_ALL
-
EXPAND_ALL_SUBTRACT
-
ALT_UP_ARROW
-
ALT_DOWN_ARROW
-
ALT_LEFT_ARROW
-
ALT_RIGHT_ARROW
-
SHIFT_LEFT_ARROW
-
SHIFT_RIGHT_ARROW
-
CTRL_0
-
CTRL_1
-
CTRL_2
-
CTRL_3
-
CTRL_4
-
CTRL_5
-
CTRL_6
-
CTRL_7
-
CTRL_8
-
CTRL_9
-
-
Method Details
-
matches
Check if an event matches the KeyStroke definition.- Parameters:
e
- eventk
- keystroke- Returns:
- true if event matches the keystroke definition
-