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

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DFocusEvent.java51 * the FOCUS_GAINED and FOCUS_LOST event ids; the level may be distinguished in
81 public static final int FOCUS_GAINED = FOCUS_FIRST; //Event.GOT_FOCUS field in class:FocusEvent
100 * The other Component involved in this focus change. For a FOCUS_GAINED
121 * For a <code>FOCUS_GAINED</code> event, this is the
207 * FOCUS_GAINED event, this is the Component that lost focus. For a
236 case FOCUS_GAINED:
237 typeStr = "FOCUS_GAINED";

Completed in 29 milliseconds