Searched defs:FOCUS_LOST (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
86 public static final int FOCUS_LOST = 1 + FOCUS_FIRST; //Event.LOST_FOCUS field in class:FocusEvent
101 * event, this is the Component that lost focus. For a FOCUS_LOST event,
123 * <code>FOCUS_LOST</code> event, this is the <code>Component</code>
208 * FOCUS_LOST event, this is the Component that gained focus. If this
239 case FOCUS_LOST:
240 typeStr = "FOCUS_LOST";

Completed in 28 milliseconds