Example usage for Java java.awt AWTKeyStroke fields, constructors, methods, implement or subclass
The text is from its open source code.
AWTKeyStroke | getAWTKeyStroke(Character keyChar, int modifiers) Returns a shared instance of an AWTKeyStroke that represents a KEY_TYPED event for the specified Character object and a set of modifiers. |
AWTKeyStroke | getAWTKeyStroke(int keyCode, int modifiers) Returns a shared instance of an AWTKeyStroke , given a numeric key code and a set of modifiers. |
AWTKeyStroke | getAWTKeyStroke(char keyChar) Returns a shared instance of an AWTKeyStroke that represents a KEY_TYPED event for the specified character. |
AWTKeyStroke | getAWTKeyStroke(String s) Parses a string and returns an AWTKeyStroke . |