org.apache.jmeter.gui.action
Class KeyStrokes
java.lang.Object
org.apache.jmeter.gui.action.KeyStrokes
public final class KeyStrokes
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CUT
public static final KeyStroke CUT
COPY
public static final KeyStroke COPY
PASTE
public static final KeyStroke PASTE
REMOVE
public static final KeyStroke REMOVE
SAVE_GRAPHICS
public static final KeyStroke SAVE_GRAPHICS
SAVE_GRAPHICS_ALL
public static final KeyStroke SAVE_GRAPHICS_ALL
HELP
public static final KeyStroke HELP
WHAT_CLASS
public static final KeyStroke WHAT_CLASS
DEBUG_ON
public static final KeyStroke DEBUG_ON
DEBUG_OFF
public static final KeyStroke DEBUG_OFF
FUNCTIONS
public static final KeyStroke FUNCTIONS
SSL_MANAGER
public static final KeyStroke SSL_MANAGER
ACTION_START
public static final KeyStroke ACTION_START
ACTION_STOP
public static final KeyStroke ACTION_STOP
ACTION_SHUTDOWN
public static final KeyStroke ACTION_SHUTDOWN
CLEAR
public static final KeyStroke CLEAR
CLEAR_ALL
public static final KeyStroke CLEAR_ALL
REMOTE_START_ALL
public static final KeyStroke REMOTE_START_ALL
REMOTE_STOP_ALL
public static final KeyStroke REMOTE_STOP_ALL
SAVE
public static final KeyStroke SAVE
SAVE_ALL_AS
public static final KeyStroke SAVE_ALL_AS
OPEN
public static final KeyStroke OPEN
CLOSE
public static final KeyStroke CLOSE
EXIT
public static final KeyStroke EXIT
COLLAPSE_ALL
public static final KeyStroke COLLAPSE_ALL
EXPAND_ALL
public static final KeyStroke EXPAND_ALL
matches
public static boolean matches(KeyEvent e,
KeyStroke k)
- Check if an event matches the KeyStroke definition.
- Parameters:
e
- eventk
- keystroke
- Returns:
- true if event matches the keystroke definition
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.