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

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DComponentEvent.java58 * in the range from {@code COMPONENT_FIRST} to {@code COMPONENT_LAST}.
72 public static final int COMPONENT_FIRST = 100; field in class:ComponentEvent
82 public static final int COMPONENT_MOVED = COMPONENT_FIRST;
87 public static final int COMPONENT_RESIZED = 1 + COMPONENT_FIRST;
92 public static final int COMPONENT_SHOWN = 2 + COMPONENT_FIRST;
97 public static final int COMPONENT_HIDDEN = 3 + COMPONENT_FIRST;

Completed in 27 milliseconds