public class TAWTKeyStroke extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TAWTKeyStroke() |
protected |
TAWTKeyStroke(char keyChar,
int keyCode,
int modifiers,
boolean onKeyRelease) |
| Modifier and Type | Method and Description |
|---|---|
static AWTKeyStroke |
getAWTKeyStroke(char keyChar) |
static AWTKeyStroke |
getAWTKeyStroke(Character keyChar,
int modifiers) |
static AWTKeyStroke |
getAWTKeyStroke(int keyCode,
int modifiers) |
static AWTKeyStroke |
getAWTKeyStroke(int keyCode,
int modifiers,
boolean onKeyRelease) |
static AWTKeyStroke |
getAWTKeyStroke(String s) |
static AWTKeyStroke |
getAWTKeyStrokeForEvent(KeyEvent anEvent) |
char |
getKeyChar() |
int |
getKeyCode() |
int |
getModifiers() |
boolean |
isOnKeyRelease() |
protected TAWTKeyStroke(char keyChar,
int keyCode,
int modifiers,
boolean onKeyRelease)
protected TAWTKeyStroke()
public static AWTKeyStroke getAWTKeyStroke(char keyChar)
public static AWTKeyStroke getAWTKeyStroke(Character keyChar, int modifiers)
public static AWTKeyStroke getAWTKeyStroke(int keyCode, int modifiers, boolean onKeyRelease)
public static AWTKeyStroke getAWTKeyStroke(int keyCode, int modifiers)
public static AWTKeyStroke getAWTKeyStrokeForEvent(KeyEvent anEvent)
public static AWTKeyStroke getAWTKeyStroke(String s)
public char getKeyChar()
public int getKeyCode()
public int getModifiers()
public boolean isOnKeyRelease()
Copyright © 2019 Systemprogrammierung Mirko Sertic. All rights reserved.