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

/openjdk7/jdk/src/share/classes/java/awt/im/
H A DInputContext.java47 * By default, one InputContext instance is created per Window instance,
76 public class InputContext { class
79 * Constructs an InputContext.
81 * InputContext directly. Input contexts are obtained by
84 protected InputContext() { method in class:InputContext
85 // real implementation is in sun.awt.im.InputContext
89 * Returns a new InputContext instance.
91 public static InputContext getInstance() {
147 // real implementation is in sun.awt.im.InputContext
170 // real implementation is in sun.awt.im.InputContext
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputContext.java59 * This InputContext class contains parts of the implementation of
60 * java.text.im.InputContext. These parts have been moved
64 * @see java.awt.im.InputContext
68 public class InputContext extends java.awt.im.InputContext class in inherits:java.awt.im.InputContext,ComponentListener,WindowListener
70 private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.im.InputContext");
96 private static InputContext inputMethodWindowContext;
119 * Constructs an InputContext.
121 protected InputContext() { method in class:InputContext
123 synchronized (InputContext
[all...]

Completed in 22 milliseconds