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

/openjdk7/jdk/test/javax/swing/text/DefaultEditorKit/4278839/
H A Dbug4278839.java98 Util.hitKeys(robo, getCtrlKey(),
136 public static int getCtrlKey() { method in class:bug4278839
/openjdk7/jdk/test/javax/swing/text/JTextComponent/5074573/
H A Dbug5074573.java93 robot.keyPress(getCtrlKey());
96 robot.keyRelease(getCtrlKey());
109 robot.keyPress(getCtrlKey());
112 robot.keyRelease(getCtrlKey());
135 public static int getCtrlKey() { method in class:bug5074573
/openjdk7/jaxp/src/org/w3c/dom/events/
H A DMouseEvent.java92 public boolean getCtrlKey(); method in interface:MouseEvent

Completed in 107 milliseconds