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

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DContainerEvent.java51 * in the range from {@code CONTAINER_FIRST} to {@code CONTAINER_LAST}.
66 public static final int CONTAINER_FIRST = 300; field in class:ContainerEvent
76 public static final int COMPONENT_ADDED = CONTAINER_FIRST;
81 public static final int COMPONENT_REMOVED = 1 + CONTAINER_FIRST;

Completed in 30 milliseconds