public class KeyAction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTROL_DOWN
Deprecated.
Use KeyModifiers.CONTROL_DOWN instead.
|
| Constructor and Description |
|---|
KeyAction(int keyCode,
int... modifiers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getKeyCode() |
int |
getModifiers() |
int |
hashCode() |
boolean |
hasModifier(int mod) |
java.lang.String |
toString() |
@Deprecated public static final int CONTROL_DOWN
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int getModifiers()
public int getKeyCode()
public boolean hasModifier(int mod)
public java.lang.String toString()
toString in class java.lang.Object