org.apache.jmeter.gui.action

Class KeyStrokes


public final class KeyStrokes
extends Object

Field Summary

static KeyStroke
ACTION_SHUTDOWN
static KeyStroke
ACTION_START
static KeyStroke
ACTION_STOP
static KeyStroke
CLEAR
static KeyStroke
CLEAR_ALL
static KeyStroke
CLOSE
static KeyStroke
COLLAPSE_ALL
static KeyStroke
COPY
static KeyStroke
CUT
static KeyStroke
DEBUG_OFF
static KeyStroke
DEBUG_ON
static KeyStroke
EXIT
static KeyStroke
EXPAND_ALL
static KeyStroke
FUNCTIONS
static KeyStroke
HELP
static KeyStroke
OPEN
static KeyStroke
PASTE
static KeyStroke
REMOTE_START_ALL
static KeyStroke
REMOTE_STOP_ALL
static KeyStroke
REMOVE
static KeyStroke
SAVE
static KeyStroke
SAVE_ALL_AS
static KeyStroke
SAVE_GRAPHICS
static KeyStroke
SAVE_GRAPHICS_ALL
static KeyStroke
SSL_MANAGER
static KeyStroke
WHAT_CLASS

Method Summary

static boolean
matches(KeyEvent e, KeyStroke k)
Check if an event matches the KeyStroke definition.

Field Details

ACTION_SHUTDOWN

public static final KeyStroke ACTION_SHUTDOWN

ACTION_START

public static final KeyStroke ACTION_START

ACTION_STOP

public static final KeyStroke ACTION_STOP

CLEAR

public static final KeyStroke CLEAR

CLEAR_ALL

public static final KeyStroke CLEAR_ALL

CLOSE

public static final KeyStroke CLOSE

COLLAPSE_ALL

public static final KeyStroke COLLAPSE_ALL

COPY

public static final KeyStroke COPY

CUT

public static final KeyStroke CUT

DEBUG_OFF

public static final KeyStroke DEBUG_OFF

DEBUG_ON

public static final KeyStroke DEBUG_ON

EXIT

public static final KeyStroke EXIT

EXPAND_ALL

public static final KeyStroke EXPAND_ALL

FUNCTIONS

public static final KeyStroke FUNCTIONS

HELP

public static final KeyStroke HELP

OPEN

public static final KeyStroke OPEN

PASTE

public static final KeyStroke PASTE

REMOTE_START_ALL

public static final KeyStroke REMOTE_START_ALL

REMOTE_STOP_ALL

public static final KeyStroke REMOTE_STOP_ALL

REMOVE

public static final KeyStroke REMOVE

SAVE

public static final KeyStroke SAVE

SAVE_ALL_AS

public static final KeyStroke SAVE_ALL_AS

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

WHAT_CLASS

public static final KeyStroke WHAT_CLASS

Method Details

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

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