Searched defs:AWTKeyStroke (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTKeyStroke.java43 * An <code>AWTKeyStroke</code> represents a key action on the
44 * keyboard, or equivalent input device. <code>AWTKeyStroke</code>s
50 * In all cases, <code>AWTKeyStroke</code>s can specify modifiers
56 * <code>AWTKeyStroke</code> on its own, but should instead use
58 * methods allows the <code>AWTKeyStroke</code> implementation
67 public class AWTKeyStroke implements Serializable { class in inherits:Serializable
81 private static AWTKeyStroke APP_CONTEXT_KEYSTROKE_KEY = new AWTKeyStroke();
85 * AWTKeyStroke class.
86 * Must be called under locked AWTKeyStroke
137 protected AWTKeyStroke() { method in class:AWTKeyStroke
154 protected AWTKeyStroke(char keyChar, int keyCode, int modifiers, method in class:AWTKeyStroke
[all...]

Completed in 37 milliseconds