Apache JMeter

org.apache.jmeter.gui.action
Class KeyStrokes

java.lang.Object
  extended by org.apache.jmeter.gui.action.KeyStrokes

public final class KeyStrokes
extends java.lang.Object


Field Summary
static javax.swing.KeyStroke ACTION_SHUTDOWN
           
static javax.swing.KeyStroke ACTION_START
           
static javax.swing.KeyStroke ACTION_STOP
           
static javax.swing.KeyStroke CLEAR
           
static javax.swing.KeyStroke CLEAR_ALL
           
static javax.swing.KeyStroke CLOSE
           
static javax.swing.KeyStroke COLLAPSE_ALL
           
static javax.swing.KeyStroke COPY
           
static javax.swing.KeyStroke CUT
           
static javax.swing.KeyStroke DEBUG_OFF
           
static javax.swing.KeyStroke DEBUG_ON
           
static javax.swing.KeyStroke EXIT
           
static javax.swing.KeyStroke EXPAND_ALL
           
static javax.swing.KeyStroke FUNCTIONS
           
static javax.swing.KeyStroke HELP
           
static javax.swing.KeyStroke OPEN
           
static javax.swing.KeyStroke PASTE
           
static javax.swing.KeyStroke REMOTE_START_ALL
           
static javax.swing.KeyStroke REMOTE_STOP_ALL
           
static javax.swing.KeyStroke REMOVE
           
static javax.swing.KeyStroke SAVE
           
static javax.swing.KeyStroke SAVE_ALL_AS
           
static javax.swing.KeyStroke SAVE_GRAPHICS
           
static javax.swing.KeyStroke SAVE_GRAPHICS_ALL
           
static javax.swing.KeyStroke SSL_MANAGER
           
static javax.swing.KeyStroke WHAT_CLASS
           
 
Method Summary
static boolean matches(java.awt.event.KeyEvent e, javax.swing.KeyStroke k)
          Check if an event matches the KeyStroke definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUT

public static final javax.swing.KeyStroke CUT

COPY

public static final javax.swing.KeyStroke COPY

PASTE

public static final javax.swing.KeyStroke PASTE

REMOVE

public static final javax.swing.KeyStroke REMOVE

SAVE_GRAPHICS

public static final javax.swing.KeyStroke SAVE_GRAPHICS

SAVE_GRAPHICS_ALL

public static final javax.swing.KeyStroke SAVE_GRAPHICS_ALL

HELP

public static final javax.swing.KeyStroke HELP

WHAT_CLASS

public static final javax.swing.KeyStroke WHAT_CLASS

DEBUG_ON

public static final javax.swing.KeyStroke DEBUG_ON

DEBUG_OFF

public static final javax.swing.KeyStroke DEBUG_OFF

FUNCTIONS

public static final javax.swing.KeyStroke FUNCTIONS

SSL_MANAGER

public static final javax.swing.KeyStroke SSL_MANAGER

ACTION_START

public static final javax.swing.KeyStroke ACTION_START

ACTION_STOP

public static final javax.swing.KeyStroke ACTION_STOP

ACTION_SHUTDOWN

public static final javax.swing.KeyStroke ACTION_SHUTDOWN

CLEAR

public static final javax.swing.KeyStroke CLEAR

CLEAR_ALL

public static final javax.swing.KeyStroke CLEAR_ALL

REMOTE_START_ALL

public static final javax.swing.KeyStroke REMOTE_START_ALL

REMOTE_STOP_ALL

public static final javax.swing.KeyStroke REMOTE_STOP_ALL

SAVE

public static final javax.swing.KeyStroke SAVE

SAVE_ALL_AS

public static final javax.swing.KeyStroke SAVE_ALL_AS

OPEN

public static final javax.swing.KeyStroke OPEN

CLOSE

public static final javax.swing.KeyStroke CLOSE

EXIT

public static final javax.swing.KeyStroke EXIT

COLLAPSE_ALL

public static final javax.swing.KeyStroke COLLAPSE_ALL

EXPAND_ALL

public static final javax.swing.KeyStroke EXPAND_ALL
Method Detail

matches

public static boolean matches(java.awt.event.KeyEvent e,
                              javax.swing.KeyStroke k)
Check if an event matches the KeyStroke definition.

Parameters:
e - event
k - keystroke
Returns:
true if event matches the keystroke definition

Apache JMeter

Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.