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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_KeyboardFocusManager.h35 jfieldID isProxyActive; member in struct:KeyboardFocusManagerIDs
H A Dawt_Component.h40 jfieldID isProxyActive; member in struct:ComponentIDs
/openjdk7/jdk/src/share/classes/java/awt/
H A DKeyboardFocusManager.java3001 // Accessor to private field isProxyActive of KeyEvent
3008 field = KeyEvent.class.getDeclaredField("isProxyActive");
3028 // Returns the value of this KeyEvent's field isProxyActive
3029 static boolean isProxyActive(KeyEvent e) { method in class:KeyboardFocusManager
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DKeyEvent.java162 private boolean isProxyActive = false; field in class:KeyEvent
943 int keyCode, char keyChar, int keyLocation, boolean isProxyActive) {
945 this.isProxyActive = isProxyActive;
942 KeyEvent(Component source, int id, long when, int modifiers, int keyCode, char keyChar, int keyLocation, boolean isProxyActive) argument

Completed in 519 milliseconds