Java java.awt AWTKeyStroke fields, constructors, methods, implement or subclass

Example usage for Java java.awt AWTKeyStroke fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt AWTKeyStroke.

The text is from its open source code.

Method

AWTKeyStrokegetAWTKeyStroke(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.
AWTKeyStrokegetAWTKeyStroke(int keyCode, int modifiers)
Returns a shared instance of an AWTKeyStroke , given a numeric key code and a set of modifiers.
AWTKeyStrokegetAWTKeyStroke(char keyChar)
Returns a shared instance of an AWTKeyStroke that represents a KEY_TYPED event for the specified character.
AWTKeyStrokegetAWTKeyStroke(String s)
Parses a string and returns an AWTKeyStroke .