public class KeysMatcher extends Object
| Constructor and Description |
|---|
KeysMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
doKeysMatch(KeyboardEvent.Key[] actualKeys,
KeyboardEvent.Key... expectedKeys) |
static boolean |
isKeyMatch(KeyboardEvent.Key[] actualKeys,
KeyboardEvent.Key... expectedKey) |
public static boolean doKeysMatch(KeyboardEvent.Key[] actualKeys, KeyboardEvent.Key... expectedKeys)
public static boolean isKeyMatch(KeyboardEvent.Key[] actualKeys, KeyboardEvent.Key... expectedKey)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.