Searched refs:VK_ALL_CANDIDATES (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DKeyEvent.java126 * and modifiers. For example, for Japanese Windows keyboards, VK_ALL_CANDIDATES
713 public static final int VK_ALL_CANDIDATES = 0x0100; field in class:KeyEvent
1322 case VK_ALL_CANDIDATES: return Toolkit.getProperty("AWT.allCandidates", "All Candidates");
1472 case VK_ALL_CANDIDATES:

Completed in 319 milliseconds